Advertisement
manfromnn

zte_v790 QosSpec$QosClass.smali

May 18th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.75 KB | None | 0 0
  1. .class public Lcom/android/internal/telephony/QosSpec$QosClass;
  2. .super Ljava/lang/Object;
  3. .source "QosSpec.java"
  4.  
  5.  
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8.     value = Lcom/android/internal/telephony/QosSpec;
  9. .end annotation
  10.  
  11. .annotation system Ldalvik/annotation/InnerClass;
  12.     accessFlags = 0x9
  13.     name = "QosClass"
  14. .end annotation
  15.  
  16.  
  17. # static fields
  18. .field public static final BACKGROUND:I = 0x3
  19.  
  20. .field public static final CONVERSATIONAL:I = 0x0
  21.  
  22. .field public static final INTERACTIVE:I = 0x2
  23.  
  24. .field public static final STREAMING:I = 0x1
  25.  
  26.  
  27. # direct methods
  28. .method public constructor <init>()V
  29.     .registers 1
  30.  
  31.     invoke-direct/range {p0 .. p0}, Ljava/lang/Object;-><init>()V
  32.  
  33.     return-void
  34. .end method
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement