Searched refs:mMwiVisible (Results 1 – 1 of 1) sorted by relevance
104 private ArrayMap<Integer, Boolean> mMwiVisible = new ArrayMap<Integer, Boolean>(); field in NotificationMgr167 if (mMwiVisible.keySet().size() == 1) { in refreshMwi()168 Set<Integer> keySet = mMwiVisible.keySet(); in refreshMwi()176 if (mMwiVisible.containsKey(subId)) { in refreshMwi()177 boolean mwiVisible = mMwiVisible.get(subId); in refreshMwi()219 mMwiVisible.put(subId, visible); in updateMwi()