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.java61 private static PhotoEntry testPhotoEntry; field in PhotoLoadingTestCase
76 if (testPhotoEntry == null) { in loadTestPhoto()
78 testPhotoEntry = photoResourceCache.get(testPhotoId); in loadTestPhoto()
80 return testPhotoEntry.getPhoto(PhotoSize.ORIGINAL); in loadTestPhoto()
85 return testPhotoEntry.getPhoto(size); in loadTestPhoto()