Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallerInfoLookupHelperTest.java153 verify(listener).onContactPhotoQueryComplete(URI1, mCallerInfo1); in testSimpleLookup()
193 verify(callListener).onContactPhotoQueryComplete(URI1, mCallerInfo1); in testLookupWithTwoListeners()
194 verify(otherListener).onContactPhotoQueryComplete(URI1, mCallerInfo1); in testLookupWithTwoListeners()
234 verify(callListener).onContactPhotoQueryComplete(URI1, mCallerInfo1); in testListenerAddedAfterCallerInfoBeforePhoto()
235 verify(otherListener).onContactPhotoQueryComplete(URI1, mCallerInfo1); in testListenerAddedAfterCallerInfoBeforePhoto()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallerInfoLookupHelper.java48 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete() method
109 public void onContactPhotoQueryComplete(Uri handle, CallerInfo info) { in startLookup()
141 listener.onContactPhotoQueryComplete(handle, info.callerInfo); in startLookup()
248 l.onContactPhotoQueryComplete(handle, info.callerInfo);
H A DCall.java279 public void onContactPhotoQueryComplete(Uri handle, CallerInfo callerInfo) {
H A DCallsManager.java2028 public void onContactPhotoQueryComplete(Uri handle, CallerInfo info) { in findOutgoingCallPhoneAccount()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DDirectToVoicemailFilter.java76 public void onContactPhotoQueryComplete(Uri handle, CallerInfo info) { in startFilterLookup() method
H A DBlockCheckerFilter.java84 public void onContactPhotoQueryComplete(Uri handle, CallerInfo info) { in startFilterLookup() method
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java666 public void onContactPhotoQueryComplete(Uri queryHandle, in reloadFromDatabase()