Home
last modified time | relevance | path

Searched refs:waitForService (Results 1 – 4 of 4) 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/tests/app/src/android/app/cts/
DServiceTest.java277 public void waitForService(int timeoutMs) { in waitForService() method in ServiceTest.IsolatedConnection
1308 conn1a.waitForService(DELAY); in testBindIsolatedServiceInstances()
1309 conn1b.waitForService(DELAY); in testBindIsolatedServiceInstances()
1310 conn2.waitForService(DELAY); in testBindIsolatedServiceInstances()
1350 conn.waitForService(DELAY); in testBindIsolatedServiceOnBackgroundThread()
1499 ci.mConnection.waitForService(DELAY); in doWaitForService()
1594 conn.waitForService(DELAY); in testAppZygotePreload()
1622 conn1a.waitForService(DELAY); in testAppZygoteServices()
1623 conn1b.waitForService(DELAY); in testAppZygoteServices()
1624 conn2.waitForService(DELAY); in testAppZygoteServices()
[all …]
/cts/tests/tests/content/src/android/content/cts/
DBroadcastReceiverTest.java373 assertTrue(msc.waitForService(START_SERVICE_TIMEOUT)); in testPeekService()
414 public synchronized boolean waitForService(long timeout) { in waitForService() method in BroadcastReceiverTest.MyServiceConnection
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java110 mConnection.waitForService(); in setUp()
395 public void waitForService() { in waitForService() method in LauncherAppsTests.Connection