Searched defs:CMD_TO_STRING_COUNT (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcSwitchAsyncChannel.java45 private static final int CMD_TO_STRING_COUNT = RSP_IS_IDLE_OR_DEACTING_STATE - BASE + 1; field in class:DcSwitchAsyncChannel
46 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
H A DDcAsyncChannel.java62 private static final int CMD_TO_STRING_COUNT = RSP_RESET - BASE + 1; field in class:DcAsyncChannel
63 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
H A DDataConnection.java211 private static final int CMD_TO_STRING_COUNT = EVENT_DATA_CONNECTION_ROAM_OFF - BASE + 1; field in class:DataConnection
212 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java153 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1; field in class:AsyncChannel
154 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java82 private static final int CMD_TO_STRING_COUNT = NsdManager.RESOLVE_SERVICE - BASE + 1; field in class:NsdService
83 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];

Completed in 400 milliseconds