Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java952 final Pair<KindSectionData, ValuesDelta> photoToWrite = kindSectionDataList.getEntryToWrite( in addPhotoView() local
954 if (photoToWrite == null) { in addPhotoView()
959 mPhotoRawContactId = photoToWrite.first.getRawContactDelta().getRawContactId(); in addPhotoView()
960 mPhotoValuesDelta = photoToWrite.second; in addPhotoView()