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.java86 private int queryId; field in ContactInfoCache
557 final int queryId = myCookie.queryId; in onImageLoaded() local
606 final int queryId = myCookie.queryId; in onImageLoadComplete() local
719 int queryId; field in ContactInfoCache.ContactCacheEntry
862 PhoneNumberServiceListener(String callId, int queryId) { in PhoneNumberServiceListener()
949 final int queryId; field in ContactInfoCache.CallerInfoQueryToken
952 CallerInfoQueryToken(int queryId, String callId) { in CallerInfoQueryToken()
959 private boolean isWaitingForThisQuery(String callId, int queryId) { in isWaitingForThisQuery()