Advertisement
manfromnn

RIL_QosIndStates_ZTE_V790

Aug 15th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.64 KB | None | 0 0
  1. package com.android.internal.telephony;
  2.  
  3. class RIL_QosIndStates
  4. {
  5.   public static final int RIL_QOS_ACTIVATED = 0;
  6.   public static final int RIL_QOS_ACTIVATED_NETWORK = 1;
  7.   public static final int RIL_QOS_ERROR_UNKNOWN = 6;
  8.   public static final int RIL_QOS_MODIFIED = 5;
  9.   public static final int RIL_QOS_NETWORK_RELEASE = 3;
  10.   public static final int RIL_QOS_SUSPENDED = 4;
  11.   public static final int RIL_QOS_USER_RELEASE = 2;
  12. }
  13.  
  14.  
  15.  
  16. /* Location:           C:\AndroidMultitool\JD-gui\Stock\Framework\framework-dex2jar.jar
  17.  
  18.  * Qualified Name:     com.android.internal.telephony.RIL_QosIndStates
  19.  
  20.  * JD-Core Version:    0.7.0.1
  21.  
  22.  */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement