/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPowerManagementServiceTest.java | 246 int lastState, long timeoutMs, int expectedParamForShutdownOrSuspend) throws Exception { in assertStateReceivedForShutdownOrSleepWithPostpone() 262 private static void waitForSemaphore(Semaphore semaphore, long timeoutMs) in waitForSemaphore() 286 public boolean waitForDisplayStateChange(long timeoutMs) throws Exception { in waitForDisplayStateChange() 315 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() 329 public void waitForSleepEntryAndWakeup(long timeoutMs) throws Exception { in waitForSleepEntryAndWakeup() 397 public void waitForSleepExit(long timeoutMs) throws Exception { in waitForSleepExit() 401 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() 405 public void waitForSleepEntry(long timeoutMs) throws Exception { in waitForSleepEntry()
|
D | MockedPowerHalService.java | 90 public synchronized int[] waitForSend(long timeoutMs) throws Exception { in waitForSend()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | AppFocusTest.java | 60 public boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() 87 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedLossAppType) in waitForOwnershipLossAndAssert() 96 public boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedGrantAppType) in waitForOwnershipGrantAndAssert()
|
D | CarPowerManagementTest.java | 359 private void waitForSubscription(long timeoutMs) throws Exception { in waitForSubscription() 365 private LinkedList<int[]> waitForStateSetAndGetAll(long timeoutMs, int expectedSet) in waitForStateSetAndGetAll()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/ |
D | CredentialCheckResultTracker.java | 55 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult() 78 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
D | ConfirmLockPattern.java | 485 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked() 513 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
D | ConfirmLockPassword.java | 433 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked() 460 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | CredentialCheckResultTracker.java | 55 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult() 78 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
D | ConfirmLockPattern.java | 485 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked() 513 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
D | ConfirmLockPassword.java | 433 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked() 460 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarSensorManagerTest.java | 57 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
D | CarPackageManagerTest.java | 58 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
D | CarDiagnosticManagerTest.java | 59 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
D | CarAppFocusManagerTest.java | 302 boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() 336 boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert() 345 boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert()
|
D | CarApiTestBase.java | 62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
D | CarTest.java | 59 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 181 private void verifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, in verifyConnectionStateIntent() 193 private void verifyNoConnectionStateIntent(int timeoutMs) { in verifyNoConnectionStateIntent() 198 private void verifyAudioStateIntent(int timeoutMs, BluetoothDevice device, in verifyAudioStateIntent() 209 private void verifyNoAudioStateIntent(int timeoutMs) { in verifyNoAudioStateIntent() 214 private void verifyCodecConfigIntent(int timeoutMs, BluetoothDevice device, in verifyCodecConfigIntent() 224 private void verifyNoCodecConfigIntent(int timeoutMs) { in verifyNoCodecConfigIntent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidDeviceTest.java | 171 private Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() 182 private void verifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, int newState, in verifyConnectionStateIntent() 193 private void verifyCallback(int timeoutMs, int callbackType, BlockingQueue<Integer> queue) { in verifyCallback()
|
/packages/modules/NetworkStack/src/com/android/networkstack/util/ |
D | DnsUtils.java | 85 int timeoutMs) throws UnknownHostException { in getAllByName()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/ |
D | TestUtils.java | 207 public static Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() 226 public static Intent waitForNoIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForNoIntent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetTestUtils.java | 117 HeadsetCallState headsetCallState, int timeoutMs) { in verifyPhoneStateChangeSetters()
|
D | HeadsetServiceAndStateMachineTest.java | 1193 private void waitAndVerifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, in waitAndVerifyConnectionStateIntent() 1200 private void waitAndVerifyActiveDeviceChangedIntent(int timeoutMs, BluetoothDevice device) { in waitAndVerifyActiveDeviceChangedIntent() 1206 private void waitAndVerifyAudioStateIntent(int timeoutMs, BluetoothDevice device, int newState, in waitAndVerifyAudioStateIntent()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | E2eCarTestBase.java | 125 void waitForConnection(long timeoutMs) { in waitForConnection()
|
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/ |
D | FakeTunerHal.java | 54 long deviceId, int frequency, @ModulationType String modulation, int timeoutMs) { in nativeTune()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 168 private void verifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, in verifyConnectionStateIntent() 180 private void verifyNoConnectionStateIntent(int timeoutMs, BluetoothDevice device) { in verifyNoConnectionStateIntent()
|