Searched refs:BugReportHandlerUtil (Results 1 – 5 of 5) sorted by relevance
55 private BugReportHandlerUtil mBugReportHandlerUtil;117 private BugReportHandlerUtil getBugReportHandlerUtil() { in getBugReportHandlerUtil()125 void setBugReportHandlerUtil(BugReportHandlerUtil bugReportHandlerUtil) { in setBugReportHandlerUtil()130 BugReportHandlerUtil createDefaultBugReportHandlerUtil() { in createDefaultBugReportHandlerUtil()131 return new BugReportHandlerUtil(); in createDefaultBugReportHandlerUtil()187 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(handlerApp)) { in getDescription()223 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()