Searched refs:shouldDisplayLockdown (Results 1 – 2 of 2) sorted by relevance
228 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testShouldLogClose_backButton()247 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testPredictiveBackCallbackRegisteredAndUnregistered()277 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testPredictiveBackInvocationDismissesDialog()304 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testSingleTap_logAndDismiss()324 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testSwipeDownLockscreen_logAndOpenQS()348 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testSwipeDown_logAndOpenNotificationShade()372 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testSwipeDown_pastStatusBarHeight_shadeNotOpened()481 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testCreateActionItems_lockdownEnabled_doesShowLockdown()507 doReturn(false).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testCreateActionItems_lockdownDisabled_doesNotShowLockdown()533 doReturn(true).when(mGlobalActionsDialogLite).shouldDisplayLockdown(any()); in testCreateActionItems_emergencyDisabled_doesNotShowEmergency()[all …]
646 if (shouldDisplayLockdown(currentUser.get())) { in createActionItems()745 boolean shouldDisplayLockdown(UserInfo user) { in shouldDisplayLockdown() method in GlobalActionsDialogLite