Searched refs:isShellApp (Results 1 – 1 of 1) sorted by relevance
83 if (isShellApp(handlerApp)) { in launchBugReportHandlerApp()106 if (isShellApp(handlerApp) || !isValidBugReportHandlerApp(handlerApp) in launchBugReportHandlerApp()182 private static boolean isShellApp(String app) { in isShellApp() method in BugReportHandlerUtil