Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 25 of 28) sorted by relevance

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/test/
DCarPowerManagementServiceTest.java239 private void assertStateReceivedForShutdownOrSleepWithPostpone(int lastState, long timeoutMs, in assertStateReceivedForShutdownOrSleepWithPostpone()
253 private static void waitForSemaphore(Semaphore semaphore, long timeoutMs) in waitForSemaphore()
281 public boolean waitForDisplayStateChange(long timeoutMs) throws Exception { in waitForDisplayStateChange()
295 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown()
314 public int waitForSleepEntryAndWakeup(long timeoutMs) throws Exception { in waitForSleepEntryAndWakeup()
357 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown()
366 public void waitForSleepEntry(long timeoutMs) throws Exception { in waitForSleepEntry()
375 public void waitForSleepExit(long timeoutMs) throws Exception { in waitForSleepExit()
399 public boolean waitForPrepareShutdown(long timeoutMs) throws Exception { in waitForPrepareShutdown()
410 public boolean waitForPowerOn(long timeoutMs) throws Exception { in waitForPowerOn()
DMockedPowerHalService.java93 public synchronized int[] waitForSend(long timeoutMs) throws Exception { in waitForSend()
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
DCarConnectionListenerInMockingTest.java71 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
120 public boolean waitForConnection(long timeoutMs) throws Exception { in waitForConnection()
130 public boolean waitForDisconnect(long timeoutMs) throws Exception { in waitForDisconnect()
DAppContextTest.java68 public boolean waitForContextChangeAndAssert(long timeoutMs, int expectedContexts) in waitForContextChangeAndAssert()
90 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedContexts) in waitForOwnershipLossAndAssert()
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DTestAction.java50 public void assertTestRun(long timeoutMs) throws Throwable { in assertTestRun()
70 public boolean waitForTest(long timeoutMs) throws Throwable { in waitForTest()
DCarConnectionListenerTest.java70 public boolean waitForConnection(long timeoutMs) throws Exception { in waitForConnection()
79 public boolean waitForDisconnect(long timeoutMs) throws Exception { in waitForDisconnect()
DCarAppContextManagerTest.java200 public boolean waitForContextChangeAndAssert(long timeoutMs, int expectedContexts) in waitForContextChangeAndAssert()
222 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedContexts) in waitForOwnershipLossAndAssert()
DCarPackageManagerTest.java66 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarTest.java64 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarSensorManagerTest.java67 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarApiTestBase.java62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
/packages/apps/Settings/src/com/android/settings/
DCredentialCheckResultTracker.java54 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult()
77 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
DConfirmLockPattern.java491 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked()
517 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
DConfirmLockPassword.java428 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked()
452 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarPowerManagementTest.java209 private void waitForSubscription(long timeoutMs) throws Exception { in waitForSubscription()
215 private LinkedList<int[]> waitForStateSetAndGetAll(long timeoutMs, int expectedSet) in waitForStateSetAndGetAll()
250 private void waitForDisplayState(boolean expectedState, long timeoutMs) throws Exception { in waitForDisplayState()
DCarAudioFocusTest.java484 public int waitAndGetFocusChange(long timeoutMs) throws Exception { in waitAndGetFocusChange()
491 public void waitForFocus(long timeoutMs, int expectedFocus) throws Exception { in waitForFocus()
530 public int[] waitForAudioFocusRequest(long timeoutMs) throws Exception { in waitForAudioFocusRequest()
DMockedCarTestBase.java131 private boolean waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DLogTest.java81 public boolean didReceiveMessage(int timeoutMs, String msg) { in didReceiveMessage()
484 String subsession, String shortMethodName, int timeoutMs) { in verifyMethodCall()
506 String subsession, int sessionId, int timeoutMs) { in verifyContinueEventResult()
518 int sessionId, int timeoutMs) { in verifyEventResult()
526 int timeoutMs) { in verifyEndEventResult()
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DCarAppContextManagerTest.java200 public boolean waitForContextChangeAndAssert(long timeoutMs, int expectedContexts) in waitForContextChangeAndAssert()
223 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedContexts) in waitForOwnershipLossAndAssert()
DCarPackageManagerTest.java58 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarTest.java55 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarSensorManagerTest.java58 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarApiTestBase.java62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DTransitionImageAnimation.java130 public TransitionImageAnimation timeoutMs(long timeoutMs) { in timeoutMs() method in TransitionImageAnimation
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java389 public boolean waitForHalErrorAndAssert(long timeoutMs, int expectedErrorCode, in waitForHalErrorAndAssert()
406 public boolean waitForHalRestartAndAssert(long timeoutMs, boolean expectedInMocking) in waitForHalRestartAndAssert()
415 public boolean waitForEvent(long timeoutMs, VehiclePropValue expected) in waitForEvent()

12