Searched refs:mRequests (Results 1 – 5 of 5) sorted by relevance
71 synchronized (mRequests) { in run()72 if (!mRequests.isEmpty()) { in run()73 req = mRequests.removeFirst(); in run()92 synchronized (mRequests) { in run()93 mRequests.wait(1000); in run()130 private final LinkedList<ContactInfoRequest> mRequests; field in ContactInfoCache143 mRequests = new LinkedList<ContactInfoRequest>(); in ContactInfoCache()297 synchronized (mRequests) { in enqueueRequest()298 if (!mRequests.contains(request)) { in enqueueRequest()299 mRequests.add(request); in enqueueRequest()[all …]
62 private ArrayList<Request> mRequests = new ArrayList<Request>(); field in FilterDeleteSet148 synchronized (mRequests) { in reload()149 if (!newData && mRequests.isEmpty()) { in reload()152 for (int i = 0; i < mRequests.size(); i++) { in reload()153 Request r = mRequests.get(i); in reload()184 mRequests.clear(); in reload()228 synchronized (mRequests) { in sendRequest()229 mRequests.add(r); in sendRequest()
60 mRequests.add(r);65 final List<Request> mRequests = Collections.synchronizedList(new ArrayList<Request>()); field in CallerInfoAsyncQueryFactoryFixture
296 assertEquals(1, mCallerInfoAsyncQueryFactoryFixture.mRequests.size()); in testIncomingCallFromContactWithSendToVoicemailIsRejected()298 mCallerInfoAsyncQueryFactoryFixture.mRequests) { in testIncomingCallFromContactWithSendToVoicemailIsRejected()337 assertEquals(1, mCallerInfoAsyncQueryFactoryFixture.mRequests.size()); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()379 assertEquals(1, mCallerInfoAsyncQueryFactoryFixture.mRequests.size()); in testIncomingCallFromBlockedNumberIsRejected()381 mCallerInfoAsyncQueryFactoryFixture.mRequests) { in testIncomingCallFromBlockedNumberIsRejected()430 while (mCallerInfoAsyncQueryFactoryFixture.mRequests.size() > 0) { in do_testDeadlockOnOutgoingCall()431 mCallerInfoAsyncQueryFactoryFixture.mRequests.remove(0).reply(); in do_testDeadlockOnOutgoingCall()
598 mCallerInfoAsyncQueryFactoryFixture.mRequests) { in startIncomingPhoneCall()