Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifInflationErrorManager.java39 Set<String> mErroredNotifs = new ArraySet<>(); field in NotifInflationErrorManager
51 mErroredNotifs.add(entry.getKey()); in setInflationError()
61 if (mErroredNotifs.contains(entry.getKey())) { in clearInflationError()
62 mErroredNotifs.remove(entry.getKey()); in clearInflationError()
73 return mErroredNotifs.contains(entry.getKey()); in hasInflationError()