Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java967 int waitingQueryId = existingCacheEntry.queryId; in isWaitingForThisQuery() local
968 Log.d(TAG, "waitingQueryId = " + waitingQueryId + "; queryId = " + queryId); in isWaitingForThisQuery()
969 return waitingQueryId == queryId; in isWaitingForThisQuery()