Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java49 void showActionNotAllowed(); in showActionNotAllowed() method
140 public void showActionNotAllowed() { in showActionNotAllowed() method in DialogController.RuntimeDialogController
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java388 mInjector.dialogs.showActionNotAllowed(); in onDocumentPicked()
406 mInjector.dialogs.showActionNotAllowed(); in onDocumentsPicked()
DActionHandler.java276 mInjector.dialogs.showActionNotAllowed(); in openRoot()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ui/
DTestDialogController.java53 public void showActionNotAllowed() { in showActionNotAllowed() method in TestDialogController