Searched refs:onContactPhotoQueryComplete (Results 1 - 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DDirectToVoicemailCallFilter.java71 public void onContactPhotoQueryComplete(Uri handle, CallerInfo info) {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallerInfoLookupHelperTest.java136 verify(listener).onContactPhotoQueryComplete(URI1, mCallerInfo1);
174 verify(callListener).onContactPhotoQueryComplete(URI1, mCallerInfo1);
175 verify(otherListener).onContactPhotoQueryComplete(URI1, mCallerInfo1);
213 verify(callListener).onContactPhotoQueryComplete(URI1, mCallerInfo1);
214 verify(otherListener).onContactPhotoQueryComplete(URI1, mCallerInfo1);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallerInfoLookupHelper.java49 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); method in interface:CallerInfoLookupHelper.OnQueryCompleteListener
101 listener.onContactPhotoQueryComplete(handle, info.callerInfo);
207 l.onContactPhotoQueryComplete(handle, info.callerInfo);
H A DCall.java214 public void onContactPhotoQueryComplete(Uri handle, CallerInfo callerInfo) {
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java605 public void onContactPhotoQueryComplete(Uri queryHandle,

Completed in 225 milliseconds