Lines Matching refs:queryId
407 cacheEntry.queryId = queryToken.mQueryId; in findInfo()
455 cacheEntry.queryId = queryToken.mQueryId; in updateCallerInfoInCacheOnAnyThread()
541 final int queryId = myCookie.mQueryId; in onImageLoaded() local
542 if (!isWaitingForThisQuery(callId, queryId)) { in onImageLoaded()
590 final int queryId = myCookie.mQueryId; in onImageLoadComplete() local
591 if (!isWaitingForThisQuery(callId, queryId)) { in onImageLoadComplete()
713 int queryId; field in ContactInfoCache.ContactCacheEntry
755 + queryId in toString()
850 PhoneNumberServiceListener(String callId, int queryId) { in PhoneNumberServiceListener() argument
852 mQueryIdOfRemoteLookup = queryId; in PhoneNumberServiceListener()
952 CallerInfoQueryToken(int queryId, String callId) { in CallerInfoQueryToken() argument
953 mQueryId = queryId; in CallerInfoQueryToken()
959 private boolean isWaitingForThisQuery(String callId, int queryId) { in isWaitingForThisQuery() argument
967 int waitingQueryId = existingCacheEntry.queryId; in isWaitingForThisQuery()
968 Log.d(TAG, "waitingQueryId = " + waitingQueryId + "; queryId = " + queryId); in isWaitingForThisQuery()
969 return waitingQueryId == queryId; in isWaitingForThisQuery()