Home
last modified time | relevance | path

Searched refs:waitForIdle (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java65 mDevice.waitForIdle(); in setUp()
132 mDevice.waitForIdle(); in testOpenSimple()
138 mDevice.waitForIdle(); in testOpenSimple()
141 mDevice.waitForIdle(); in testOpenSimple()
167 mDevice.waitForIdle(); in testCreateNew()
170 mDevice.waitForIdle(); in testCreateNew()
191 mDevice.waitForIdle(); in testCreateExisting()
196 mDevice.waitForIdle(); in testCreateExisting()
198 mDevice.waitForIdle(); in testCreateExisting()
201 mDevice.waitForIdle(); in testCreateExisting()
[all …]
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp/src/com/android/cts/usepermission/
DUsePermissionTest.java90 mDevice.waitForIdle(); in testInteractiveGrant()
95 mDevice.waitForIdle(); in testInteractiveGrant()
99 mDevice.waitForIdle(); in testInteractiveGrant()
134 mDevice.waitForIdle(); in testRuntimeGroupGrantSpecificity()
139 mDevice.waitForIdle(); in testRuntimeGroupGrantSpecificity()
143 mDevice.waitForIdle(); in testRuntimeGroupGrantSpecificity()
170 mDevice.waitForIdle(); in testRuntimeGroupGrantExpansion()
176 mDevice.waitForIdle(); in testRuntimeGroupGrantExpansion()
180 mDevice.waitForIdle(); in testRuntimeGroupGrantExpansion()
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityActivityTestCase.java61 waitForIdle(); in setUp()
69 public void waitForIdle() throws TimeoutException { in waitForIdle() method in AccessibilityActivityTestCase
70 getInstrumentation().getUiAutomation().waitForIdle( in waitForIdle()
DAccessibilityWindowQueryTest.java526 waitForIdle(); in testPerformGlobalActionBack()
535 waitForIdle(); in testPerformGlobalActionHome()
545 waitForIdle(); in testPerformGlobalActionRecents()
556 waitForIdle(); in testPerformGlobalActionRecents()
566 waitForIdle(); in testPerformGlobalActionNotifications()
573 waitForIdle(); in testPerformGlobalActionNotifications()
583 waitForIdle(); in testPerformGlobalActionQuickSettings()
590 waitForIdle(); in testPerformGlobalActionQuickSettings()
600 waitForIdle(); in testPerformGlobalActionPowerDialog()
607 waitForIdle(); in testPerformGlobalActionPowerDialog()
[all …]
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java58 getUiDevice().waitForIdle(); in testWindowContentFrameStats()
116 getUiDevice().waitForIdle(); in testWindowContentFrameStatsNoAnimation()
166 getUiDevice().waitForIdle(); in testWindowAnimationFrameStats()
178 getUiDevice().waitForIdle(); in testWindowAnimationFrameStats()
216 getUiDevice().waitForIdle(); in testWindowAnimationFrameStatsNoAnimation()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java61 UiDevice.getInstance().waitForIdle(); in setUp()
610 device.waitForIdle(); // isNaturalOrientation is not waiting for idle in testRotation()
615 device.waitForIdle(); // isNaturalOrientation is not waiting for idle in testRotation()
620 device.waitForIdle(); // isNaturalOrientation is not waiting for idle in testRotation()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java110 mDevice.waitForIdle(); in setUp()
134 mDevice.waitForIdle(); in prepareVpn()
/cts/tests/tests/app/src/android/app/cts/
DInstrumentationTest.java413 mInstrumentation.waitForIdle(mr); in testWaitForIdle()