Searched defs:initialSelection (Results 1 – 3 of 3) sorted by relevance
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/ | ||
D | SelectionImpl.kt | 58 val initialSelection: Collection<T>? = null, constant in com.android.photopicker.core.selection.SelectionImpl |
D | GrantsAwareSelectionImpl.kt | 62 val initialSelection: Collection<T>? = null, constant in com.android.photopicker.core.selection.GrantsAwareSelectionImpl |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ | ||
D | ContactsProvider2.java | 4107 private int deleteSettings(String initialSelection, String[] selectionArgs) { in deleteSettings() |