Home
last modified time | relevance | path

Searched refs:waitForUnbind (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/companion/common/src/android/companion/cts/common/
DCompanionService.kt179 fun waitForUnbind(timeout: Duration) { in waitForUnbind() method
/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DCtsIntelligenceService.java228 public static void waitForUnbind() throws InterruptedException { in waitForUnbind() method in CtsIntelligenceService
DOnDeviceIntelligenceManagerTest.java1072 CtsIntelligenceService.waitForUnbind(); in serviceUnbindsWhenCallbackIsNotPopulatedAfterIdleTimeout()
1096 CtsIntelligenceService.waitForUnbind(); in serviceUnbindsWhenCallbackIsPopulatedAfterIdleTimeout()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java100 public boolean waitForUnbind() { in waitForUnbind() method in MockInCallService.InCallServiceCallbacks
DCarModeInCallServiceTest.java633 assertFalse(mInCallCallbacks.waitForUnbind()); in testNoSwitchToCarModeWhenDisabledCarModeAppAutomotiveProjection()