Home
last modified time | relevance | path

Searched refs:mSubscriberQueue (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java6104 LinkedBlockingQueue<Integer> mSubscriberQueue = new LinkedBlockingQueue<>(1); in testImsPhoneNumberWithImsAssociatedUri() local
6109 mSubscriberQueue.offer(uris.length); in testImsPhoneNumberWithImsAssociatedUri()
6137 waitForIntResult(mSubscriberQueue, ImsUtils.TEST_TIMEOUT_MS)); in testImsPhoneNumberWithImsAssociatedUri()
6181 LinkedBlockingQueue<Integer> mSubscriberQueue = new LinkedBlockingQueue<>(1); in testImsPhoneNumberWithImsAssociatedUriForNonGlobalNumberFormat() local
6186 mSubscriberQueue.offer(uris.length); in testImsPhoneNumberWithImsAssociatedUriForNonGlobalNumberFormat()
6214 waitForIntResult(mSubscriberQueue, ImsUtils.TEST_TIMEOUT_MS)); in testImsPhoneNumberWithImsAssociatedUriForNonGlobalNumberFormat()
6258 LinkedBlockingQueue<Integer> mSubscriberQueue = new LinkedBlockingQueue<>(1); in testClearImsPhoneNumberWithImsAssociatedUri() local
6272 mSubscriberQueue.offer(uris.length); in testClearImsPhoneNumberWithImsAssociatedUri()
6301 waitForIntResult(mSubscriberQueue, ImsUtils.TEST_TIMEOUT_MS)); in testClearImsPhoneNumberWithImsAssociatedUri()