Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java661 GlobalActionsDialogLite.SystemUpdateAction systemUpdateAction = in testShouldLogSystemUpdatePress()
662 mGlobalActionsDialogLite.new SystemUpdateAction(); in testShouldLogSystemUpdatePress()
689 GlobalActionsDialogLite.SystemUpdateAction.class); in testCreateActionItems_systemUpdateEnabled_doesShowSystemUpdate()
711 GlobalActionsDialogLite.SystemUpdateAction.class); in testCreateActionItems_systemUpdateDisabled_doesntShowSystemUpdateAction()
735 GlobalActionsDialogLite.SystemUpdateAction.class); in testCreateActionItems_systemUpdateEnabled_locked_showsSystemUpdate()
760 GlobalActionsDialogLite.SystemUpdateAction.class); in testCreateActionItems_systemUpdateEnabled_notProvisioned_noSystemUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java671 addIfShouldShowAction(tempActions, new SystemUpdateAction()); in createActionItems()
1159 final class SystemUpdateAction extends SinglePressAction { class in GlobalActionsDialogLite
1161 SystemUpdateAction() { in SystemUpdateAction() method in GlobalActionsDialogLite.SystemUpdateAction