Searched refs:mMwiVisible (Results 1 – 1 of 1) sorted by relevance
129 private ArrayMap<Integer, Boolean> mMwiVisible = new ArrayMap<Integer, Boolean>(); field in NotificationMgr207 if (mMwiVisible.keySet().size() == 1) { in refreshMwi()208 Set<Integer> keySet = mMwiVisible.keySet(); in refreshMwi()216 if (mMwiVisible.containsKey(subId)) { in refreshMwi()217 boolean mwiVisible = mMwiVisible.get(subId); in refreshMwi()272 mMwiVisible.put(subId, visible); in updateMwi()