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/
DGlobalActionsDialog.java428 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialog.PowerAction
460 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialog.RestartAction
498 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialog.ScreenshotAction
556 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialog.BugReportAction
580 public boolean showDuringKeyguard() { in showDuringKeyguard() method in GlobalActionsDialog.LogoutAction
617 public boolean showDuringKeyguard() { in getSettingsAction() method in GlobalActionsDialog
/frameworks/base/services/core/java/com/android/server/policy/
DRestartAction.java47 public boolean showDuringKeyguard() { in showDuringKeyguard() method in RestartAction
DPowerAction.java47 public boolean showDuringKeyguard() { in showDuringKeyguard() method in PowerAction
DLegacyGlobalActions.java399 public boolean showDuringKeyguard() { in showDuringKeyguard() method in LegacyGlobalActions.BugReportAction
429 public boolean showDuringKeyguard() { in getSettingsAction() method in LegacyGlobalActions
/frameworks/base/core/java/com/android/internal/globalactions/
DAction.java35 boolean showDuringKeyguard(); in showDuringKeyguard() method