Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java88 private int queryId; field in ContactInfoCache
559 final int queryId = myCookie.queryId; in onImageLoaded() local
608 final int queryId = myCookie.queryId; in onImageLoadComplete() local
724 int queryId; field in ContactInfoCache.ContactCacheEntry
868 PhoneNumberServiceListener(String callId, int queryId) { in PhoneNumberServiceListener()
966 final int queryId; field in ContactInfoCache.CallerInfoQueryToken
969 CallerInfoQueryToken(int queryId, String callId) { in CallerInfoQueryToken()
976 private boolean isWaitingForThisQuery(String callId, int queryId) { in isWaitingForThisQuery()