Searched refs:launchBugReportHandlerApp (Results 1 – 6 of 6) sorted by relevance
77 static boolean launchBugReportHandlerApp(Context userContext) { in launchBugReportHandlerApp() method in BugReportHandlerUtil117 launchBugReportHandlerApp(userContext, handlerApp, handlerUser); in launchBugReportHandlerApp()148 private static void launchBugReportHandlerApp(Context context, String handlerApp, in launchBugReportHandlerApp() method in BugReportHandlerUtil250 launchBugReportHandlerApp(context, handlerApp, handlerUser); in onReceive()
7863 public boolean launchBugReportHandlerApp() { in launchBugReportHandlerApp() method in ActivityManagerService7876 return BugReportHandlerUtil.launchBugReportHandlerApp(currentUserContext); in launchBugReportHandlerApp()
943 verify(mActivityManagerService).launchBugReportHandlerApp(); in assertTakeBugreport()945 verify(mActivityManagerService, never()).launchBugReportHandlerApp(); in assertTakeBugreport()
508 boolean launchBugReportHandlerApp(); in launchBugReportHandlerApp() method
3791 if (!mActivityManagerService.launchBugReportHandlerApp()) {4269 if (!mActivityManagerService.launchBugReportHandlerApp()) {4601 if (!ActivityManager.getService().launchBugReportHandlerApp()) {
1157 if (!mIActivityManager.launchBugReportHandlerApp()) { in onPress()