Searched refs:mMwiVisible (Results 1 – 1 of 1) sorted by relevance
122 private ArrayMap<Integer, Boolean> mMwiVisible = new ArrayMap<Integer, Boolean>(); field in NotificationMgr202 if (mMwiVisible.keySet().size() == 1) { in refreshMwi()203 Set<Integer> keySet = mMwiVisible.keySet(); in refreshMwi()211 if (mMwiVisible.containsKey(subId)) { in refreshMwi()212 boolean mwiVisible = mMwiVisible.get(subId); in refreshMwi()267 mMwiVisible.put(subId, visible); in updateMwi()