Home
last modified time | relevance | path

Searched defs:PhotoEntry (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoLoadingTestCase.java43 protected final class PhotoEntry { class in PhotoLoadingTestCase
45 public PhotoEntry(byte[] original) { in PhotoEntry() method in PhotoLoadingTestCase.PhotoEntry
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java777 private class PhotoEntry implements Comparable<PhotoEntry> { class in ContactAggregator2
784 private PhotoEntry(int pixelCount, int fileSize) { in PhotoEntry() method in ContactAggregator2.PhotoEntry
DAbstractContactAggregator.java1694 private class PhotoEntry implements Comparable<PhotoEntry> { class in AbstractContactAggregator
1701 private PhotoEntry(int pixelCount, int fileSize) { in PhotoEntry() method in AbstractContactAggregator.PhotoEntry