Home
last modified time | relevance | path

Searched defs:resultQueue (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DMultiUserDeviceTest.java59 BlockingDeque<UserHandle> resultQueue) { in ReplyReceivingInputConnection()
88 final BlockingDeque<UserHandle> resultQueue = new LinkedBlockingDeque<>(); in testConnectingToTheSameUserIme() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsMmTelManagerTest.java549 LinkedBlockingQueue<Boolean> resultQueue = new LinkedBlockingQueue<>(1); in testMethodPermissions() local
565 LinkedBlockingQueue<Integer> resultQueue = new LinkedBlockingQueue<>(1); in testMethodPermissions() local
574 LinkedBlockingQueue<Integer> resultQueue = new LinkedBlockingQueue<>(1); in testMethodPermissions() local
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java280 BlockingQueue<String> resultQueue = new LinkedBlockingQueue<>(); in processUserData() local
330 BlockingQueue<Integer> resultQueue = new LinkedBlockingQueue<>(); in getUserDataVersion() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java1104 final LinkedBlockingQueue<Integer> resultQueue = new LinkedBlockingQueue<>(1); in setPreferredDataSubId() local