Searched refs:SystemUpdateAction (Results 1 – 2 of 2) sorted by relevance
661 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()
671 addIfShouldShowAction(tempActions, new SystemUpdateAction()); in createActionItems()1159 final class SystemUpdateAction extends SinglePressAction { class in GlobalActionsDialogLite1161 SystemUpdateAction() { in SystemUpdateAction() method in GlobalActionsDialogLite.SystemUpdateAction