Home
last modified time | relevance | path

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

12

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java63 LinkedBlockingQueue<Pair<Integer, String>> queue = new LinkedBlockingQueue<>(1); in testNotifyCallStateChangedForAllSubscriptions() local
90 LinkedBlockingQueue<Pair<Integer, String>> queue = new LinkedBlockingQueue<>(1); in testNotifyCallStateChanged() local
121 LinkedBlockingQueue<ServiceState> queue = new LinkedBlockingQueue<>(1); in testNotifyServiceStateChanged() local
151 LinkedBlockingQueue<SignalStrength> queue = new LinkedBlockingQueue<>(1); in testNotifySignalStrengthChanged() local
180 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testNotifyMessageWaitingChanged() local
208 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testNotifyCallForwardingChanged() local
234 LinkedBlockingQueue<Integer> queue = new LinkedBlockingQueue<>(1); in testNotifyDataActivityChanged() local
DCarrierConfigManagerTest.java328 BlockingQueue<Boolean> queue = new ArrayBlockingQueue<Boolean>(5); in testExtraRebroadcastOnUnlock() local
/cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
DCtsLocationAccessService.java103 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/
DTelecomManagerTest.java49 LinkedBlockingQueue<Integer> queue = new LinkedBlockingQueue(1); in testGetCurrentTtyMode() local
132 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testIsInEmergencyCall_noOngoingEmergencyCall() local
165 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testIsInEmergencyCall_ongoingEmergencyCall() local
DCallRedirectionServiceTest.java254 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local
273 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
DThirdPartyCallScreeningServiceTest.java561 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local
580 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
DIncomingCallTest.java146 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testRingOnIncomingCall() local
DConferenceTest.java99 LinkedBlockingQueue<Connection> queue = new LinkedBlockingQueue(1); in testConferenceCreate() local
DBackgroundCallAudioTest.java666 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in clearRoleHoldersAsUser() local
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java221 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/hostsidetests/telephony/devicetest/src/android/telephony/device/cts/
DTelephonyTest.java80 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testListenerRegistrationWithChangeEnabled() local
116 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testListenerRegistrationWithChangeDisabled() local
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebkitUtils.java173 public static <T> T waitForNextQueueElement(BlockingQueue<T> queue) { in waitForNextQueueElement()
/cts/tests/signature/tests/src/android/signature/cts/tests/
DLineSpliteratorTestBase.java80 List<Spliterator<Integer>> queue = new LinkedList<>(); in testSplit() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DWindowFocusStealer.java104 final BlockingQueue<IWindowFocusStealer> queue = new ArrayBlockingQueue<>(1); in connect() local
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java234 List<QueueItem> queue = new ArrayList<>(); in testConfigureSession() local
914 List<QueueItem> queue = new ArrayList<>(); in testSeriesOfSetQueue() local
937 List<QueueItem> queue = new ArrayList<>(); in testSetQueueWithLargeNumberOfItems() local
1056 public void onQueueChanged(List<QueueItem> queue) { in onQueueChanged()
DMediaCodecBlockModelTest.java776 final LinkedBlockingQueue<SlotEvent> queue = new LinkedBlockingQueue<>(); in runEncodeShortVideo() local
905 final LinkedBlockingQueue<SlotEvent> queue = new LinkedBlockingQueue<>(); in runComponentWithLinearInput() local
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DBindDeviceAdminServiceGoodSetupTest.java182 final LinkedBlockingQueue<IInterface> queue = new LinkedBlockingQueue<>(); in assertCrossProfileCall() local
/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.h42 VkQueue queue() const { return mQueue; } in queue() function
DVulkanTestHelpers.h36 VkQueue queue() { return mQueue; } in queue() function
/cts/tests/tests/webkit/src/android/webkit/cts/
DPostMessageTest.java181 final BlockingQueue<String> queue = new ArrayBlockingQueue<>(messageCount); in testMessageChannel() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DGridActivity.java144 final BlockingQueue<String> queue = new LinkedBlockingQueue<>(1); in getText() local
/cts/tests/translation/src/android/translation/cts/
DCtsTranslationService.java309 private static <T> boolean offer(BlockingQueue<T> queue, T obj, long timeoutMs) { in offer()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java165 final LinkedBlockingQueue<Intent> queue = new LinkedBlockingQueue<>(1); in testIncomingMissedCall() local
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java650 public ActivityBroadcastReceiver(SynchronousQueue<TestResult> queue) { in ActivityBroadcastReceiver()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DRcsUceAdapterTest.java280 LinkedBlockingQueue<Uri> queue = new LinkedBlockingQueue<>(1); in testGetAndSetUceSetting() local
2751 private int waitForIntResult(BlockingQueue<Integer> queue) throws Exception { in waitForIntResult()
2756 private long waitForLongResult(BlockingQueue<Long> queue) throws Exception { in waitForLongResult()
2761 private <T> T waitForResult(BlockingQueue<T> queue) throws Exception { in waitForResult()

12