| /cts/tests/tests/telephony/current/src/android/telephony/cts/ |
| D | TelephonyRegistryManagerTest.java | 87 LinkedBlockingQueue<Pair<Integer, String>> queue = new LinkedBlockingQueue<>(1); in testNotifyCallStateChangedForAllSubscriptions() local 114 LinkedBlockingQueue<Pair<Integer, String>> queue = new LinkedBlockingQueue<>(1); in testNotifyCallStateChanged() local 145 LinkedBlockingQueue<ServiceState> queue = new LinkedBlockingQueue<>(1); in testNotifyServiceStateChanged() local 175 LinkedBlockingQueue<SignalStrength> queue = new LinkedBlockingQueue<>(1); in testNotifySignalStrengthChanged() local 204 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testNotifyMessageWaitingChanged() local 232 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testNotifyCallForwardingChanged() local 258 LinkedBlockingQueue<Integer> queue = new LinkedBlockingQueue<>(1); in testNotifyDataActivityChanged() local 426 LinkedBlockingQueue<List<CallState>> queue = new LinkedBlockingQueue<>(1); in testNotifyPreciseCallStateWithImsCall() local 475 LinkedBlockingQueue<List<CallState>> queue = new LinkedBlockingQueue<>(1); in testNotifyPreciseCallStateWithCsCall() local 519 LinkedBlockingQueue<CallAttributes> queue = new LinkedBlockingQueue<>(1); in testNotifyPreciseCallStateLegacyCallback() local [all …]
|
| D | CarrierConfigManagerTest.java | 555 BlockingQueue<Boolean> queue = new ArrayBlockingQueue<Boolean>(5); in testExtraRebroadcastOnUnlock() local 644 LinkedBlockingQueue<CarrierConfigChangeParams> queue = new LinkedBlockingQueue<>(1); in testCarrierConfigChangeListener() local
|
| /cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/ |
| D | CtsLocationAccessService.java | 103 LinkedBlockingQueue<List<CellInfo>> queue = new LinkedBlockingQueue<>(); in listenForCellInfo() local 127 LinkedBlockingQueue<CellLocation> queue = new LinkedBlockingQueue<>(); in listenForCellLocation() local 151 LinkedBlockingQueue<ServiceState> queue = new LinkedBlockingQueue<>(); in listenForServiceState() local 179 LinkedBlockingQueue<List<CellInfo>> queue = new LinkedBlockingQueue<>(); in requestCellInfoUpdate() local
|
| /cts/tests/tests/telecom/src/android/telecom/cts/ |
| D | TelecomManagerTest.java | 51 LinkedBlockingQueue<Integer> queue = new LinkedBlockingQueue(1); in testGetCurrentTtyMode() local 140 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testIsInEmergencyCall_noOngoingEmergencyCall() local 173 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testIsInEmergencyCall_ongoingEmergencyCall() local
|
| D | NullBindingCallScreeningServiceTest.java | 118 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local 137 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
|
| D | IncomingCallTest.java | 139 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testRingOnIncomingCall() local 175 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testExtraCallHasInBandRingtone() local
|
| D | CallRedirectionServiceTest.java | 320 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local 339 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
|
| D | ThirdPartyCallScreeningServiceTest.java | 559 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local 578 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
|
| D | ConferenceTest.java | 114 LinkedBlockingQueue<Connection> queue = new LinkedBlockingQueue(1); in testConferenceCreate() local
|
| /cts/hostsidetests/telephony/devicetest/src/android/telephony/device/cts/ |
| D | TelephonyTest.java | 80 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testListenerRegistrationWithChangeEnabled() local 116 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testListenerRegistrationWithChangeDisabled() local
|
| /cts/tests/tests/os/src/android/os/cts/ |
| D | MessageQueueTest.java | 221 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenFdIsNull() local 237 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenCallbackIsNull() local 251 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackThrowsWhenFdIsNull() local 262 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackDoesNothingWhenFdNotRegistered() local 277 final MessageQueue queue = thread.getLooper().getQueue(); in testFileDescriptorCallbacks() local 406 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks1() local 485 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks2() local 574 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks3() local 662 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks4() local 764 MessageQueue queue = Looper.getMainLooper().getQueue(); in testReleaseSyncBarrierThrowsIfTokenNotValid() local
|
| /cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
| D | MmTelFeatureTestOnMockModem.java | 663 private <T> T waitForResult(LinkedBlockingQueue<T> queue) throws Exception { in waitForResult() 667 private int waitForIntResult(LinkedBlockingQueue<Integer> queue) throws Exception { in waitForIntResult() 672 private int waitForIntResult(LinkedBlockingQueue<Integer> queue, int timeout) in waitForIntResult()
|
| D | ImsCallingTest.java | 1202 LinkedBlockingQueue<List<CallState>> queue = new LinkedBlockingQueue<>(); in testNotifyCallStateChanged() local 1286 LinkedBlockingQueue<MediaQualityStatus> queue = new LinkedBlockingQueue<>(); in testNotifyMediaCallStatusChanged() local 1340 TestTelephonyCallback(LinkedBlockingQueue<MediaQualityStatus> queue) { in TestTelephonyCallback() 1352 TestTelephonyCallbackForCallStateChange(LinkedBlockingQueue<List<CallState>> queue) { in TestTelephonyCallbackForCallStateChange()
|
| /cts/libs/deviceutillegacy/src/android/webkit/cts/ |
| D | WebkitUtils.java | 173 public static <T> T waitForNextQueueElement(BlockingQueue<T> queue) { in waitForNextQueueElement()
|
| /cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
| D | WindowFocusStealer.java | 104 final BlockingQueue<IWindowFocusStealer> queue = new ArrayBlockingQueue<>(1); in connect() local
|
| /cts/tests/signature/tests/src/android/signature/cts/tests/ |
| D | LineSpliteratorTestBase.java | 80 List<Spliterator<Integer>> queue = new LinkedList<>(); in testSplit() local
|
| /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/ |
| D | BindDeviceAdminServiceGoodSetupTest.java | 182 final LinkedBlockingQueue<IInterface> queue = new LinkedBlockingQueue<>(); in assertCrossProfileCall() local
|
| /cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ |
| D | MediaSessionTest.java | 303 List<QueueItem> queue = new ArrayList<>(); in testConfigureSession() local 1081 List<QueueItem> queue = new ArrayList<>(); in testSeriesOfSetQueue() local 1105 List<QueueItem> queue = new ArrayList<>(); in testSetQueueWithLargeNumberOfItems() local 1234 public void onQueueChanged(List<QueueItem> queue) { in onQueueChanged()
|
| /cts/tests/tests/graphics/jni/ |
| D | VulkanPreTransformTestHelpers.h | 42 VkQueue queue() const { return mQueue; } in queue() function
|
| D | VulkanTestHelpers.h | 36 VkQueue queue() { return mQueue; } in queue() function
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| D | PostMessageTest.java | 209 final BlockingQueue<String> queue = new ArrayBlockingQueue<>(messageCount); in testMessageChannel() local
|
| /cts/tests/tests/media/codec/src/android/media/codec/cts/ |
| D | MediaCodecBlockModelTest.java | 306 final LinkedBlockingQueue<MediaCodecAsyncHelper.SlotEvent> queue = in runEncodeShortVideo() local
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
| D | GridActivity.java | 144 final BlockingQueue<String> queue = new LinkedBlockingQueue<>(1); in getText() local
|
| /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
| D | PhoneAccountTest.java | 165 final LinkedBlockingQueue<Intent> queue = new LinkedBlockingQueue<>(1); in testIncomingMissedCall() local
|
| /cts/tests/translation/src/android/translation/cts/ |
| D | CtsTranslationService.java | 348 private static <T> boolean offer(BlockingQueue<T> queue, T obj, long timeoutMs) { in offer()
|