OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startObtainPhotoAsync
(Results
1 - 6
of
6
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java
93
cah.
startObtainPhotoAsync
(TOKEN, mContext, null, mListener, COOKIE);
104
cah.
startObtainPhotoAsync
(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE);
113
cah.
startObtainPhotoAsync
(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE);
132
cah.
startObtainPhotoAsync
(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI_SMALL,
CallerInfoLookupHelperTest.java
119
verify(mContactsAsyncHelper).
startObtainPhotoAsync
(anyInt(), eq(mContext),
157
verify(mContactsAsyncHelper).
startObtainPhotoAsync
(anyInt(), eq(mContext),
194
verify(mContactsAsyncHelper).
startObtainPhotoAsync
(anyInt(), eq(mContext),
/packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java
49
* @param token Integer passed in {@link ContactsAsyncHelper#
startObtainPhotoAsync
(int,
53
* @param cookie Object passed in {@link ContactsAsyncHelper#
startObtainPhotoAsync
(int,
202
public void
startObtainPhotoAsync
(int token, Context context, Uri displayPhotoUri,
CallerInfoLookupHelper.java
168
mContactsAsyncHelper.
startObtainPhotoAsync
(
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java
50
* @param token Integer passed in {@link ContactsAsyncHelper#
startObtainPhotoAsync
(int,
54
* @param cookie Object passed in {@link ContactsAsyncHelper#
startObtainPhotoAsync
(int,
226
public static final void
startObtainPhotoAsync
(int token, Context context, Uri displayPhotoUri,
ContactInfoCache.java
248
ContactsAsyncHelper.
startObtainPhotoAsync
(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE,
Completed in 545 milliseconds