Searched refs:isBugReportHandlerEnabled (Results 1 – 6 of 6) sorted by relevance
71 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()
60 static boolean isBugReportHandlerEnabled(Context context) { in isBugReportHandlerEnabled() method in BugReportHandlerUtil78 if (!isBugReportHandlerEnabled(context)) { in launchBugReportHandlerApp()
6737 if (!BugReportHandlerUtil.isBugReportHandlerEnabled(mContext)) { in launchBugReportHandlerApp()
53 && mBugReportHandlerUtil.isBugReportHandlerEnabled(mContext); in isAvailable()
61 public boolean isBugReportHandlerEnabled(Context context) { in isBugReportHandlerEnabled() method in BugReportHandlerUtil
7805 PLcom/android/server/am/BugReportHandlerUtil;->isBugReportHandlerEnabled(Landroid/content/Context;)Z