OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onContactPhotoQueryComplete
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DirectToVoicemailCallFilter.java
67
public void
onContactPhotoQueryComplete
(Uri handle, CallerInfo info) {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoLookupHelperTest.java
124
verify(listener).
onContactPhotoQueryComplete
(URI1, mCallerInfo1);
162
verify(callListener).
onContactPhotoQueryComplete
(URI1, mCallerInfo1);
163
verify(otherListener).
onContactPhotoQueryComplete
(URI1, mCallerInfo1);
201
verify(callListener).
onContactPhotoQueryComplete
(URI1, mCallerInfo1);
202
verify(otherListener).
onContactPhotoQueryComplete
(URI1, mCallerInfo1);
/packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoLookupHelper.java
45
void
onContactPhotoQueryComplete
(Uri handle, CallerInfo info);
94
listener.
onContactPhotoQueryComplete
(handle, info.callerInfo);
195
l.
onContactPhotoQueryComplete
(handle, info.callerInfo);
Call.java
196
public void
onContactPhotoQueryComplete
(Uri handle, CallerInfo callerInfo) {
[
all
...]
Completed in 60 milliseconds