Home
last modified time | relevance | path

Searched refs:turnScreenOff (Results 1 – 23 of 23) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorTestScreenManipulator.java129 public synchronized void turnScreenOff() { in turnScreenOff() method in SensorTestScreenManipulator
231 turnScreenOff(); in onReceive()
DPowerTestHostLink.java58 void turnScreenOff(); in turnScreenOff() method
224 mHostToDeviceExecutor.turnScreenOff(); in processClientRequest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java60 public void turnScreenOff() { in turnScreenOff() method in SensorPowerTestActivity
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiLocationInfoBackgroundTest.java143 turnScreenOff(); in setUpClass()
187 private static void turnScreenOff() throws Exception { in turnScreenOff() method in WifiLocationInfoBackgroundTest
DMultiStaConcurrencyWifiNetworkSpecifierTest.java229 mTestHelper.turnScreenOff(); in tearDown()
DMultiStaConcurrencyRestrictedWifiNetworkSuggestionTest.java210 sTestHelper.turnScreenOff(); in tearDown()
DMultiStaConcurrencyMultiInternetWifiNetworkTest.java253 mTestHelper.turnScreenOff(); in tearDown()
DTestHelper.java111 public void turnScreenOff() throws Exception { in turnScreenOff() method in TestHelper
DConnectedNetworkScorerTest.java188 sTestHelper.turnScreenOff(); in tearDownClass()
DWifiManagerTest.java2607 private void turnScreenOff() throws Exception { in turnScreenOff() method in WifiManagerTest
2663 turnScreenOff(); in testScreenOffDoesNotTurnOffWifiScanningWhenWifiDisabled()
2695 turnScreenOff(); in testScreenOffDoesNotTurnOffWifiScanningWhenWifiEnabled()
3887 turnScreenOff(); in testTrafficStateCallback()
/cts/hostsidetests/multidevices/nfc/
Dcts_nfc_hce_multi_device_test.py528 self.emulator.nfc_emulator.turnScreenOff()
637 self.emulator.nfc_emulator.turnScreenOff()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java84 mScreenManipulator.turnScreenOff(); in activitySetUp()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java312 turnScreenOff(helper); in testImeSwitchingWithoutWindowFocusAfterDisplayOffOn()
379 private static void turnScreenOff(TestHelper helper) throws Exception { in turnScreenOff() method in InputMethodServiceDeviceTest
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DTestBase.java178 sTestHelper.turnScreenOff(); in tearDownClass()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java237 DeviceUtils.turnScreenOff(getDevice()); in testTopSleeping()
DHostAtomTests.java111 DeviceUtils.turnScreenOff(getDevice()); in testScreenStateChangedAtom()
136 DeviceUtils.turnScreenOff(getDevice()); in testScreenStateChangedAtom()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java224 displayStateSession.turnScreenOff(); in testLaunchExternalDisplayActivityWhilePrimaryOff()
1060 displayStateSession.turnScreenOff(); in testLaunchNoHistoryActivityOnNewDisplay()
DMultiDisplayPolicyTests.java270 mObjectTracker.manage(new PrimaryDisplayStateSession()).turnScreenOff(); in testExternalDisplayActivityTurnPrimaryOff()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java402 public static void turnScreenOff(ITestDevice device) throws Exception { in turnScreenOff() method
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java209 public static void turnScreenOff() throws Exception { in turnScreenOff() method in TestUtils
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodStartInputLifecycleTest.java154 TestUtils.turnScreenOff(); in testInputConnectionStateWhenScreenStateChanges()
DKeyboardVisibilityControlTest.java410 TestUtils.turnScreenOff(); in testHideImeAfterBackPressed_ScreenOffOn()
896 TestUtils.turnScreenOff(); in runImeDoesntReshowAfterKeyguardTest()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMultiDisplayTestBase.java800 public void turnScreenOff() { in turnScreenOff() method in MultiDisplayTestBase.PrimaryDisplayStateSession