Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java292 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
517 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()
534 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
547 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
571 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testRingCallLimitForOnePhoneAccount()
603 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testCallLimit()
676 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingNewOutgoingCall()
703 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingIncomingCall()
DCtsSelfManagedConnectionService.java201 public boolean waitForUpdate(int lock) { in waitForUpdate() method in CtsSelfManagedConnectionService
DConnectionServiceTest.java233 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
DTestUtils.java630 TestCase.assertTrue(connectionService.waitForUpdate( in waitForAndGetConnection()
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java111 boolean update = waitForUpdate(); in handleMessage()
188 private boolean waitForUpdate() throws InterruptedException { in waitForUpdate() method in SimpleAppWidgetHostService