Searched refs:getPhoto (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoLoadingTestCase.java57 public byte[] getPhoto(PhotoSize size) { method in class:PhotoLoadingTestCase.PhotoEntry
72 return testPhotoEntry.getPhoto(PhotoSize.ORIGINAL);
77 return testPhotoEntry.getPhoto(size);
89 return entry.getPhoto(size);
H A DBaseContactsProvider2Test.java1261 public byte[] getPhoto() { method in class:BaseContactsProvider2Test.GoldenContact
/packages/apps/Gallery/src/com/android/camera/
H A DPhotoAppWidgetProvider.java77 Bitmap bitmap = helper.getPhoto(appWidgetId);
164 public Bitmap getPhoto(int appWidgetId) { method in class:PhotoAppWidgetProvider.PhotoDatabaseHelper
175 Log.d(TAG, "getPhoto query count=" + c.getCount());

Completed in 136 milliseconds