Searched refs:mLimitedSimFunctionNotify (Results 1 – 1 of 1) sorted by relevance
133 private Set<Integer> mLimitedSimFunctionNotify = new HashSet<>(); field in NotificationMgr683 if (mLimitedSimFunctionNotify.contains(subId)) { in showLimitedSimFunctionWarningNotification()724 mLimitedSimFunctionNotify.add(subId); in showLimitedSimFunctionWarningNotification()734 for (int id : mLimitedSimFunctionNotify) { in dismissLimitedSimFunctionWarningNotification()738 mLimitedSimFunctionNotify.clear(); in dismissLimitedSimFunctionWarningNotification()739 } else if (mLimitedSimFunctionNotify.contains(subId)) { in dismissLimitedSimFunctionWarningNotification()742 mLimitedSimFunctionNotify.remove(subId); in dismissLimitedSimFunctionWarningNotification()754 mLimitedSimFunctionNotify.removeIf(id -> { in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()