HomeSort by relevance Sort by last modified time
    Searched defs:CMD_TO_STRING_COUNT (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 62 private static final int CMD_TO_STRING_COUNT = RSP_RESET - BASE + 1;
63 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
DataConnection.java 224 private static final int CMD_TO_STRING_COUNT =
227 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 153 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1;
154 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 59 milliseconds