Searched refs:isWaitingForThisQuery (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java542 if (!isWaitingForThisQuery(callId, queryId)) {
591 if (!isWaitingForThisQuery(callId, queryId)) {
794 if (!isWaitingForThisQuery(cw.callId, mQueryToken.mQueryId)) {
809 if (!isWaitingForThisQuery(cw.callId, mQueryToken.mQueryId)) {
858 if (!isWaitingForThisQuery(mCallId, mQueryIdOfRemoteLookup)) {
918 if (!isWaitingForThisQuery(mCallId, mQueryIdOfRemoteLookup)) {
959 private boolean isWaitingForThisQuery(String callId, int queryId) { method in class:ContactInfoCache

Completed in 56 milliseconds