GVMAnalysisExample

This is an autogenerated documentation file for the script: GVMAnalysisExample

Run it

$ ./androanalyze scripts_builtin/GVMAnalysisExample.py --package-names com.spotify.music

View the results

Non-Binary

$ ./androquery result -sn GVMAnalysisExample -pn com.spotify.music

 Empty

Binary

For the case that the result may exceed 16MB, it is stored in MongoDB’s gridFS. Therefore we need to use a different query syntax:

View the meta data:

$ ./androquery result -sn GVMAnalysisExample -pn com.spotify.music -nd

 {
     "chunkSize": 261120,
     "filename": "com.spotify.music_2.2.0.636_GVMAnalysisExample.gexf",
     "length": 17514850,
     "uploadDate": "2015-06-26T17:31:16.878000",
     "md5": "73b03cd1de03f65df5c92692b78e3c1d",
     "metadata": {
         "apk meta": {
             "package name": "com.spotify.music",
             "version name": "2.2.0.636",
             "sha256": "bbf2c7d7b8fbbce68a97a2f0fd7e854e29b1ea9e3836615e7e6a35095915a607",
             "import date": "2015-04-14T15:10:06.364000",
             "build_date": "2015-02-11T12:25:40",
             "path": "/mnt/stuff/btsync/apks_manual_downloads/02.03.2015_top_free_4/apps_topselling_free/MUSIC_AND_AUDIO/com.spotify.music.apk",
             "tag": null
         },
         "script meta": {
             "name": "GVMAnalysisExample",
             "sha256": "798a640e6decd9cbfd9d16c3471a84476659e67d24c2383740aa3df0a373341c",
             "analysis date": "2015-06-26T17:15:36.969000",
             "version": "0.1"
         }
     }
 }

View the raw data:

$ ./androquery result -sn GVMAnalysisExample -pn com.spotify.music -nd -r

 <?xml version="1.0" encoding="UTF-8"?>
 <gexf xmlns="http://www.gephi.org/gexf" xmlns:viz="http://www.gephi.org/gexf/viz">
 <graph type="static">
 <attributes class="node" type="static">
 <attribute default="normal" id="0" title="type" type="string"/>
 <attribute id="1" title="class_name" type="string"/>
 <attribute id="2" title="method_name" type="string"/>
 <attribute id="3" title="descriptor" type="string"/>
 <attribute default="0" id="4" title="permissions" type="integer"/>
 <attribute default="normal" id="5" title="permissions_level" type="string"/>
 <attribute default="false" id="6" title="dynamic_code" type="boolean"/>
 </attributes>
 <nodes>
 <node id="0" label="Lcom/spotify/music/MainActivity; onCreate (Landroid/os/Bundle;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onCreate"/>
 <attvalue id="3" value="(Landroid/os/Bundle;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="1" label="Lcom/spotify/mobile/android/util/ay; &lt;init&gt; (Lcom/spotify/mobile/android/ui/g;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/util/ay;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/g;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="2" label="Lcom/google/android/gms/maps/StreetViewPanoramaOptions; &lt;clinit&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/StreetViewPanoramaOptions;"/>
 <attvalue id="2" value="&lt;clinit&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="3" label="Lcom/google/android/gms/maps/e; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/e;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="4" label="Lcom/google/android/gms/maps/StreetViewPanoramaOptions; writeToParcel (Landroid/os/Parcel; I)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/StreetViewPanoramaOptions;"/>
 <attvalue id="2" value="writeToParcel"/>
 <attvalue id="3" value="(Landroid/os/Parcel; I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="5" label="Lcom/google/android/gms/maps/e; a (Lcom/google/android/gms/maps/StreetViewPanoramaOptions; Landroid/os/Parcel; I)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/e;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/google/android/gms/maps/StreetViewPanoramaOptions; Landroid/os/Parcel; I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="6" label="Lcom/google/android/gms/maps/e; createFromParcel (Landroid/os/Parcel;)Ljava/lang/Object;">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/e;"/>
 <attvalue id="2" value="createFromParcel"/>
 <attvalue id="3" value="(Landroid/os/Parcel;)Ljava/lang/Object;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="7" label="Lcom/google/android/gms/maps/e; a (Landroid/os/Parcel;)Lcom/google/android/gms/maps/StreetViewPanoramaOptions;">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/e;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/os/Parcel;)Lcom/google/android/gms/maps/StreetViewPanoramaOptions;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="8" label="Lcom/spotify/mobile/android/spotlets/search/view/SearchViewsManager; &lt;init&gt; (Lcom/spotify/mobile/android/spotlets/search/b; Lcom/spotify/mobile/android/spotlets/search/model/d; Lcom/spotify/mobile/android/spotlets/search/e; Lcom/spotify/mobile/android/spotlets/search/view/h;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/search/view/SearchViewsManager;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/spotlets/search/b; Lcom/spotify/mobile/android/spotlets/search/model/d; Lcom/spotify/mobile/android/spotlets/search/e; Lcom/spotify/mobile/android/spotlets/search/view/h;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="9" label="Lcom/spotify/mobile/android/spotlets/search/view/SearchViewsManager$6; &lt;init&gt; (Lcom/spotify/mobile/android/spotlets/search/view/SearchViewsManager;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/search/view/SearchViewsManager$6;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/spotlets/search/view/SearchViewsManager;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="10" label="Lcom/spotify/mobile/android/util/l; &lt;clinit&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/util/l;"/>
 <attvalue id="2" value="&lt;clinit&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="11" label="Lcom/spotify/mobile/android/util/o; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/util/o;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="12" label="Lcom/squareup/okhttp/internal/http/p; a ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/p;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="13" label="Lcom/squareup/okhttp/internal/http/al; a (Lcom/squareup/okhttp/internal/http/u;)Lcom/squareup/okhttp/internal/a/o;">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/squareup/okhttp/internal/http/u;)Lcom/squareup/okhttp/internal/a/o;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="14" label="Lcom/squareup/okhttp/internal/http/p; i ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/p;"/>
 <attvalue id="2" value="i"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="15" label="Lcom/squareup/okhttp/internal/http/al; c ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="c"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="16" label="Lcom/squareup/okhttp/internal/http/p; j ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/p;"/>
 <attvalue id="2" value="j"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="17" label="Lcom/squareup/okhttp/internal/http/al; a (Lcom/squareup/okhttp/internal/http/p;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/squareup/okhttp/internal/http/p;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="18" label="Lcom/squareup/okhttp/internal/http/p; k ()Lcom/squareup/okhttp/g;">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/p;"/>
 <attvalue id="2" value="k"/>
 <attvalue id="3" value="()Lcom/squareup/okhttp/g;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="19" label="Lcom/squareup/okhttp/internal/http/al; d ()Z">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="d"/>
 <attvalue id="3" value="()Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="20" label="Lcom/squareup/okhttp/internal/http/p; m ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/p;"/>
 <attvalue id="2" value="m"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="21" label="Lcom/squareup/okhttp/internal/http/al; b (Lcom/squareup/okhttp/internal/http/u;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(Lcom/squareup/okhttp/internal/http/u;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="22" label="Lcom/squareup/okhttp/internal/http/al; a (Lcom/squareup/okhttp/internal/http/ag;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/squareup/okhttp/internal/http/ag;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="23" label="Lcom/squareup/okhttp/internal/http/al; a ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="24" label="Lcom/squareup/okhttp/internal/http/al; b ()Lcom/squareup/okhttp/internal/http/ab;">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="()Lcom/squareup/okhttp/internal/http/ab;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="25" label="Lcom/squareup/okhttp/internal/http/al; e ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="e"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="26" label="Lcom/squareup/okhttp/internal/http/al; a (Ljava/net/CacheRequest;)Lcom/squareup/okhttp/internal/a/p;">
 <attvalues>
 <attvalue id="1" value="Lcom/squareup/okhttp/internal/http/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Ljava/net/CacheRequest;)Lcom/squareup/okhttp/internal/a/p;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="27" label="Landroid/support/v7/app/e; a (Landroid/support/v7/b/b;)Landroid/support/v7/b/a;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/e;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/b/b;)Landroid/support/v7/b/a;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="28" label="Landroid/support/v7/b/b; a (Landroid/support/v7/b/a; Landroid/view/Menu;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/b/b;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a; Landroid/view/Menu;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="29" label="Landroid/support/v7/app/g; a (Landroid/support/v7/b/a;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/g;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="30" label="Landroid/support/v7/b/b; a (Landroid/support/v7/b/a;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/b/b;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="31" label="Landroid/support/v7/app/g; a (Landroid/support/v7/b/a; Landroid/view/Menu;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/g;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a; Landroid/view/Menu;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="32" label="Landroid/support/v7/app/g; a (Landroid/support/v7/b/a; Landroid/view/MenuItem;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/g;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a; Landroid/view/MenuItem;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="33" label="Landroid/support/v7/b/b; a (Landroid/support/v7/b/a; Landroid/view/MenuItem;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/b/b;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a; Landroid/view/MenuItem;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="34" label="Landroid/support/v7/app/g; b (Landroid/support/v7/b/a; Landroid/view/Menu;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/g;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a; Landroid/view/Menu;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="35" label="Landroid/support/v7/b/b; b (Landroid/support/v7/b/a; Landroid/view/Menu;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/b/b;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(Landroid/support/v7/b/a; Landroid/view/Menu;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="36" label="Landroid/support/v7/internal/a/g; h ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/a/g;"/>
 <attvalue id="2" value="h"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="37" label="Landroid/support/v7/internal/a/h; a (Landroid/support/v7/internal/view/menu/i; Landroid/view/MenuItem;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/a/h;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/internal/view/menu/i; Landroid/view/MenuItem;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="38" label="Landroid/support/v7/internal/a/h; b ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/a/h;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="39" label="Landroid/support/v7/internal/a/h; c ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/a/h;"/>
 <attvalue id="2" value="c"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="40" label="Landroid/support/v7/internal/a/h; d ()Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/a/h;"/>
 <attvalue id="2" value="d"/>
 <attvalue id="3" value="()Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="41" label="Landroid/support/v7/internal/view/b; a (Landroid/support/v7/internal/view/menu/i; Landroid/view/MenuItem;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/view/b;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/internal/view/menu/i; Landroid/view/MenuItem;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="42" label="Landroid/support/v7/internal/view/b; b ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/view/b;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="43" label="Landroid/support/v7/internal/view/b; c ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/view/b;"/>
 <attvalue id="2" value="c"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="44" label="Lcom/spotify/mobile/android/spotlets/user/ProfileFragment$5; onResolved (Lcom/spotify/cosmos/router/Response; Ljava/lang/Object;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/user/ProfileFragment$5;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response; Ljava/lang/Object;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="45" label="Lcom/spotify/mobile/android/spotlets/user/ProfileFragment$5; a (Lcom/spotify/mobile/android/spotlets/user/ProfileV2VolatileModel;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/user/ProfileFragment$5;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/spotlets/user/ProfileV2VolatileModel;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="46" label="Lcom/spotify/mobile/android/spotlets/user/f; K ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/user/f;"/>
 <attvalue id="2" value="K"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="47" label="Lcom/spotify/mobile/android/spotlets/user/ProfileFragment$5; &lt;init&gt; (Lcom/spotify/mobile/android/spotlets/user/f; Landroid/os/Handler; Ljava/lang/Class;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/user/ProfileFragment$5;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/spotlets/user/f; Landroid/os/Handler; Ljava/lang/Class;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="48" label="Lcom/google/android/gms/internal/mr; a (Lcom/google/android/gms/internal/oe; Lcom/google/android/gms/maps/model/LatLngBounds; Ljava/util/List; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/internal/mr;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/google/android/gms/internal/oe; Lcom/google/android/gms/maps/model/LatLngBounds; Ljava/util/List; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="49" label="Lcom/google/android/gms/maps/model/LatLngBounds; writeToParcel (Landroid/os/Parcel; I)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/model/LatLngBounds;"/>
 <attvalue id="2" value="writeToParcel"/>
 <attvalue id="3" value="(Landroid/os/Parcel; I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="50" label="Lcom/google/android/gms/internal/mr; a (Lcom/google/android/gms/maps/model/LatLngBounds; I Lcom/google/android/gms/internal/nu; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/internal/mr;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/google/android/gms/maps/model/LatLngBounds; I Lcom/google/android/gms/internal/nu; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="51" label="Lcom/google/android/gms/internal/mr; a (Lcom/google/android/gms/maps/model/LatLngBounds; I Ljava/lang/String; Lcom/google/android/gms/internal/nu; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/internal/mr;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/google/android/gms/maps/model/LatLngBounds; I Ljava/lang/String; Lcom/google/android/gms/internal/nu; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="52" label="Lcom/google/android/gms/internal/mr; a (Ljava/lang/String; Lcom/google/android/gms/maps/model/LatLngBounds; Lcom/google/android/gms/internal/nq; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/internal/mr;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Ljava/lang/String; Lcom/google/android/gms/maps/model/LatLngBounds; Lcom/google/android/gms/internal/nq; Lcom/google/android/gms/internal/oh; Lcom/google/android/gms/internal/nh;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="53" label="Lcom/google/android/gms/maps/model/e; a (Landroid/os/Parcel;)Lcom/google/android/gms/maps/model/LatLngBounds;">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/model/e;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/os/Parcel;)Lcom/google/android/gms/maps/model/LatLngBounds;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="54" label="Lcom/google/android/gms/maps/model/LatLngBounds; &lt;init&gt; (I Lcom/google/android/gms/maps/model/LatLng; Lcom/google/android/gms/maps/model/LatLng;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/model/LatLngBounds;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(I Lcom/google/android/gms/maps/model/LatLng; Lcom/google/android/gms/maps/model/LatLng;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="55" label="Lcom/spotify/mobile/android/service/media/browser/d; a (Ljava/lang/String; Lcom/spotify/mobile/android/service/media/browser/e;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/service/media/browser/d;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Ljava/lang/String; Lcom/spotify/mobile/android/service/media/browser/e;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="56" label="Lcom/spotify/mobile/android/service/media/browser/d$1; &lt;init&gt; (Lcom/spotify/mobile/android/service/media/browser/d; Lcom/spotify/mobile/android/service/media/browser/g; Ljava/lang/String; Lcom/spotify/mobile/android/service/media/browser/e;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/service/media/browser/d$1;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/service/media/browser/d; Lcom/spotify/mobile/android/service/media/browser/g; Ljava/lang/String; Lcom/spotify/mobile/android/service/media/browser/e;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="57" label="Lcom/spotify/mobile/android/service/flow/login/a/f; &lt;init&gt; (Lcom/spotify/mobile/android/util/bf;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/service/flow/login/a/f;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/util/bf;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="58" label="Lcom/spotify/mobile/android/service/flow/login/a/a; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/service/flow/login/a/a;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="59" label="Landroid/support/v7/app/v; onCreate (Landroid/os/Bundle;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onCreate"/>
 <attvalue id="3" value="(Landroid/os/Bundle;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="60" label="Landroid/support/v7/app/v; getWindow ()Landroid/view/Window;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="getWindow"/>
 <attvalue id="3" value="()Landroid/view/Window;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="61" label="Lcom/spotify/mobile/android/spotlets/mft/a; n ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/mft/a;"/>
 <attvalue id="2" value="n"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="62" label="Landroid/support/v7/app/v; r_ ()Landroid/support/v7/app/ActionBar;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="r_"/>
 <attvalue id="3" value="()Landroid/support/v7/app/ActionBar;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="63" label="Lcom/spotify/mobile/android/spotlets/mft/a; o ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/mft/a;"/>
 <attvalue id="2" value="o"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="64" label="Lcom/spotify/mobile/android/spotlets/share/PostActivity; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/share/PostActivity;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="65" label="Landroid/support/v7/app/v; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="66" label="Lcom/spotify/mobile/android/spotlets/share/PostActivity; onBackPressed ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/share/PostActivity;"/>
 <attvalue id="2" value="onBackPressed"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="67" label="Landroid/support/v7/app/v; onBackPressed ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onBackPressed"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="68" label="Lcom/spotify/mobile/android/spotlets/share/PostActivity; onCreate (Landroid/os/Bundle;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/share/PostActivity;"/>
 <attvalue id="2" value="onCreate"/>
 <attvalue id="3" value="(Landroid/os/Bundle;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="69" label="Lcom/spotify/mobile/android/spotlets/share/PostActivity; onResume ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/share/PostActivity;"/>
 <attvalue id="2" value="onResume"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="70" label="Landroid/support/v7/app/v; onResume ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onResume"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="71" label="Lcom/spotify/music/MainActivity; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="72" label="Lcom/spotify/music/MainActivity; n_ ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="n_"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="73" label="Landroid/support/v7/app/v; n_ ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="n_"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="74" label="Lcom/spotify/music/MainActivity; onConfigurationChanged (Landroid/content/res/Configuration;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onConfigurationChanged"/>
 <attvalue id="3" value="(Landroid/content/res/Configuration;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="75" label="Landroid/support/v7/app/v; onConfigurationChanged (Landroid/content/res/Configuration;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onConfigurationChanged"/>
 <attvalue id="3" value="(Landroid/content/res/Configuration;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="76" label="Lcom/spotify/music/MainActivity; onDestroy ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onDestroy"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="77" label="Landroid/support/v7/app/v; onDestroy ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onDestroy"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="78" label="Lcom/spotify/music/MainActivity; onKeyDown (I Landroid/view/KeyEvent;)Z">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onKeyDown"/>
 <attvalue id="3" value="(I Landroid/view/KeyEvent;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="79" label="Landroid/support/v7/app/v; onKeyDown (I Landroid/view/KeyEvent;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onKeyDown"/>
 <attvalue id="3" value="(I Landroid/view/KeyEvent;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="80" label="Lcom/spotify/music/MainActivity; onOptionsItemSelected (Landroid/view/MenuItem;)Z">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onOptionsItemSelected"/>
 <attvalue id="3" value="(Landroid/view/MenuItem;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="81" label="Landroid/support/v7/app/v; onOptionsItemSelected (Landroid/view/MenuItem;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onOptionsItemSelected"/>
 <attvalue id="3" value="(Landroid/view/MenuItem;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="82" label="Lcom/spotify/music/MainActivity; onPause ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onPause"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="83" label="Landroid/support/v7/app/v; onPause ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onPause"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="84" label="Lcom/spotify/music/MainActivity; onPostCreate (Landroid/os/Bundle;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onPostCreate"/>
 <attvalue id="3" value="(Landroid/os/Bundle;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="85" label="Landroid/support/v7/app/v; onPostCreate (Landroid/os/Bundle;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onPostCreate"/>
 <attvalue id="3" value="(Landroid/os/Bundle;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="86" label="Lcom/spotify/music/MainActivity; onPreparePanel (I Landroid/view/View; Landroid/view/Menu;)Z">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onPreparePanel"/>
 <attvalue id="3" value="(I Landroid/view/View; Landroid/view/Menu;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="87" label="Landroid/support/v7/app/v; onPreparePanel (I Landroid/view/View; Landroid/view/Menu;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onPreparePanel"/>
 <attvalue id="3" value="(I Landroid/view/View; Landroid/view/Menu;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="88" label="Lcom/spotify/music/MainActivity; onResume ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onResume"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="89" label="Lcom/spotify/music/MainActivity; onSaveInstanceState (Landroid/os/Bundle;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onSaveInstanceState"/>
 <attvalue id="3" value="(Landroid/os/Bundle;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="90" label="Landroid/support/v7/app/v; onSaveInstanceState (Landroid/os/Bundle;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onSaveInstanceState"/>
 <attvalue id="3" value="(Landroid/os/Bundle;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="91" label="Lcom/spotify/music/MainActivity; onStart ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onStart"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="92" label="Landroid/support/v7/app/v; onStart ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onStart"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="93" label="Lcom/spotify/music/MainActivity; onStop ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onStop"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="94" label="Landroid/support/v7/app/v; onStop ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onStop"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="95" label="Lcom/spotify/music/MainActivity; onUserLeaveHint ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/MainActivity;"/>
 <attvalue id="2" value="onUserLeaveHint"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="96" label="Landroid/support/v7/app/v; onUserLeaveHint ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/app/v;"/>
 <attvalue id="2" value="onUserLeaveHint"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="97" label="Landroid/support/v4/view/ah; a (Landroid/view/MenuItem; Landroid/view/View;)Landroid/view/MenuItem;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/ah;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/view/MenuItem; Landroid/view/View;)Landroid/view/MenuItem;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="98" label="Landroid/support/v4/view/al; a (Landroid/view/MenuItem; Landroid/view/View;)Landroid/view/MenuItem;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/view/MenuItem; Landroid/view/View;)Landroid/view/MenuItem;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="99" label="Landroid/support/v4/view/ah; a (Landroid/view/MenuItem;)Landroid/view/View;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/ah;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/view/MenuItem;)Landroid/view/View;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="100" label="Landroid/support/v4/view/al; a (Landroid/view/MenuItem;)Landroid/view/View;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/view/MenuItem;)Landroid/view/View;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="101" label="Landroid/support/v4/view/ah; a (Landroid/view/MenuItem; I)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/ah;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/view/MenuItem; I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="102" label="Landroid/support/v4/view/al; a (Landroid/view/MenuItem; I)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/al;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/view/MenuItem; I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="103" label="Landroid/support/v4/view/ah; b (Landroid/view/MenuItem; I)Landroid/view/MenuItem;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/ah;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(Landroid/view/MenuItem; I)Landroid/view/MenuItem;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="104" label="Landroid/support/v4/view/al; b (Landroid/view/MenuItem; I)Landroid/view/MenuItem;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/view/al;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(Landroid/view/MenuItem; I)Landroid/view/MenuItem;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="105" label="Lcom/spotify/mobile/android/f/h$1; a (Z Z)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/h$1;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Z Z)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="106" label="Lcom/spotify/mobile/android/f/h; m_ ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/h;"/>
 <attvalue id="2" value="m_"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="107" label="Lcom/spotify/mobile/android/f/h; c ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/h;"/>
 <attvalue id="2" value="c"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="108" label="Lcom/spotify/mobile/android/f/h$1; c ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/h$1;"/>
 <attvalue id="2" value="c"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="109" label="Lcom/spotify/mobile/android/f/r; &lt;init&gt; (Lcom/spotify/mobile/android/service/SpotifyService; Lcom/spotify/mobile/android/service/managers/g; Lcom/spotify/mobile/android/f/t; Lcom/spotify/mobile/android/f/q; Lcom/spotify/mobile/android/service/am; Lcom/spotify/mobile/android/service/al; Lcom/spotify/mobile/android/service/managers/ConnectManager; Lcom/spotify/mobile/android/service/managers/i;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/r;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/service/SpotifyService; Lcom/spotify/mobile/android/service/managers/g; Lcom/spotify/mobile/android/f/t; Lcom/spotify/mobile/android/f/q; Lcom/spotify/mobile/android/service/am; Lcom/spotify/mobile/android/service/al; Lcom/spotify/mobile/android/service/managers/ConnectManager; Lcom/spotify/mobile/android/service/managers/i;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="110" label="Lcom/spotify/mobile/android/f/h; a (Lcom/spotify/mobile/android/f/s;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/h;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/f/s;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="111" label="Lcom/spotify/mobile/android/f/t; &lt;init&gt; (Lcom/spotify/mobile/android/f/q;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/t;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/f/q;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="112" label="Lcom/spotify/mobile/android/f/h; &lt;init&gt; (Lcom/spotify/mobile/android/f/q;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/h;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/f/q;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="113" label="Lcom/spotify/mobile/android/f/t; a ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/t;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="114" label="Lcom/spotify/mobile/android/f/h; a ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/h;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="115" label="Landroid/support/v4/content/q; a (Landroid/content/Intent;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/content/q;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/content/Intent;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="116" label="Landroid/support/v4/content/r; &lt;init&gt; (Landroid/content/Intent; Ljava/util/ArrayList;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v4/content/r;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Landroid/content/Intent; Ljava/util/ArrayList;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="117" label="Lcom/fasterxml/jackson/databind/AnnotationIntrospector; findNameForDeserialization (Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/AnnotationIntrospector;"/>
 <attvalue id="2" value="findNameForDeserialization"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="118" label="Lcom/fasterxml/jackson/databind/PropertyName; &lt;init&gt; (Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="119" label="Lcom/fasterxml/jackson/databind/AnnotationIntrospector; findNameForSerialization (Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/AnnotationIntrospector;"/>
 <attvalue id="2" value="findNameForSerialization"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="120" label="Lcom/fasterxml/jackson/databind/PropertyName; &lt;clinit&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="2" value="&lt;clinit&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="121" label="Lcom/fasterxml/jackson/databind/PropertyName; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="122" label="Lcom/fasterxml/jackson/databind/deser/BasicDeserializerFactory; _addDeserializerConstructors (Lcom/fasterxml/jackson/databind/DeserializationContext; Lcom/fasterxml/jackson/databind/BeanDescription; Lcom/fasterxml/jackson/databind/introspect/VisibilityChecker; Lcom/fasterxml/jackson/databind/AnnotationIntrospector; Lcom/fasterxml/jackson/databind/deser/impl/CreatorCollector;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/deser/BasicDeserializerFactory;"/>
 <attvalue id="2" value="_addDeserializerConstructors"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/DeserializationContext; Lcom/fasterxml/jackson/databind/BeanDescription; Lcom/fasterxml/jackson/databind/introspect/VisibilityChecker; Lcom/fasterxml/jackson/databind/AnnotationIntrospector; Lcom/fasterxml/jackson/databind/deser/impl/CreatorCollector;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="123" label="Lcom/fasterxml/jackson/databind/PropertyName; getSimpleName ()Ljava/lang/String;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="2" value="getSimpleName"/>
 <attvalue id="3" value="()Ljava/lang/String;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="124" label="Lcom/fasterxml/jackson/databind/deser/BasicDeserializerFactory; _addDeserializerFactoryMethods (Lcom/fasterxml/jackson/databind/DeserializationContext; Lcom/fasterxml/jackson/databind/BeanDescription; Lcom/fasterxml/jackson/databind/introspect/VisibilityChecker; Lcom/fasterxml/jackson/databind/AnnotationIntrospector; Lcom/fasterxml/jackson/databind/deser/impl/CreatorCollector;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/deser/BasicDeserializerFactory;"/>
 <attvalue id="2" value="_addDeserializerFactoryMethods"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/DeserializationContext; Lcom/fasterxml/jackson/databind/BeanDescription; Lcom/fasterxml/jackson/databind/introspect/VisibilityChecker; Lcom/fasterxml/jackson/databind/AnnotationIntrospector; Lcom/fasterxml/jackson/databind/deser/impl/CreatorCollector;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="125" label="Lcom/fasterxml/jackson/databind/deser/BasicDeserializerFactory; _handleSingleArgumentConstructor (Lcom/fasterxml/jackson/databind/DeserializationContext; Lcom/fasterxml/jackson/databind/BeanDescription; Lcom/fasterxml/jackson/databind/introspect/VisibilityChecker; Lcom/fasterxml/jackson/databind/AnnotationIntrospector; Lcom/fasterxml/jackson/databind/deser/impl/CreatorCollector; Lcom/fasterxml/jackson/databind/introspect/AnnotatedConstructor; Z Z)Z">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/deser/BasicDeserializerFactory;"/>
 <attvalue id="2" value="_handleSingleArgumentConstructor"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/DeserializationContext; Lcom/fasterxml/jackson/databind/BeanDescription; Lcom/fasterxml/jackson/databind/introspect/VisibilityChecker; Lcom/fasterxml/jackson/databind/AnnotationIntrospector; Lcom/fasterxml/jackson/databind/deser/impl/CreatorCollector; Lcom/fasterxml/jackson/databind/introspect/AnnotatedConstructor; Z Z)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="126" label="Lcom/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector; findNameForDeserialization (Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector;"/>
 <attvalue id="2" value="findNameForDeserialization"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="127" label="Lcom/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector; findNameForSerialization (Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector;"/>
 <attvalue id="2" value="findNameForSerialization"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/introspect/Annotated;)Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="128" label="Lcom/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector; findRootName (Lcom/fasterxml/jackson/databind/introspect/AnnotatedClass;)Lcom/fasterxml/jackson/databind/PropertyName;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector;"/>
 <attvalue id="2" value="findRootName"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/introspect/AnnotatedClass;)Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="129" label="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector; _addCreators ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector;"/>
 <attvalue id="2" value="_addCreators"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="130" label="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector; _addFields ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector;"/>
 <attvalue id="2" value="_addFields"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="131" label="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector; _addGetterMethod (Lcom/fasterxml/jackson/databind/introspect/AnnotatedMethod; Lcom/fasterxml/jackson/databind/AnnotationIntrospector;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector;"/>
 <attvalue id="2" value="_addGetterMethod"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/introspect/AnnotatedMethod; Lcom/fasterxml/jackson/databind/AnnotationIntrospector;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="132" label="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector; _addSetterMethod (Lcom/fasterxml/jackson/databind/introspect/AnnotatedMethod; Lcom/fasterxml/jackson/databind/AnnotationIntrospector;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector;"/>
 <attvalue id="2" value="_addSetterMethod"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/introspect/AnnotatedMethod; Lcom/fasterxml/jackson/databind/AnnotationIntrospector;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="133" label="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector; _renameWithWrappers ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/introspect/POJOPropertiesCollector;"/>
 <attvalue id="2" value="_renameWithWrappers"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="134" label="Lcom/fasterxml/jackson/databind/PropertyName; hasSimpleName ()Z">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/PropertyName;"/>
 <attvalue id="2" value="hasSimpleName"/>
 <attvalue id="3" value="()Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="135" label="Lcom/fasterxml/jackson/databind/util/RootNameLookup; findRootName (Ljava/lang/Class; Lcom/fasterxml/jackson/databind/cfg/MapperConfig;)Lcom/fasterxml/jackson/core/io/SerializedString;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/util/RootNameLookup;"/>
 <attvalue id="2" value="findRootName"/>
 <attvalue id="3" value="(Ljava/lang/Class; Lcom/fasterxml/jackson/databind/cfg/MapperConfig;)Lcom/fasterxml/jackson/core/io/SerializedString;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="136" label="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel$1; createFromParcel (Landroid/os/Parcel;)Ljava/lang/Object;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel$1;"/>
 <attvalue id="2" value="createFromParcel"/>
 <attvalue id="3" value="(Landroid/os/Parcel;)Ljava/lang/Object;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="137" label="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel$1; a (Landroid/os/Parcel;)Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel$1;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/os/Parcel;)Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="138" label="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel; &lt;clinit&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel;"/>
 <attvalue id="2" value="&lt;clinit&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="139" label="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel$1; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/spotlets/discover/model/DiscoverStoryModel$1;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="140" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory; &lt;clinit&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory;"/>
 <attvalue id="2" value="&lt;clinit&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="141" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$4; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$4;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="142" label="Lcom/spotify/mobile/android/spotlets/openaccess/util/d$2; onError (Landroid/media/MediaPlayer; I I)Z">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/openaccess/util/d$2;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Landroid/media/MediaPlayer; I I)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="143" label="Lcom/spotify/mobile/android/spotlets/openaccess/util/d$2; a (Landroid/media/MediaPlayer; I I)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/openaccess/util/d$2;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/media/MediaPlayer; I I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="144" label="Lcom/spotify/mobile/android/spotlets/openaccess/util/d; &lt;init&gt; (Landroid/content/Context; Landroid/media/MediaPlayer; Landroid/media/MediaPlayer;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/openaccess/util/d;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Landroid/content/Context; Landroid/media/MediaPlayer; Landroid/media/MediaPlayer;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="145" label="Lcom/spotify/mobile/android/spotlets/openaccess/util/d$2; &lt;init&gt; (Lcom/spotify/mobile/android/spotlets/openaccess/util/d;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/openaccess/util/d$2;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/spotlets/openaccess/util/d;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="146" label="Landroid/support/v7/internal/widget/ab; a (Landroid/support/v7/app/a;)Landroid/support/v7/internal/widget/ad;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ab;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/app/a;)Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="147" label="Landroid/support/v7/internal/widget/ad; &lt;init&gt; (Landroid/support/v7/internal/widget/ab; Landroid/content/Context; Landroid/support/v7/app/a;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Landroid/support/v7/internal/widget/ab; Landroid/content/Context; Landroid/support/v7/app/a;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="148" label="Landroid/support/v7/internal/widget/ad; setBackgroundDrawable (Landroid/graphics/drawable/Drawable;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="setBackgroundDrawable"/>
 <attvalue id="3" value="(Landroid/graphics/drawable/Drawable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="149" label="Landroid/support/v7/internal/widget/ad; setLayoutParams (Landroid/view/ViewGroup$LayoutParams;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="setLayoutParams"/>
 <attvalue id="3" value="(Landroid/view/ViewGroup$LayoutParams;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="150" label="Landroid/support/v7/internal/widget/ac; getView (I Landroid/view/View; Landroid/view/ViewGroup;)Landroid/view/View;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ac;"/>
 <attvalue id="2" value="getView"/>
 <attvalue id="3" value="(I Landroid/view/View; Landroid/view/ViewGroup;)Landroid/view/View;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="151" label="Landroid/support/v7/internal/widget/ad; a (Landroid/support/v7/app/a;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/support/v7/app/a;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="152" label="Landroid/support/v7/internal/widget/ad; b (I)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="153" label="Landroid/support/v7/internal/widget/ad; a ()V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="154" label="Landroid/support/v7/internal/widget/ad; addView (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="addView"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="155" label="Landroid/support/v7/internal/widget/ad; removeView (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="removeView"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="156" label="Landroid/support/v7/internal/widget/ad; getContext ()Landroid/content/Context;">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="getContext"/>
 <attvalue id="3" value="()Landroid/content/Context;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="157" label="Landroid/support/v7/internal/widget/ad; addView (Landroid/view/View; I)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="addView"/>
 <attvalue id="3" value="(Landroid/view/View; I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="158" label="Landroid/support/v7/internal/widget/ad; setOnLongClickListener (Landroid/view/View$OnLongClickListener;)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="setOnLongClickListener"/>
 <attvalue id="3" value="(Landroid/view/View$OnLongClickListener;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="159" label="Landroid/support/v7/internal/widget/ad; setLongClickable (Z)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="setLongClickable"/>
 <attvalue id="3" value="(Z)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="160" label="Landroid/support/v7/internal/widget/ad; onLongClick (Landroid/view/View;)Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="onLongClick"/>
 <attvalue id="3" value="(Landroid/view/View;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="161" label="Landroid/support/v7/internal/widget/ad; getLocationOnScreen ([I)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="getLocationOnScreen"/>
 <attvalue id="3" value="([I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="162" label="Landroid/support/v7/internal/widget/ad; getWidth ()I">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="getWidth"/>
 <attvalue id="3" value="()I"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="163" label="Landroid/support/v7/internal/widget/ad; getHeight ()I">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="getHeight"/>
 <attvalue id="3" value="()I"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="164" label="Landroid/support/v7/internal/widget/ad; onMeasure (I I)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="onMeasure"/>
 <attvalue id="3" value="(I I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="165" label="Landroid/support/v7/internal/widget/ad; getMeasuredWidth ()I">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="getMeasuredWidth"/>
 <attvalue id="3" value="()I"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="166" label="Landroid/support/v7/internal/widget/ad; setSelected (Z)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="setSelected"/>
 <attvalue id="3" value="(Z)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="167" label="Landroid/support/v7/internal/widget/ad; isSelected ()Z">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="isSelected"/>
 <attvalue id="3" value="()Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="168" label="Landroid/support/v7/internal/widget/ad; sendAccessibilityEvent (I)V">
 <attvalues>
 <attvalue id="1" value="Landroid/support/v7/internal/widget/ad;"/>
 <attvalue id="2" value="sendAccessibilityEvent"/>
 <attvalue id="3" value="(I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="169" label="Lcom/spotify/mobile/android/ui/contextmenu/h; a (Ljava/lang/String; Ljava/lang/String; I Lcom/spotify/mobile/android/ui/fragments/logic/Flags;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/contextmenu/h;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String; I Lcom/spotify/mobile/android/ui/fragments/logic/Flags;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="170" label="Lcom/spotify/mobile/android/ui/contextmenu/h$6; &lt;init&gt; (Lcom/spotify/mobile/android/ui/contextmenu/h; Lcom/spotify/mobile/android/ui/fragments/logic/Flags; Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/contextmenu/h$6;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/contextmenu/h; Lcom/spotify/mobile/android/ui/fragments/logic/Flags; Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="171" label="Lcom/spotify/mobile/android/ui/view/snowglobe/a/d; a (D D)D">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/view/snowglobe/a/d;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(D D)D"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="172" label="Lcom/spotify/mobile/android/ui/view/snowglobe/a/d; a (D)I">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/view/snowglobe/a/d;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(D)I"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="173" label="Lcom/spotify/mobile/android/ui/view/snowglobe/a/d; a (Lcom/spotify/mobile/android/ui/view/snowglobe/a/e; D D)D">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/view/snowglobe/a/d;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/view/snowglobe/a/e; D D)D"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="174" label="Lcom/spotify/mobile/android/ui/view/snowglobe/d; a (I)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/view/snowglobe/d;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(I)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="175" label="Lcom/spotify/mobile/android/spotlets/collection/fragments/b; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/collection/fragments/b;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="176" label="Lcom/spotify/mobile/android/spotlets/collection/fragments/b$10; &lt;init&gt; (Lcom/spotify/mobile/android/spotlets/collection/fragments/b;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/collection/fragments/b$10;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/spotlets/collection/fragments/b;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="177" label="Lcom/google/android/gms/maps/model/i; a (Landroid/os/Parcel;)Lcom/google/android/gms/maps/model/StreetViewPanoramaCamera;">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/model/i;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/os/Parcel;)Lcom/google/android/gms/maps/model/StreetViewPanoramaCamera;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="178" label="Lcom/google/android/gms/maps/model/StreetViewPanoramaCamera; &lt;init&gt; (I F F F)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/maps/model/StreetViewPanoramaCamera;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(I F F F)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="179" label="Lcom/spotify/mobile/android/f/e$1; a ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/e$1;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="180" label="Lcom/spotify/mobile/android/spotlets/ads/c; a ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/ads/c;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="181" label="Lcom/spotify/mobile/android/f/e$1; b ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/e$1;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="182" label="Lcom/spotify/mobile/android/spotlets/ads/c; b ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/ads/c;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="183" label="Lcom/spotify/mobile/android/f/e$2; a ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/e$2;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="184" label="Lcom/spotify/mobile/android/spotlets/ads/c; c ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/ads/c;"/>
 <attvalue id="2" value="c"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="185" label="Lcom/spotify/mobile/android/f/e$2; b ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/f/e$2;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="186" label="Lcom/spotify/mobile/android/spotlets/ads/c; d ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/ads/c;"/>
 <attvalue id="2" value="d"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="187" label="Lcom/spotify/mobile/android/spotlets/ads/c; e ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/ads/c;"/>
 <attvalue id="2" value="e"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="188" label="Lcom/spotify/music/a$6; b ()Lcom/spotify/mobile/android/spotlets/ads/c;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/music/a$6;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="()Lcom/spotify/mobile/android/spotlets/ads/c;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="189" label="Lcom/spotify/mobile/android/spotlets/ads/c; &lt;init&gt; (Landroid/content/Context;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/spotlets/ads/c;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Landroid/content/Context;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="190" label="Lcom/fasterxml/jackson/databind/type/TypeFactory; _constructType (Ljava/lang/reflect/Type; Lcom/fasterxml/jackson/databind/type/TypeBindings;)Lcom/fasterxml/jackson/databind/JavaType;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/type/TypeFactory;"/>
 <attvalue id="2" value="_constructType"/>
 <attvalue id="3" value="(Ljava/lang/reflect/Type; Lcom/fasterxml/jackson/databind/type/TypeBindings;)Lcom/fasterxml/jackson/databind/JavaType;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="191" label="Lcom/fasterxml/jackson/databind/type/TypeModifier; modifyType (Lcom/fasterxml/jackson/databind/JavaType; Ljava/lang/reflect/Type; Lcom/fasterxml/jackson/databind/type/TypeBindings; Lcom/fasterxml/jackson/databind/type/TypeFactory;)Lcom/fasterxml/jackson/databind/JavaType;">
 <attvalues>
 <attvalue id="1" value="Lcom/fasterxml/jackson/databind/type/TypeModifier;"/>
 <attvalue id="2" value="modifyType"/>
 <attvalue id="3" value="(Lcom/fasterxml/jackson/databind/JavaType; Ljava/lang/reflect/Type; Lcom/fasterxml/jackson/databind/type/TypeBindings; Lcom/fasterxml/jackson/databind/type/TypeFactory;)Lcom/fasterxml/jackson/databind/JavaType;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="192" label="Lcom/google/android/gms/internal/fn; a (Landroid/os/IBinder;)Lcom/google/android/gms/internal/fm;">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/internal/fn;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/os/IBinder;)Lcom/google/android/gms/internal/fm;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="193" label="Lcom/google/android/gms/internal/fo; &lt;init&gt; (Landroid/os/IBinder;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/google/android/gms/internal/fo;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Landroid/os/IBinder;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="194" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory; &lt;init&gt; (Ljava/lang/String; I Ljava/lang/String; B)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; I Ljava/lang/String; B)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="195" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory; &lt;init&gt; (Ljava/lang/String; I Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; I Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="196" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$1; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$1;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="197" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$2; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$2;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="198" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$3; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$3;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="199" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$5; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$5;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="200" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$6; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$6;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="201" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$7; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$7;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="202" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$8; &lt;init&gt; (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory$8;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="203" label="Lcom/spotify/android/paste/app/FontSupport; &lt;clinit&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport;"/>
 <attvalue id="2" value="&lt;clinit&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="204" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory; values ()[Lcom/spotify/android/paste/app/FontSupport$ViewFactory;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory;"/>
 <attvalue id="2" value="values"/>
 <attvalue id="3" value="()[Lcom/spotify/android/paste/app/FontSupport$ViewFactory;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="205" label="Lcom/spotify/android/paste/app/FontSupport; onCreateView (Ljava/lang/String; Landroid/content/Context; Landroid/util/AttributeSet;)Landroid/view/View;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport;"/>
 <attvalue id="2" value="onCreateView"/>
 <attvalue id="3" value="(Ljava/lang/String; Landroid/content/Context; Landroid/util/AttributeSet;)Landroid/view/View;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="206" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory; a (Landroid/content/Context; Landroid/util/AttributeSet;)Landroid/widget/TextView;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/content/Context; Landroid/util/AttributeSet;)Landroid/widget/TextView;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="207" label="Lcom/spotify/android/paste/app/FontSupport$ViewFactory; a ()I">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/android/paste/app/FontSupport$ViewFactory;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="()I"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="208" label="Lcom/spotify/mobile/android/ui/e; a (Lcom/spotify/mobile/android/util/SpotifyLink; Landroid/content/Intent; Ljava/lang/String; Ljava/lang/String; Z Ljava/lang/String; Lcom/spotify/mobile/android/ui/fragments/logic/Flags;)Lcom/spotify/mobile/android/ui/fragments/e;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/e;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/util/SpotifyLink; Landroid/content/Intent; Ljava/lang/String; Ljava/lang/String; Z Ljava/lang/String; Lcom/spotify/mobile/android/ui/fragments/logic/Flags;)Lcom/spotify/mobile/android/ui/fragments/e;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="209" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; &lt;init&gt; ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="&lt;init&gt;"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="210" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$10; onClick (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$10;"/>
 <attvalue id="2" value="onClick"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="211" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; f (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="f"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="212" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$11; onClick (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$11;"/>
 <attvalue id="2" value="onClick"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="213" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; g (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="g"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="214" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$12; onItemSelected (Landroid/widget/AdapterView; Landroid/view/View; I J)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$12;"/>
 <attvalue id="2" value="onItemSelected"/>
 <attvalue id="3" value="(Landroid/widget/AdapterView; Landroid/view/View; I J)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="215" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; b (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Z)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Z)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="216" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$13; a (Lcom/spotify/mobile/android/cosmos/player/v1/PlayerState;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$13;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/cosmos/player/v1/PlayerState;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="217" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; a (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="218" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; a (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="219" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$13; onError (Ljava/lang/Throwable; Lcom/spotify/mobile/android/cosmos/ParsingCallbackReceiver$ErrorCause;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$13;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable; Lcom/spotify/mobile/android/cosmos/ParsingCallbackReceiver$ErrorCause;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="220" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$14; onError (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$14;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="221" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$14; onResolved (Lcom/spotify/cosmos/router/Response;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$14;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="222" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$15; onError (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$15;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="223" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$15; onResolved (Lcom/spotify/cosmos/router/Response;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$15;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="224" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$16; onError (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$16;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="225" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$16; onResolved (Lcom/spotify/cosmos/router/Response;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$16;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="226" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$17; onError (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$17;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="227" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$17; onResolved (Lcom/spotify/cosmos/router/Response;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$17;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="228" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$18; onError (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$18;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="229" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$18; onResolved (Lcom/spotify/cosmos/router/Response;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$18;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="230" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$19; onError (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$19;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="231" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$19; onResolved (Lcom/spotify/cosmos/router/Response;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$19;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="232" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$20; onError (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$20;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="233" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$20; onResolved (Lcom/spotify/cosmos/router/Response;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$20;"/>
 <attvalue id="2" value="onResolved"/>
 <attvalue id="3" value="(Lcom/spotify/cosmos/router/Response;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="234" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$21; onItemSelected (Landroid/widget/AdapterView; Landroid/view/View; I J)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$21;"/>
 <attvalue id="2" value="onItemSelected"/>
 <attvalue id="3" value="(Landroid/widget/AdapterView; Landroid/view/View; I J)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="235" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; h (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Z">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="h"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="236" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; i (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="i"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="237" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$22; onClick (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$22;"/>
 <attvalue id="2" value="onClick"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="238" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; j (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="j"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="239" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$2; a (Lcom/spotify/mobile/android/cosmos/player/v1/PlayerState;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$2;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/cosmos/player/v1/PlayerState;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="240" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; a (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Z)Z">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Z)Z"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="241" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; c (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Landroid/widget/Button;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="c"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Landroid/widget/Button;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="242" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; a (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Ljava/lang/String;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Ljava/lang/String;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="243" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; b (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Ljava/lang/String;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="b"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Ljava/lang/String;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="244" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$2; onError (Ljava/lang/Throwable; Lcom/spotify/mobile/android/cosmos/ParsingCallbackReceiver$ErrorCause;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$2;"/>
 <attvalue id="2" value="onError"/>
 <attvalue id="3" value="(Ljava/lang/Throwable; Lcom/spotify/mobile/android/cosmos/ParsingCallbackReceiver$ErrorCause;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="245" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$3; onClick (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$3;"/>
 <attvalue id="2" value="onClick"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="246" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; k (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="k"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="247" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$4; onClick (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$4;"/>
 <attvalue id="2" value="onClick"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="248" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; l (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="l"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="249" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$5; onCheckedChanged (Landroid/widget/CompoundButton; Z)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$5;"/>
 <attvalue id="2" value="onCheckedChanged"/>
 <attvalue id="3" value="(Landroid/widget/CompoundButton; Z)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="250" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$6; run ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$6;"/>
 <attvalue id="2" value="run"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="251" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; m (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Landroid/widget/ScrollView;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="m"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)Landroid/widget/ScrollView;"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="252" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$8; onClick (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$8;"/>
 <attvalue id="2" value="onClick"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="253" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; d (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="d"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="254" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$9; onClick (Landroid/view/View;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment$9;"/>
 <attvalue id="2" value="onClick"/>
 <attvalue id="3" value="(Landroid/view/View;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="255" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; e (Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="e"/>
 <attvalue id="3" value="(Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="256" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; J ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="J"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="257" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; K ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="K"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="258" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; L ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="L"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="259" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; M ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="M"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="260" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; P ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="P"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="261" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; N ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="N"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="262" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; O ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="O"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="263" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; a (Ljava/lang/String; Ljava/lang/String;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Ljava/lang/String; Ljava/lang/String;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="264" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; a (Ljava/lang/Throwable;)V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Ljava/lang/Throwable;)V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="265" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; G ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="G"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="266" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; F ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="F"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="267" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; R ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="R"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="268" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; Q ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="Q"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="269" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; S ()V">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="S"/>
 <attvalue id="3" value="()V"/>
 <attvalue id="6" value="false"/>
 </attvalues>
 </node>
 <node id="270" label="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment; a (Landroid/view/LayoutInflater; Landroid/view/ViewGroup; Landroid/os/Bundle;)Landroid/view/View;">
 <attvalues>
 <attvalue id="1" value="Lcom/spotify/mobile/android/ui/fragments/CosmosTestFragment;"/>
 <attvalue id="2" value="a"/>
 <attvalue id="3" value="(Landroid/view/LayoutInflater; Landroid/view/ViewGroup; Landroid/os/Bundle;)Landroid/view/View;"/>
 <attvalue id="6" value=

Source


# encoding: utf-8

__author__ = "Nils Tobias Schmidt"
__email__ = "schmidt89 at informatik.uni-marburg.de"

from androlyze.model.script.AndroScript import AndroScript

class GVMAnalysisExample(AndroScript):
    ''' Example that uses the `GVMAnalysis` object from `androguard` to create a graph '''
    
    VERSION = "0.1"
    
    def _analyze(self, apk, dalvik_vm_format, vm_analysis, gvm_analysis, *args, **kwargs):
        self.cres = gvm_analysis.export_to_gexf()

    def custom_result_object(self):
        '''
        Overwrite this method, if you want to use your own result logging framework/object,
        You can supply it here and access it via `self.cres`.
        
        E.g. you could return ("", "txt") for simply logging with a string to a .txt file.
        
        Returns
        -------
        tuple<object, str>
            First argument is the result object you want to use,
            the second is the file name extension used for storage (without a leading point)
        '''
        # Simply use str for logging
        # The first parameter isn't needed at all,
        # because we only set the result at the end of the _analyze method
        return ("", "gexf")
    
    def needs_gvmanalysis(self):
        return True