Home
last modified time | relevance | path

Searched refs:handlerApp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBugReportHandlerUtil.java82 String handlerApp = getCustomBugReportHandlerApp(context); in launchBugReportHandlerApp() local
83 if (isShellApp(handlerApp)) { in launchBugReportHandlerApp()
88 if (!isValidBugReportHandlerApp(handlerApp)) { in launchBugReportHandlerApp()
89 handlerApp = getDefaultBugReportHandlerApp(context); in launchBugReportHandlerApp()
91 } else if (getBugReportHandlerAppReceivers(context, handlerApp, handlerUser).isEmpty()) { in launchBugReportHandlerApp()
100 handlerApp = getDefaultBugReportHandlerApp(context); in launchBugReportHandlerApp()
105 if (isShellApp(handlerApp) || !isValidBugReportHandlerApp(handlerApp) in launchBugReportHandlerApp()
106 || getBugReportHandlerAppReceivers(context, handlerApp, handlerUser).isEmpty()) { in launchBugReportHandlerApp()
110 if (getBugReportHandlerAppResponseReceivers(context, handlerApp, handlerUser).isEmpty()) { in launchBugReportHandlerApp()
114 launchBugReportHandlerApp(context, handlerApp, handlerUser); in launchBugReportHandlerApp()
[all …]