Searched refs:mSubscriberQueue (Results 1 – 1 of 1) sorted by relevance
6104 LinkedBlockingQueue<Integer> mSubscriberQueue = new LinkedBlockingQueue<>(1); in testImsPhoneNumberWithImsAssociatedUri() local6109 mSubscriberQueue.offer(uris.length); in testImsPhoneNumberWithImsAssociatedUri()6137 waitForIntResult(mSubscriberQueue, ImsUtils.TEST_TIMEOUT_MS)); in testImsPhoneNumberWithImsAssociatedUri()6181 LinkedBlockingQueue<Integer> mSubscriberQueue = new LinkedBlockingQueue<>(1); in testImsPhoneNumberWithImsAssociatedUriForNonGlobalNumberFormat() local6186 mSubscriberQueue.offer(uris.length); in testImsPhoneNumberWithImsAssociatedUriForNonGlobalNumberFormat()6214 waitForIntResult(mSubscriberQueue, ImsUtils.TEST_TIMEOUT_MS)); in testImsPhoneNumberWithImsAssociatedUriForNonGlobalNumberFormat()6258 LinkedBlockingQueue<Integer> mSubscriberQueue = new LinkedBlockingQueue<>(1); in testClearImsPhoneNumberWithImsAssociatedUri() local6272 mSubscriberQueue.offer(uris.length); in testClearImsPhoneNumberWithImsAssociatedUri()6301 waitForIntResult(mSubscriberQueue, ImsUtils.TEST_TIMEOUT_MS)); in testClearImsPhoneNumberWithImsAssociatedUri()