Home
last modified time | relevance | path

Searched refs:turnScreenOff (Results 1 – 24 of 24) 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/
DWifiLocationInfoTest.java161 private void turnScreenOff() throws Exception { in turnScreenOff() method in WifiLocationInfoTest
192 turnScreenOff(); in startBgServiceAndAssertStatusIs()
DMultiStaConcurrencyWifiNetworkSpecifierTest.java220 mTestHelper.turnScreenOff(); in tearDown()
DWifiBackupRestoreTest.java135 turnScreenOff(); in tearDown()
152 private void turnScreenOff() throws Exception { in turnScreenOff() method in WifiBackupRestoreTest
DMultiStaConcurrencyRestrictedWifiNetworkSuggestionTest.java220 mTestHelper.turnScreenOff(); in tearDown()
DWifiNetworkSpecifierTest.java314 mTestHelper.turnScreenOff(); in tearDown()
DTestHelper.java97 public void turnScreenOff() throws Exception { in turnScreenOff() method in TestHelper
DWifiManagerTest.java1945 private void turnScreenOff() throws Exception { in turnScreenOff() method in WifiManagerTest
2002 turnScreenOff(); in testScreenOffDoesNotTurnOffWifiScanningWhenWifiDisabled()
2036 turnScreenOff(); in testScreenOffDoesNotTurnOffWifiScanningWhenWifiEnabled()
3039 turnScreenOff(); in testTrafficStateCallback()
DConnectedNetworkScorerTest.java163 mTestHelper.turnScreenOff(); in tearDown()
DWifiNetworkSuggestionTest.java228 sTestHelper.turnScreenOff(); in tearDown()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestUtils.java142 public static void turnScreenOff() throws Exception { in turnScreenOff() method in TestUtils
/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.java342 turnScreenOff(helper); in testImeSwitchingWithoutWindowFocusAfterDisplayOffOn()
409 private static void turnScreenOff(TestHelper helper) throws Exception { in turnScreenOff() method in InputMethodServiceDeviceTest
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodStartInputLifecycleTest.java133 TestUtils.turnScreenOff(); in testInputConnectionStateWhenScreenStateChanges()
DKeyboardVisibilityControlTest.java540 TestUtils.turnScreenOff();
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java235 DeviceUtils.turnScreenOff(getDevice()); in testTopSleeping()
DHostAtomTests.java116 DeviceUtils.turnScreenOff(getDevice()); in testScreenStateChangedAtom()
141 DeviceUtils.turnScreenOff(getDevice()); in testScreenStateChangedAtom()
DAtomTestCase.java811 protected void turnScreenOff() throws Exception { in turnScreenOff() method in AtomTestCase
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java222 displayStateSession.turnScreenOff(); in testLaunchExternalDisplayActivityWhilePrimaryOff()
1037 displayStateSession.turnScreenOff(); in testLaunchNoHistoryActivityOnNewDisplay()
DMultiDisplayPolicyTests.java263 mObjectTracker.manage(new PrimaryDisplayStateSession()).turnScreenOff(); in testExternalDisplayActivityTurnPrimaryOff()
DMultiDisplayTestBase.java964 void turnScreenOff() { in turnScreenOff() method in MultiDisplayTestBase.PrimaryDisplayStateSession
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java331 public static void turnScreenOff(ITestDevice device) throws Exception { in turnScreenOff() method