Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DTelecomManagerTest.java33 LinkedBlockingQueue<Integer> queue = new LinkedBlockingQueue(1); in testGetCurrentTtyMode() local
54 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in testIsInEmergencyCall() local
DCallRedirectionServiceTest.java211 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local
230 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
DThirdPartyCallScreeningServiceTest.java318 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in addRoleHolder() local
337 LinkedBlockingQueue<Boolean> queue = new LinkedBlockingQueue(1); in removeRoleHolder() local
DConferenceTest.java95 LinkedBlockingQueue<Connection> queue = new LinkedBlockingQueue(1); in testConferenceCreate() local
/cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
DCtsLocationAccessService.java87 LinkedBlockingQueue<List<CellInfo>> queue = new LinkedBlockingQueue<>(); in listenForCellInfo() local
111 LinkedBlockingQueue<CellLocation> queue = new LinkedBlockingQueue<>(); in listenForCellLocation() local
135 LinkedBlockingQueue<ServiceState> queue = new LinkedBlockingQueue<>(); in listenForServiceState() 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/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/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.h43 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/tests/media/src/android/media/cts/
DMediaSessionTest.java194 List<QueueItem> queue = new ArrayList<>(); in testConfigureSession() local
661 public void onQueueChanged(List<QueueItem> queue) { in onQueueChanged()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DGridActivity.java140 final BlockingQueue<String> queue = new LinkedBlockingQueue<>(1); in getText() local
DHelper.java1362 public static <T> boolean offer(BlockingQueue<T> queue, T obj, long timeoutMs) { in offer()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java513 public ActivityBroadcastReceiver(SynchronousQueue<TestResult> queue) { in ActivityBroadcastReceiver()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java165 final LinkedBlockingQueue<Intent> queue = new LinkedBlockingQueue<>(1); in testIncomingMissedCall() local
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java724 public void takeInputQueue(InputQueue.Callback queue) { in takeInputQueue()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1437 public ActivityBroadcastReceiver(SynchronousQueue<TestResult> queue) { in ActivityBroadcastReceiver()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java626 JSONObject queue = queues.getJSONObject(queueIdx); in emitDevices() local