Home
last modified time | relevance | path

Searched refs:testPhotoEntry (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoLoadingTestCase.java62 private static PhotoEntry testPhotoEntry; field in PhotoLoadingTestCase
77 if (testPhotoEntry == null) { in loadTestPhoto()
79 testPhotoEntry = photoResourceCache.get(testPhotoId); in loadTestPhoto()
81 return testPhotoEntry.getPhoto(PhotoSize.ORIGINAL); in loadTestPhoto()
86 return testPhotoEntry.getPhoto(size); in loadTestPhoto()