Home
last modified time | relevance | path

Searched defs:launchBugReportHandlerApp (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBugReportHandlerUtil.java77 static boolean launchBugReportHandlerApp(Context userContext) { in launchBugReportHandlerApp() method in BugReportHandlerUtil
148 private static void launchBugReportHandlerApp(Context context, String handlerApp, in launchBugReportHandlerApp() method in BugReportHandlerUtil
H A DActivityManagerService.java7607 public boolean launchBugReportHandlerApp() { in launchBugReportHandlerApp() method in ActivityManagerService
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl502 boolean launchBugReportHandlerApp(); in launchBugReportHandlerApp() method