Searched refs:BugReportHandlerUtil (Results 1 – 5 of 5) sorted by relevance
58 private BugReportHandlerUtil mBugReportHandlerUtil;120 private BugReportHandlerUtil getBugReportHandlerUtil() { in getBugReportHandlerUtil()128 void setBugReportHandlerUtil(BugReportHandlerUtil bugReportHandlerUtil) { in setBugReportHandlerUtil()133 BugReportHandlerUtil createDefaultBugReportHandlerUtil() { in createDefaultBugReportHandlerUtil()134 return new BugReportHandlerUtil(); in createDefaultBugReportHandlerUtil()190 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(handlerApp)) { in getDescription()231 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;
73 private BugReportHandlerUtil mBugReportHandlerUtil;100 mBugReportHandlerUtil = mock(BugReportHandlerUtil.class); in setUp()