Home
last modified time | relevance | path

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

12

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java102 LinkedBlockingQueue<Pair<Integer, String>> queue = new LinkedBlockingQueue<>(1); in testNotifyCallStateChangedForAllSubscriptions() local
129 LinkedBlockingQueue<Pair<Integer, String>> queue = new LinkedBlockingQueue<>(1); in testNotifyCallStateChanged() local
160 LinkedBlockingQueue<ServiceState> queue = new LinkedBlockingQueue<>(1); in testNotifyServiceStateChanged() local
190 LinkedBlockingQueue<SignalStrength> queue = new LinkedBlockingQueue<>(1); in testNotifySignalStrengthChanged() local
219 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testNotifyMessageWaitingChanged() local
247 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in testNotifyCallForwardingChanged() local
274 LinkedBlockingQueue<Integer> queue = new LinkedBlockingQueue<>(1); in testNotifyDataActivityChanged() local
301 LinkedBlockingQueue<Integer> queue = new LinkedBlockingQueue<>(1); in testNotifyDataActivityChangedWithSlot() local
472 SimultaneousCallingListener(LinkedBlockingQueue<Set<Integer>> queue) { in SimultaneousCallingListener()
486 LinkedBlockingQueue<Set<Integer>> queue = new LinkedBlockingQueue<>(2); in testSimultaneousCellularCallingNotifications() local
[all …]
DCarrierConfigManagerTest.java593 BlockingQueue<Boolean> queue = new ArrayBlockingQueue<Boolean>(5); in testExtraRebroadcastOnUnlock() local
682 LinkedBlockingQueue<CarrierConfigChangeParams> queue = new LinkedBlockingQueue<>(1); in testCarrierConfigChangeListener() 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.java51 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
DNullBindingCallScreeningServiceTest.java118 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local
137 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
DCallRedirectionServiceTest.java320 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local
339 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
DIncomingCallTest.java166 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testRingOnIncomingCall() local
202 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testExtraCallHasInBandRingtone() local
DThirdPartyCallScreeningServiceTest.java584 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local
603 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() 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/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java281 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenFdIsNull() local
299 MessageQueue queue = Looper.getMainLooper().getQueue(); in testRegisterFileDescriptorCallbackThrowsWhenCallbackIsNull() local
315 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackThrowsWhenFdIsNull() local
328 MessageQueue queue = Looper.getMainLooper().getQueue(); in testUnregisterFileDescriptorCallbackDoesNothingWhenFdNotRegistered() local
345 final MessageQueue queue = thread.getLooper().getQueue(); in testFileDescriptorCallbacks() local
476 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks1() local
557 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks2() local
648 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks3() local
738 final MessageQueue queue = thread.getLooper().getQueue(); in testPathologicalFileDescriptorReuseCallbacks4() local
870 MessageQueue queue = Looper.getMainLooper().getQueue(); in testReleaseSyncBarrierThrowsIfTokenNotValid() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DMmTelFeatureTestOnMockModem.java663 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()
DImsCallingTest.java1231 LinkedBlockingQueue<List<CallState>> queue = new LinkedBlockingQueue<>(); in testNotifyCallStateChanged() local
1315 LinkedBlockingQueue<MediaQualityStatus> queue = new LinkedBlockingQueue<>(); in testNotifyMediaCallStatusChanged() local
1380 LinkedBlockingQueue<List<CallState>> queue = new LinkedBlockingQueue<>(); in testOutGoingEmergencyCall() local
1559 TestTelephonyCallback(LinkedBlockingQueue<MediaQualityStatus> queue) { in TestTelephonyCallback()
1579 TestTelephonyCallbackForCallStateChange(LinkedBlockingQueue<List<CallState>> queue) { in TestTelephonyCallbackForCallStateChange()
/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/util/src/android/view/inputmethod/cts/util/
DWindowFocusStealer.java104 final BlockingQueue<IWindowFocusStealer> queue = new ArrayBlockingQueue<>(1); in connect() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DDefaultSmsAppHelper.java144 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue<>(1); in setDefaultSmsApp() local
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DBindDeviceAdminServiceGoodSetupTest.java182 final LinkedBlockingQueue<IInterface> queue = new LinkedBlockingQueue<>(); in assertCrossProfileCall() local
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.c412 static void onInputQueueCreated(ANativeActivity* activity, AInputQueue* queue) { in onInputQueueCreated()
417 static void onInputQueueDestroyed(ANativeActivity* activity, AInputQueue* queue) { in onInputQueueDestroyed()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaSessionTest.java306 List<QueueItem> queue = new ArrayList<>(); in testConfigureSession() local
1095 List<QueueItem> queue = new ArrayList<>(); in testSeriesOfSetQueue() local
1119 List<QueueItem> queue = new ArrayList<>(); in testSetQueueWithLargeNumberOfItems() local
1248 public void onQueueChanged(List<QueueItem> queue) { in onQueueChanged()
/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.java209 final BlockingQueue<String> queue = new ArrayBlockingQueue<>(messageCount); in testMessageChannel() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecBlockModelTest.java308 final LinkedBlockingQueue<MediaCodecAsyncHelper.SlotEvent> queue = in runEncodeShortVideo() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DGridActivity.java144 final BlockingQueue<String> queue = new LinkedBlockingQueue<>(1); in getText() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java165 final LinkedBlockingQueue<Intent> queue = new LinkedBlockingQueue<>(1); in testIncomingMissedCall() local

12