Home
last modified time | relevance | path

Searched defs:confirmAction (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java57 void confirmAction(FragmentManager fm, DocumentInfo pickTarget, int type); in confirmAction() method
175 public void confirmAction(FragmentManager fm, DocumentInfo pickTarget, int type) { in confirmAction() method in DialogController.RuntimeDialogController
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ui/
DTestDialogController.java83 public void confirmAction(FragmentManager fm, DocumentInfo pickTarget, int type) { in confirmAction() method in TestDialogController