Searched defs:photoUri (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java84 String photoUri,
88 contactId, dataId, photoUri, displayNameSource});
99 String photoUri,
109 assertEquals(photoUri, c.getString(6));
77 addRow(MatrixCursor c, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
92 assertRow(Cursor c, int position, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java39 public PhotoBitmapLoader(Context context, String photoUri) { argument
41 mPhotoUri = photoUri;
45 public void setPhotoUri(String photoUri) { argument
46 mPhotoUri = photoUri;
H A DPhotoBitmapLoaderInterface.java10 public void setPhotoUri(String photoUri); argument

Completed in 132 milliseconds