Home
last modified time | relevance | path

Searched defs:pickTarget (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DDialogController.java57 void confirmAction(FragmentManager fm, DocumentInfo pickTarget, int type); in confirmAction()
175 public void confirmAction(FragmentManager fm, DocumentInfo pickTarget, int type) { in confirmAction()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DPickFragment.java154 boolean restrictScopeStorage, DocumentInfo pickTarget) { in setPickTarget()
H A DActionHandler.java343 void pickDocument(FragmentManager fm, DocumentInfo pickTarget) { in pickDocument()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ui/
H A DTestDialogController.java83 public void confirmAction(FragmentManager fm, DocumentInfo pickTarget, int type) { in confirmAction()