Searched refs:SHELL_APP_PACKAGE (Results 1 – 3 of 3) sorted by relevance
50 public static final String SHELL_APP_PACKAGE = "com.android.shell"; field in BugReportHandlerUtil101 handlerApp = SHELL_APP_PACKAGE; in getCurrentBugReportHandlerAppAndUser()168 if (bugreportAllowlistedPackages.contains(SHELL_APP_PACKAGE) in getValidBugReportHandlerInfos()169 && !getBugReportHandlerAppReceivers(context, SHELL_APP_PACKAGE, in getValidBugReportHandlerInfos()174 context.getPackageManager().getApplicationInfo(SHELL_APP_PACKAGE, in getValidBugReportHandlerInfos()185 .filter(pkg -> !SHELL_APP_PACKAGE.equals(pkg)).collect(Collectors.toList()); in getValidBugReportHandlerInfos()
187 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(handlerApp)) { in getDescription()223 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(packageItemInfo.packageName)) { in loadLabel()
75 if (BugReportHandlerUtil.SHELL_APP_PACKAGE.equals(handlerApp)) { in getCurrentBugReportHandlerAppLabel()