Searched refs:mAnrController (Results 1 – 4 of 4) sorted by relevance
67 private AnrController mAnrController; field in ErrorDialogController130 mAnrController = null; in clearAnrDialogs()231 return mAnrController; in getAnrController()236 mAnrController = controller; in setAnrController()
101 mService.mAnrController.notifyAppUnresponsive(applicationHandle, timeoutRecord); in notifyNoFocusedWindowAnr()109 mService.mAnrController.notifyWindowUnresponsive(token, pid, timeoutRecord); in notifyWindowUnresponsive()114 mService.mAnrController.notifyWindowResponsive(token, pid); in notifyWindowResponsive()
565 private final List<AnrController> mAnrController = new ArrayList<>(); field in ActivityTaskManagerService2320 synchronized (mAnrController) { in registerAnrController()2321 mAnrController.add(controller); in registerAnrController()2327 synchronized (mAnrController) { in unregisterAnrController()2328 mAnrController.remove(controller); in unregisterAnrController()2343 synchronized (mAnrController) { in getAnrController()2344 controllers = new ArrayList<>(mAnrController); in getAnrController()
789 final AnrController mAnrController; field in WindowManagerService1441 mAnrController = new AnrController(this); in WindowManagerService()5644 mAnrController.onFocusChanged(newFocusedWindow); in reportFocusChanged()