Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactPhotoSelectionFragment.java115 public int kindSectionDataListIndex = -1; field in CompactPhotoSelectionFragment.Photo
135 dest.writeInt(kindSectionDataListIndex); in writeToParcel()
148 kindSectionDataListIndex = source.readInt(); in readFromParcel()
DCompactRawContactsEditorView.java548 photo.kindSectionDataListIndex = i; in getPhotos()
577 if (photo.kindSectionDataListIndex < 0 in setPrimaryPhoto()
578 || photo.kindSectionDataListIndex >= kindSectionDataList.size()) { in setPrimaryPhoto()
583 kindSectionDataList.get(photo.kindSectionDataListIndex); in setPrimaryPhoto()