Home
last modified time | relevance | path

Searched refs:UNSUPPORTED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DOemUnlockPreferenceController.java49 private static final String UNSUPPORTED = "-9999"; field in OemUnlockPreferenceController
63 if (!TextUtils.equals(SystemProperties.get(OEM_UNLOCK_SUPPORTED_KEY, UNSUPPORTED), in OemUnlockPreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DOemUnlockPreferenceControllerTest.java57 private static final String UNSUPPORTED = "-9999"; field in OemUnlockPreferenceControllerTest
103 SystemProperties.set(OEM_UNLOCK_SUPPORTED_KEY, UNSUPPORTED); in OemUnlockPreferenceController_oemUnlockUnsupported_shouldNotCrash()
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp4547 enum TlsServerState { WORKING, UNSUPPORTED, UNRESPONSIVE }; in TEST_F() enumerator
4595 for (const auto& serverState : {WORKING, UNSUPPORTED, UNRESPONSIVE}) { in TEST_F()
4602 if (serverState == UNSUPPORTED && tls.running()) ASSERT_TRUE(tls.stopServer()); in TEST_F()
4603 if (serverState != UNSUPPORTED && !tls.running()) ASSERT_TRUE(tls.startServer()); in TEST_F()
4618 } else if (serverState == UNSUPPORTED) { in TEST_F()