HomeSort by relevance Sort by last modified time
    Searched refs:CMD_TO_STRING_COUNT (Results 1 - 4 of 4) 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 192 private static final int CMD_TO_STRING_COUNT = EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED - BASE + 1;
193 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];
  /frameworks/base/services/java/com/android/server/
NsdService.java 87 private static final int CMD_TO_STRING_COUNT = NsdManager.RESOLVE_SERVICE - BASE + 1;
88 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
    [all...]

Completed in 406 milliseconds