| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
| D | CarPowerManagementServiceTest.java | 241 private void assertStateReceivedForShutdownOrSleepWithPostpone(int lastState, long timeoutMs, in assertStateReceivedForShutdownOrSleepWithPostpone() 255 private static void waitForSemaphore(Semaphore semaphore, long timeoutMs) in waitForSemaphore() 282 public boolean waitForDisplayStateChange(long timeoutMs) throws Exception { in waitForDisplayStateChange() 296 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() 315 public int waitForSleepEntryAndWakeup(long timeoutMs) throws Exception { in waitForSleepEntryAndWakeup() 358 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() 367 public void waitForSleepEntry(long timeoutMs) throws Exception { in waitForSleepEntry() 376 public void waitForSleepExit(long timeoutMs) throws Exception { in waitForSleepExit() 400 public boolean waitForPrepareShutdown(long timeoutMs) throws Exception { in waitForPrepareShutdown() 411 public boolean waitForPowerOn(long timeoutMs) throws Exception { in waitForPowerOn()
|
| D | MockedPowerHalService.java | 91 public synchronized int[] waitForSend(long timeoutMs) throws Exception { in waitForSend()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
| D | AppFocusTest.java | 58 public boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() 85 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedLossAppType) in waitForOwnershipLossAndAssert() 94 public boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedGrantAppType) in waitForOwnershipGrantAndAssert()
|
| D | CarAudioFocusSystemSoundTest.java | 287 public int waitAndGetFocusChange(long timeoutMs) throws Exception { in waitAndGetFocusChange() 294 public void waitForFocus(long timeoutMs, int expectedFocus) throws Exception { in waitForFocus() 339 int[] waitForAudioFocusRequest(long timeoutMs) throws Exception { in waitForAudioFocusRequest() 349 void assertNoFocusRequest(long timeoutMs) throws Exception { in assertNoFocusRequest()
|
| D | CarPowerManagementTest.java | 154 private void waitForSubscription(long timeoutMs) throws Exception { in waitForSubscription() 160 private LinkedList<int[]> waitForStateSetAndGetAll(long timeoutMs, int expectedSet) in waitForStateSetAndGetAll()
|
| D | CarAudioFocusTest.java | 517 int waitAndGetFocusChange(long timeoutMs) throws Exception { in waitAndGetFocusChange() 524 void waitForFocus(long timeoutMs, int expectedFocus) throws Exception { in waitForFocus() 569 int[] waitForAudioFocusRequest(long timeoutMs) throws Exception { in waitForAudioFocusRequest()
|
| D | CarAudioExtFocusTest.java | 873 public int waitAndGetFocusChange(long timeoutMs) throws Exception { in waitAndGetFocusChange() 880 public void waitForFocus(long timeoutMs, int expectedFocus) throws Exception { in waitForFocus() 925 public int[] waitForAudioFocusRequest(long timeoutMs) throws Exception { in waitForAudioFocusRequest()
|
| /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/ |
| D | TestAction.java | 50 public void assertTestRun(long timeoutMs) throws Throwable { in assertTestRun() 70 public boolean waitForTest(long timeoutMs) throws Throwable { in waitForTest()
|
| D | CarAppFocusManagerTest.java | 280 public boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() 313 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert() 322 public boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert()
|
| D | CarPackageManagerTest.java | 57 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| D | CarTest.java | 54 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| D | CarApiTestBase.java | 60 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| D | CarSensorManagerTest.java | 60 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| /packages/apps/Settings/src/com/android/settings/ |
| D | CredentialCheckResultTracker.java | 54 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()
|
| D | ConfirmLockPattern.java | 493 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked() 519 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
| D | ConfirmLockPassword.java | 436 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked() 461 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
| /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
| D | CarPackageManagerTest.java | 58 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| D | CarSensorManagerTest.java | 58 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| D | CarAppFocusManagerTest.java | 381 boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() 415 boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert() 424 boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert()
|
| D | CarApiTestBase.java | 62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| D | CarDiagnosticManagerTest.java | 63 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| D | CarTest.java | 60 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
| /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
| D | E2ePerformanceTest.java | 353 void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection() 366 private static boolean awaitCountDownLatches(CountDownLatch[] latches, long timeoutMs) in awaitCountDownLatches()
|
| /packages/apps/Messaging/src/android/support/v7/mms/ |
| D | MmsNetworkManager.java | 69 static void setNetworkAcquireTimeout(final long timeoutMs) { in setNetworkAcquireTimeout()
|
| /packages/services/Car/service/src/com/android/car/hal/ |
| D | HalClient.java | 156 private static int invokeRetriable(RetriableCallback callback, long timeoutMs, long sleepMs) { in invokeRetriable()
|