Searched refs:BugReportHandlerUtil (Results 1 – 5 of 5) sorted by relevance
56 private BugReportHandlerUtil mBugReportHandlerUtil;118 private BugReportHandlerUtil getBugReportHandlerUtil() { in getBugReportHandlerUtil()126 void setBugReportHandlerUtil(BugReportHandlerUtil bugReportHandlerUtil) { in setBugReportHandlerUtil()131 BugReportHandlerUtil createDefaultBugReportHandlerUtil() { in createDefaultBugReportHandlerUtil()132 return new BugReportHandlerUtil(); in createDefaultBugReportHandlerUtil()188 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(handlerApp)) { in getDescription()229 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(packageItemInfo.packageName)) { in loadLabel()
45 public class BugReportHandlerUtil { class52 public BugReportHandlerUtil() { in BugReportHandlerUtil() method in BugReportHandlerUtil
29 import com.android.settings.bugreporthandler.BugReportHandlerUtil;42 private final BugReportHandlerUtil mBugReportHandlerUtil;47 mBugReportHandlerUtil = new BugReportHandlerUtil(); in BugReportHandlerPreferenceController()75 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(handlerApp)) { in getCurrentBugReportHandlerAppLabel()
35 import com.android.settings.bugreporthandler.BugReportHandlerUtil;54 private BugReportHandlerUtil mBugReportHandlerUtil;
69 private BugReportHandlerUtil mBugReportHandlerUtil;96 mBugReportHandlerUtil = mock(BugReportHandlerUtil.class); in setUp()