Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.android.internal.telephony;
- class RIL_QosDirection
- {
- public static final int RIL_QOS_RX = 1;
- public static final int RIL_QOS_TX;
- public static String getName(int paramInt)
- {
- switch (paramInt)
- {
- default:
- return null;
- case 0:
- return "RIL_QOS_TX";
- }
- return "RIL_QOS_RX";
- }
- }
- /* Location: C:\AndroidMultitool\JD-gui\Stock\Framework\framework-dex2jar.jar
- * Qualified Name: com.android.internal.telephony.RIL_QosDirection
- * JD-Core Version: 0.7.0.1
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement