Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java229 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testShouldLogClose_backButton()
248 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testPredictiveBackCallbackRegisteredAndUnregistered()
278 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testPredictiveBackInvocationDismissesDialog()
305 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testSingleTap_logAndDismiss()
325 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testSwipeDownLockscreen_logAndOpenQS()
349 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testSwipeDown_logAndOpenNotificationShade()
373 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testSwipeDown_pastStatusBarHeight_shadeNotOpened()
482 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testCreateActionItems_lockdownEnabled_doesShowLockdown()
508 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testCreateActionItems_lockdownDisabled_doesNotShowLockdown()
534 doReturn(true).when(mGlobalActionsDialogLite).shouldShowAction(any()); in testCreateActionItems_emergencyDisabled_doesNotShowEmergency()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java550 protected boolean shouldShowAction(Action action) { in shouldShowAction() method in GlobalActionsDialogLite
588 if (shouldShowAction(action)) { in addIfShouldShowAction()
1443 if (!shouldShowAction(action)) {