Searched refs:mUnresponsiveAppByDisplay (Results 1 – 1 of 1) sorted by relevance
61 private final SparseArray<ActivityRecord> mUnresponsiveAppByDisplay = new SparseArray<>(); field in AnrController114 mUnresponsiveAppByDisplay.put(activity.getDisplayId(), activity); in notifyAppUnresponsive()266 unresponsiveApp = mUnresponsiveAppByDisplay.get(newFocus.getDisplayId()); in onFocusChanged()272 mUnresponsiveAppByDisplay.remove(newFocus.getDisplayId()); in onFocusChanged()