Searched refs:mLimitedSimFunctionNotify (Results 1 – 1 of 1) sorted by relevance
137 private Set<Integer> mLimitedSimFunctionNotify = new HashSet<>(); field in NotificationMgr694 if (mLimitedSimFunctionNotify.contains(subId)) { in showLimitedSimFunctionWarningNotification()735 mLimitedSimFunctionNotify.add(subId); in showLimitedSimFunctionWarningNotification()745 for (int id : mLimitedSimFunctionNotify) { in dismissLimitedSimFunctionWarningNotification()749 mLimitedSimFunctionNotify.clear(); in dismissLimitedSimFunctionWarningNotification()750 } else if (mLimitedSimFunctionNotify.contains(subId)) { in dismissLimitedSimFunctionWarningNotification()753 mLimitedSimFunctionNotify.remove(subId); in dismissLimitedSimFunctionWarningNotification()765 mLimitedSimFunctionNotify.removeIf(id -> { in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()