Searched refs:isBugReportHandlerEnabled (Results 1 – 3 of 3) 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()
53 && mBugReportHandlerUtil.isBugReportHandlerEnabled(mContext); in isAvailable()
61 public boolean isBugReportHandlerEnabled(Context context) { in isBugReportHandlerEnabled() method in BugReportHandlerUtil