Searched refs:mMwiVisible (Results 1 – 1 of 1) sorted by relevance
142 private ArrayMap<Integer, Boolean> mMwiVisible = new ArrayMap<Integer, Boolean>(); field in NotificationMgr225 if (mMwiVisible.keySet().size() == 1) { in refreshMwi()226 Set<Integer> keySet = mMwiVisible.keySet(); in refreshMwi()234 if (mMwiVisible.containsKey(subId)) { in refreshMwi()235 boolean mwiVisible = mMwiVisible.get(subId); in refreshMwi()290 mMwiVisible.put(subId, visible); in updateMwi()