Home
last modified time | relevance | path

Searched refs:TYPE_TEST (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/tests/integration/util/com/android/server/
DConnectivityServiceTestUtils.kt25 import android.net.ConnectivityManager.TYPE_TEST
39 TRANSPORT_TEST -> TYPE_TEST in transportToLegacyType()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java99 static final int TYPE_TEST = 2; field in AtPhonebook
173 case TYPE_TEST: // Test in handleCscsCommand()
234 case TYPE_TEST: // Test in handleCpbsCommand()
281 case TYPE_TEST: // Test in handleCpbrCommand()
DHeadsetStateMachine.java1586 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java73 private static final String TYPE_TEST = "test"; field in InputTestsBase
74 private static final PhonyDictionary DICTIONARY_TEST = new PhonyDictionary(TYPE_TEST);
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java737 public static final int TYPE_TEST = 18; // TODO: Remove this once NetworkTypes are unused. field in ConnectivityManager
765 TYPE_TEST
776 public static final int MAX_RADIO_TYPE = TYPE_TEST;
779 public static final int MAX_NETWORK_TYPE = TYPE_TEST;
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTestConnectivityManager.java322 for (int type = 0; type < ConnectivityManager.TYPE_TEST; type++) { in toLegacyType()