Home
last modified time | relevance | path

Searched refs:isScreenOn (Results 1 – 9 of 9) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DInteractionController.java464 if(!isScreenOn()) { in wakeDevice()
479 if(isScreenOn()) { in sleepDevice()
490 public boolean isScreenOn() { in isScreenOn() method in InteractionController
493 return pm.isScreenOn(); in isScreenOn()
DUiDevice.java1170 public boolean isScreenOn() throws RemoteException { in isScreenOn() method in UiDevice
1171 return getInteractionController().isScreenOn(); in isScreenOn()
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiDeviceTest.java424 assertTrue(mDevice.isScreenOn()); in testIsScreenOn()
428 assertFalse(mDevice.isScreenOn()); in testIsScreenOn()
/test/uiautomator/uiautomator/api/
D2.2.0.txt168 method public boolean isScreenOn() throws android.os.RemoteException;
Drestricted_2.2.0.txt168 method public boolean isScreenOn() throws android.os.RemoteException;
Drestricted_2.3.0-beta01.txt196 method public boolean isScreenOn() throws android.os.RemoteException;
D2.3.0-beta01.txt196 method public boolean isScreenOn() throws android.os.RemoteException;
Dcurrent.txt308 method public boolean isScreenOn() throws android.os.RemoteException;
Drestricted_current.txt308 method public boolean isScreenOn() throws android.os.RemoteException;