/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 | 379 private void waitForSubscription(long timeoutMs) throws Exception { in waitForSubscription() 385 private LinkedList<int[]> waitForStateSetAndGetAll(long timeoutMs, int expectedSet) in waitForStateSetAndGetAll()
|
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
D | NetlinkSocket.java | 116 private static void checkTimeout(long timeoutMs) { in checkTimeout() 128 public static ByteBuffer recvMessage(FileDescriptor fd, int bufsize, long timeoutMs) in recvMessage() 152 FileDescriptor fd, byte[] bytes, int offset, int count, long timeoutMs) in sendMessage()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | SystemStateInterfaceTest.java | 87 public int forceSuspend(int timeoutMs) { in forceSuspend() 93 public int forceSuspend(int timeoutMs) { in forceSuspend()
|
D | CarPowerManagementServiceTest.java | 664 int lastState, long timeoutMs, int expectedParamForShutdownOrSuspend) throws Exception { in assertStateReceivedForShutdownOrSleepWithPostpone() 680 private static void waitForSemaphore(Semaphore semaphore, long timeoutMs) in waitForSemaphore() 768 public boolean waitForDisplayStateChange(long timeoutMs) throws Exception { in waitForDisplayStateChange() 797 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() 811 public void waitForSleepEntryAndWakeup(long timeoutMs) throws Exception { in waitForSleepEntryAndWakeup() 879 public void waitForSleepExit(long timeoutMs) throws Exception { in waitForSleepExit() 883 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() 887 public void waitForSleepEntry(long timeoutMs) throws Exception { in waitForSleepEntry()
|
/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()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 176 private void verifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, in verifyConnectionStateIntent() 188 private void verifyNoConnectionStateIntent(int timeoutMs) { in verifyNoConnectionStateIntent() 193 private void verifyAudioStateIntent(int timeoutMs, BluetoothDevice device, in verifyAudioStateIntent() 204 private void verifyNoAudioStateIntent(int timeoutMs) { in verifyNoAudioStateIntent() 209 private void verifyCodecConfigIntent(int timeoutMs, BluetoothDevice device, in verifyCodecConfigIntent() 219 private void verifyNoCodecConfigIntent(int timeoutMs) { in verifyNoCodecConfigIntent()
|
/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/hid/ |
D | HidDeviceTest.java | 174 private Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() 185 private void verifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, int newState, in verifyConnectionStateIntent() 196 private void verifyCallback(int timeoutMs, int callbackType, BlockingQueue<Integer> queue) { in verifyCallback()
|
/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()
|
/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/modules/DnsResolver/ |
D | DnsTlsSocket.cpp | 59 int waitForReading(int fd, int timeoutMs = -1) { in waitForReading() 64 int waitForWriting(int fd, int timeoutMs = -1) { in waitForWriting()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 169 private void verifyConnectionStateIntent(int timeoutMs, BluetoothDevice device, in verifyConnectionStateIntent() 181 private void verifyNoConnectionStateIntent(int timeoutMs, BluetoothDevice device) { in verifyNoConnectionStateIntent()
|
/packages/modules/NetworkStack/src/com/android/networkstack/util/ |
D | DnsUtils.java | 100 int timeoutMs, @Nullable final DnsLogFunc logger) throws UnknownHostException { in getAllByName()
|