Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java407 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()
[all …]