Home
last modified time | relevance | path

Searched refs:isBugReportHandlerEnabled (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DBugReportHandlerPreferenceControllerTest.java71 doReturn(true).when(mBugReportHandlerUtil).isBugReportHandlerEnabled(any(Context.class)); in isAvailable_hasDebugRestriction_notAvailable()
78 doReturn(false).when(mBugReportHandlerUtil).isBugReportHandlerEnabled(any(Context.class)); in isAvailable_bugReportHandlerDisabled_notAvailable()
87 doReturn(true).when(mBugReportHandlerUtil).isBugReportHandlerEnabled(any(Context.class)); in isAvailable_noDebugRestrictionAndBugReportHandlerEnabled_available()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBugReportHandlerUtil.java60 static boolean isBugReportHandlerEnabled(Context context) { in isBugReportHandlerEnabled() method in BugReportHandlerUtil
78 if (!isBugReportHandlerEnabled(context)) { in launchBugReportHandlerApp()
H A DActivityManagerService.java6737 if (!BugReportHandlerUtil.isBugReportHandlerEnabled(mContext)) { in launchBugReportHandlerApp()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DBugReportHandlerPreferenceController.java53 && mBugReportHandlerUtil.isBugReportHandlerEnabled(mContext); in isAvailable()
/aosp12/packages/apps/Settings/src/com/android/settings/bugreporthandler/
H A DBugReportHandlerUtil.java61 public boolean isBugReportHandlerEnabled(Context context) { in isBugReportHandlerEnabled() method in BugReportHandlerUtil
/aosp12/frameworks/base/services/
H A Dart-profile7805 PLcom/android/server/am/BugReportHandlerUtil;->isBugReportHandlerEnabled(Landroid/content/Context;)Z