Home
last modified time | relevance | path

Searched refs:BugReportAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java398 GlobalActionsDialogLite.BugReportAction bugReportAction = in testShouldLogBugreportPress()
406 GlobalActionsDialogLite.BugReportAction bugReportAction = in testShouldLogBugreportLongPress()
629 GlobalActionsDialogLite.BugReportAction bugReportAction = in testBugreportAction_whenDebugMode_shouldOfferBugreportButtonBeforeProvisioning()
642 GlobalActionsDialogLite.BugReportAction bugReportAction = in testBugreportAction_whenUserIsNotAdmin_noBugReportActionBeforeProvisioning()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java288 mItems.add(new BugReportAction()); in createDialog()
353 private class BugReportAction extends SinglePressAction implements LongPressAction { class in LegacyGlobalActions
355 public BugReportAction() { in BugReportAction() method in LegacyGlobalActions.BugReportAction
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java633 addIfShouldShowAction(tempActions, new BugReportAction()); in createActionItems()
1057 class BugReportAction extends SinglePressAction implements LongPressAction { class in GlobalActionsDialogLite
1059 BugReportAction() { in BugReportAction() method in GlobalActionsDialogLite.BugReportAction
1129 BugReportAction makeBugReportActionForTesting() { in makeBugReportActionForTesting()
1130 return new BugReportAction(); in makeBugReportActionForTesting()