Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java246 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()
DMockedPowerHalService.java90 public synchronized int[] waitForSend(long timeoutMs) throws Exception { in waitForSend()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java60 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()
DCarPowerManagementTest.java359 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/
DCredentialCheckResultTracker.java55 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()
DConfirmLockPattern.java485 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked()
513 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
DConfirmLockPassword.java433 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/
DCredentialCheckResultTracker.java55 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()
DConfirmLockPattern.java485 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked()
513 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
DConfirmLockPassword.java433 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/
DCarSensorManagerTest.java57 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarPackageManagerTest.java58 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarDiagnosticManagerTest.java59 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarAppFocusManagerTest.java302 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()
DCarApiTestBase.java62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarTest.java59 private void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java181 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/
DHidDeviceTest.java171 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/
DDnsUtils.java85 int timeoutMs) throws UnknownHostException { in getAllByName()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java207 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/
DHeadsetTestUtils.java117 HeadsetCallState headsetCallState, int timeoutMs) { in verifyPhoneStateChangeSetters()
DHeadsetServiceAndStateMachineTest.java1193 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/
DE2eCarTestBase.java125 void waitForConnection(long timeoutMs) { in waitForConnection()
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
DFakeTunerHal.java54 long deviceId, int frequency, @ModulationType String modulation, int timeoutMs) { in nativeTune()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java168 private void verifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, in verifyConnectionStateIntent()
180 private void verifyNoConnectionStateIntent(int timeoutMs, BluetoothDevice device) { in verifyNoConnectionStateIntent()

12