Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ui/
DTestDialogController.java30 private boolean mActionNotAllowed; field in TestDialogController
54 mActionNotAllowed = true; in showActionNotAllowed()
97 Assert.assertTrue(mActionNotAllowed); in assertActionNotAllowedShown()
101 Assert.assertFalse(mActionNotAllowed); in assertActionNotAllowedNotShown()