Searched refs:mMwiVisible (Results 1 – 1 of 1) sorted by relevance
136 private ArrayMap<Integer, Boolean> mMwiVisible = new ArrayMap<Integer, Boolean>(); field in NotificationMgr214 if (mMwiVisible.keySet().size() == 1) { in refreshMwi()215 Set<Integer> keySet = mMwiVisible.keySet(); in refreshMwi()223 if (mMwiVisible.containsKey(subId)) { in refreshMwi()224 boolean mwiVisible = mMwiVisible.get(subId); in refreshMwi()279 mMwiVisible.put(subId, visible); in updateMwi()