Searched refs:mErroredNotifs (Results 1 – 1 of 1) sorted by relevance
39 Set<String> mErroredNotifs = new ArraySet<>(); field in NotifInflationErrorManager51 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()