Searched refs:CMD_TO_STRING_COUNT (Results 1 – 3 of 3) sorted by relevance
157 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1; field in AsyncChannel158 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
393 private static final int CMD_TO_STRING_COUNT = EVENT_LINK_BANDWIDTH_ESTIMATOR_UPDATE - BASE + 1; field in DataConnection395 private static String[] sCmdToString = new String[CMD_TO_STRING_COUNT];
88451 Lcom/android/internal/util/AsyncChannel;->CMD_TO_STRING_COUNT:I