Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java498 assertThat(mGlobalActionsDialogLite.mPowerItems).isEmpty(); in testCreateActionItems_lockdownEnabled_doesShowLockdown()
524 assertThat(mGlobalActionsDialogLite.mPowerItems).isEmpty(); in testCreateActionItems_lockdownDisabled_doesNotShowLockdown()
550 assertThat(mGlobalActionsDialogLite.mPowerItems).isEmpty(); in testCreateActionItems_emergencyDisabled_doesNotShowEmergency()
691 assertThat(mGlobalActionsDialogLite.mPowerItems).isEmpty(); in testCreateActionItems_systemUpdateEnabled_doesShowSystemUpdate()
713 assertThat(mGlobalActionsDialogLite.mPowerItems).isEmpty(); in testCreateActionItems_systemUpdateDisabled_doesntShowSystemUpdateAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java228 protected final ArrayList<Action> mPowerItems = new ArrayList<>(); field in GlobalActionsDialogLite
606 mPowerItems.clear(); in createActionItems()
687 mPowerItems.add(shutdownAction); in createActionItems()
688 mPowerItems.add(restartAction); in createActionItems()
1529 return mPowerItems.size();
1534 return mPowerItems.get(position);