Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBugReportHandlerUtil.java82 String handlerApp = getCustomBugReportHandlerApp(userContext); in launchBugReportHandlerApp()
170 private static String getCustomBugReportHandlerApp(Context context) { in getCustomBugReportHandlerApp() method in BugReportHandlerUtil