HomeSort by relevance Sort by last modified time
    Searched refs:isDifferentImageRequest (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
ContactsAsyncHelper.java 139 public boolean isDifferentImageRequest(CallerInfo ci) {
146 public boolean isDifferentImageRequest(Connection connection) {
150 if (DBG) Log.d(LOG_TAG, "isDifferentImageRequest: connection is null");
159 runQuery = isDifferentImageRequest((CallerInfo) o);
CallCard.java 552 runQuery = mPhotoTracker.isDifferentImageRequest(
555 runQuery = mPhotoTracker.isDifferentImageRequest(conn);
    [all...]

Completed in 138 milliseconds