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

/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java404 // back. We should only update the queryId. Otherwise, we may see
407 cacheEntry.queryId = queryToken.mQueryId;
428 + "; queryId = "
455 cacheEntry.queryId = queryToken.mQueryId;
541 final int queryId = myCookie.mQueryId;
542 if (!isWaitingForThisQuery(callId, queryId)) {
590 final int queryId = myCookie.mQueryId;
591 if (!isWaitingForThisQuery(callId, queryId)) {
713 int queryId; field in class:ContactInfoCache.ContactCacheEntry
754 + ", queryId
850 PhoneNumberServiceListener(String callId, int queryId) argument
952 CallerInfoQueryToken(int queryId, String callId) argument
959 isWaitingForThisQuery(String callId, int queryId) argument
[all...]

Completed in 53 milliseconds