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

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

Completed in 224 milliseconds