Searched refs:CallerInfoQueryToken (Results 1 – 1 of 1) sorted by relevance
402 final CallerInfoQueryToken queryToken = new CallerInfoQueryToken(queryId, callId); in findInfo()434 CallerInfoQueryToken queryToken) { in updateCallerInfoInCacheOnAnyThread()555 CallerInfoQueryToken myCookie = (CallerInfoQueryToken) cookie; in onImageLoaded()568 CallerInfoQueryToken myCookie = (CallerInfoQueryToken) cookie; in loadImage()604 CallerInfoQueryToken myCookie = (CallerInfoQueryToken) cookie; in onImageLoadComplete()792 private final CallerInfoQueryToken queryToken;794 FindInfoCallback(boolean isIncoming, CallerInfoQueryToken queryToken) { in FindInfoCallback()948 private static final class CallerInfoQueryToken { class in ContactInfoCache952 CallerInfoQueryToken(int queryId, String callId) { in CallerInfoQueryToken() method in ContactInfoCache.CallerInfoQueryToken