Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java558 if (!isWaitingForThisQuery(callId, queryId)) { in onImageLoaded()
607 if (!isWaitingForThisQuery(callId, queryId)) { in onImageLoadComplete()
803 if (!isWaitingForThisQuery(cw.callId, queryToken.queryId)) { in onDataLoaded()
819 if (!isWaitingForThisQuery(cw.callId, queryToken.queryId)) { in onQueryComplete()
870 if (!isWaitingForThisQuery(callId, queryIdOfRemoteLookup)) { in onPhoneNumberInfoComplete()
959 private boolean isWaitingForThisQuery(String callId, int queryId) { in isWaitingForThisQuery() method in ContactInfoCache