Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoRequest.java101 public boolean isLocalRequest() { in isLocalRequest() method in ContactInfoRequest
113 if (isLocalRequest() && !other.isLocalRequest()) { in compareTo()
116 if (!isLocalRequest() && other.isLocalRequest()) { in compareTo()
DContactInfoCache.java157 if (request.isLocalRequest()) { in queryContactInfo()
213 if (!request.isLocalRequest()) { in queryContactInfo()
358 || (request.isLocalRequest() && !mUpdateRequests.peek().isLocalRequest()))) { in run()