Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java358 final List<ValuesDelta> photosDeltas = in unsetSuperPrimaryFromAllPhotos() local
360 if (photosDeltas == null) { in unsetSuperPrimaryFromAllPhotos()
363 for (int j = 0; j < photosDeltas.size(); j++) { in unsetSuperPrimaryFromAllPhotos()
364 photosDeltas.get(j).setSuperPrimary(false); in unsetSuperPrimaryFromAllPhotos()