Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java353 mGlobalActionsDialogLite.makeBugReportActionForTesting(); in testShouldLogBugreportPress()
361 mGlobalActionsDialogLite.makeBugReportActionForTesting(); in testShouldLogBugreportLongPress()
571 mGlobalActionsDialogLite.makeBugReportActionForTesting(); in testBugreportAction_whenDebugMode_shouldOfferBugreportButtonBeforeProvisioning()
584 mGlobalActionsDialogLite.makeBugReportActionForTesting(); in testBugreportAction_whenUserIsNotAdmin_noBugReportActionBeforeProvisioning()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java1097 BugReportAction makeBugReportActionForTesting() { in makeBugReportActionForTesting() method in GlobalActionsDialogLite