Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java555 CallerInfoQueryToken myCookie = (CallerInfoQueryToken) cookie; in onImageLoaded() local
556 final String callId = myCookie.callId; in onImageLoaded()
557 final int queryId = myCookie.queryId; in onImageLoaded()
568 CallerInfoQueryToken myCookie = (CallerInfoQueryToken) cookie; in loadImage() local
569 final String callId = myCookie.callId; in loadImage()
604 CallerInfoQueryToken myCookie = (CallerInfoQueryToken) cookie; in onImageLoadComplete() local
605 final String callId = myCookie.callId; in onImageLoadComplete()
606 final int queryId = myCookie.queryId; in onImageLoadComplete()