Home
last modified time | relevance | path

Searched defs:showDuringKeyguard (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java804 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.PowerOptionsAction
844 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.ShutDownAction
895 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.EmergencyAction
985 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.RestartAction
1029 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.ScreenshotAction
1116 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.BugReportAction
1139 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.LogoutAction
1173 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialogLite.SystemUpdateAction
1204 public boolean showDuringKeyguard() { in getSettingsAction() method in GlobalActionsDialogLite
/frameworks/base/services/core/java/com/android/server/policy/
DPowerAction.java53 public boolean showDuringKeyguard() { in showDuringKeyguard() method in PowerAction
DRestartAction.java53 public boolean showDuringKeyguard() { in showDuringKeyguard() method in RestartAction
DLegacyGlobalActions.java400 public boolean showDuringKeyguard() { in showDuringKeyguard() method in LegacyGlobalActions.BugReportAction
430 public boolean showDuringKeyguard() { in getSettingsAction() method in LegacyGlobalActions
/frameworks/base/core/java/com/android/internal/globalactions/
DAction.java35 boolean showDuringKeyguard(); in showDuringKeyguard() method