Searched refs:mLimitedSimFunctionNotify (Results 1 – 1 of 1) sorted by relevance
136 private Set<Integer> mLimitedSimFunctionNotify = new HashSet<>(); field in NotificationMgr684 if (mLimitedSimFunctionNotify.contains(subId)) { in showLimitedSimFunctionWarningNotification()725 mLimitedSimFunctionNotify.add(subId); in showLimitedSimFunctionWarningNotification()735 for (int id : mLimitedSimFunctionNotify) { in dismissLimitedSimFunctionWarningNotification()739 mLimitedSimFunctionNotify.clear(); in dismissLimitedSimFunctionWarningNotification()740 } else if (mLimitedSimFunctionNotify.contains(subId)) { in dismissLimitedSimFunctionWarningNotification()743 mLimitedSimFunctionNotify.remove(subId); in dismissLimitedSimFunctionWarningNotification()755 mLimitedSimFunctionNotify.removeIf(id -> { in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()