Searched refs:TYPE_TEST (Results 1 – 6 of 6) sorted by relevance
25 import android.net.ConnectivityManager.TYPE_TEST39 TRANSPORT_TEST -> TYPE_TEST in transportToLegacyType()
99 static final int TYPE_TEST = 2; field in AtPhonebook173 case TYPE_TEST: // Test in handleCscsCommand()234 case TYPE_TEST: // Test in handleCpbsCommand()281 case TYPE_TEST: // Test in handleCpbrCommand()
1586 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType()
73 private static final String TYPE_TEST = "test"; field in InputTestsBase74 private static final PhonyDictionary DICTIONARY_TEST = new PhonyDictionary(TYPE_TEST);
737 public static final int TYPE_TEST = 18; // TODO: Remove this once NetworkTypes are unused. field in ConnectivityManager765 TYPE_TEST776 public static final int MAX_RADIO_TYPE = TYPE_TEST;779 public static final int MAX_NETWORK_TYPE = TYPE_TEST;
322 for (int type = 0; type < ConnectivityManager.TYPE_TEST; type++) { in toLegacyType()