Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
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()
/packages/apps/Settings/src/com/android/settings/development/
DBugReportHandlerPreferenceController.java53 && mBugReportHandlerUtil.isBugReportHandlerEnabled(mContext); in isAvailable()
/packages/apps/Settings/src/com/android/settings/bugreporthandler/
DBugReportHandlerUtil.java61 public boolean isBugReportHandlerEnabled(Context context) { in isBugReportHandlerEnabled() method in BugReportHandlerUtil