manfromnn

zte_v790 RIL_QosClass.smali

May 18th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.18 KB | None | 0 0
  1. .class Lcom/android/internal/telephony/RIL_QosClass;
  2. .super Ljava/lang/Object;
  3. .source "QosSpec.java"
  4.  
  5.  
  6. # static fields
  7. .field public static final RIL_QOS_BACKGROUND:I = 0x3
  8.  
  9. .field public static final RIL_QOS_CONVERSATIONAL:I = 0x0
  10.  
  11. .field public static final RIL_QOS_INTERACTIVE:I = 0x2
  12.  
  13. .field public static final RIL_QOS_STREAMING:I = 0x1
  14.  
  15.  
  16. # direct methods
  17. .method constructor <init>()V
  18.     .registers 1
  19.  
  20.     invoke-direct/range {p0 .. p0}, Ljava/lang/Object;-><init>()V
  21.  
  22.     return-void
  23. .end method
  24.  
  25. .method public static getName(I)Ljava/lang/String;
  26.     .registers 2
  27.  
  28.     packed-switch p0, :pswitch_data_12
  29.  
  30.     const/4 v0, 0x0
  31.  
  32.     :goto_4
  33.     return-object v0
  34.  
  35.     :pswitch_5
  36.     const-string v0, "RIL_QOS_CONVERSATIONAL"
  37.  
  38.     goto :goto_4
  39.  
  40.     :pswitch_8
  41.     const-string v0, "RIL_QOS_STREAMING"
  42.  
  43.     goto :goto_4
  44.  
  45.     :pswitch_b
  46.     const-string v0, "RIL_QOS_INTERACTIVE"
  47.  
  48.     goto :goto_4
  49.  
  50.     :pswitch_e
  51.     const-string v0, "RIL_QOS_BACKGROUND"
  52.  
  53.     goto :goto_4
  54.  
  55.     nop
  56.  
  57.     :pswitch_data_12
  58.     .packed-switch 0x0
  59.         :pswitch_5
  60.         :pswitch_8
  61.         :pswitch_b
  62.         :pswitch_e
  63.     .end packed-switch
  64. .end method
Add Comment
Please, Sign In to add comment