Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileWidgetPrimaryUserTest.java69 mConnection.waitForService(); in setUp()
156 public void waitForService() { in waitForService() method in CrossProfileWidgetPrimaryUserTest.Connection
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java95 mConnection.waitForService(); in setUp()
209 public void waitForService() { in waitForService() method in LauncherAppsTests.Connection
/cts/tests/tests/content/src/android/content/cts/
DBroadcastReceiverTest.java267 assertTrue(msc.waitForService(START_SERVICE_TIMEOUT)); in testPeekService()
289 public synchronized boolean waitForService(long timeout) { in waitForService() method in BroadcastReceiverTest.MyServiceConnection