Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/
DSelectionImpl.kt58 val initialSelection: Collection<T>? = null, constant in com.android.photopicker.core.selection.SelectionImpl
DGrantsAwareSelectionImpl.kt62 val initialSelection: Collection<T>? = null, constant in com.android.photopicker.core.selection.GrantsAwareSelectionImpl
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4107 private int deleteSettings(String initialSelection, String[] selectionArgs) { in deleteSettings()