OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:displayPhotoUri
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java
74
" image: " + args.
displayPhotoUri
+ " completed");
97
public Uri
displayPhotoUri
;
123
.openInputStream(args.
displayPhotoUri
);
130
args.
displayPhotoUri
.toString());
137
" token: " + msg.what + " image URI: " + args.
displayPhotoUri
);
142
" token: " + msg.what + " image URI: " + args.
displayPhotoUri
+
218
* @param
displayPhotoUri
Uri to be used to fetch the photo
226
public static final void startObtainPhotoAsync(int token, Context context, Uri
displayPhotoUri
,
230
if (
displayPhotoUri
== null) {
242
args.
displayPhotoUri
= displayPhotoUri
[
all
...]
ContactInfoCache.java
243
} else if (cacheEntry.
displayPhotoUri
!= null) {
249
mContext, cacheEntry.
displayPhotoUri
, ContactInfoCache.this, callId);
430
cce.
displayPhotoUri
= info.contactDisplayPhotoUri;
670
public Uri
displayPhotoUri
;
690
.add("
displayPhotoUri
",
displayPhotoUri
)
/packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java
81
public Uri
displayPhotoUri
;
107
args.context, args.
displayPhotoUri
);
114
args.
displayPhotoUri
.toString());
121
" token: " + msg.what + " image URI: " + args.
displayPhotoUri
);
126
" token: " + msg.what + " image URI: " + args.
displayPhotoUri
+
141
" image: " + args.
displayPhotoUri
+ " completed");
194
* @param
displayPhotoUri
Uri to be used to fetch the photo
202
public void startObtainPhotoAsync(int token, Context context, Uri
displayPhotoUri
,
208
if (
displayPhotoUri
== null) {
220
args.
displayPhotoUri
= displayPhotoUri
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java
[
all
...]
Completed in 1044 milliseconds