Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.android.internal.telephony;
- class RIL_QosIndStates
- {
- public static final int RIL_QOS_ACTIVATED = 0;
- public static final int RIL_QOS_ACTIVATED_NETWORK = 1;
- public static final int RIL_QOS_ERROR_UNKNOWN = 6;
- public static final int RIL_QOS_MODIFIED = 5;
- public static final int RIL_QOS_NETWORK_RELEASE = 3;
- public static final int RIL_QOS_SUSPENDED = 4;
- public static final int RIL_QOS_USER_RELEASE = 2;
- }
- /* Location: C:\AndroidMultitool\JD-gui\Stock\Framework\framework-dex2jar.jar
- * Qualified Name: com.android.internal.telephony.RIL_QosIndStates
- * JD-Core Version: 0.7.0.1
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement