Searched refs:mLimitedSimFunctionNotify (Results 1 – 1 of 1) sorted by relevance
139 private Set<Integer> mLimitedSimFunctionNotify = new HashSet<>(); field in NotificationMgr700 if (mLimitedSimFunctionNotify.contains(subId)) { in showLimitedSimFunctionWarningNotification()741 mLimitedSimFunctionNotify.add(subId); in showLimitedSimFunctionWarningNotification()751 for (int id : mLimitedSimFunctionNotify) { in dismissLimitedSimFunctionWarningNotification()755 mLimitedSimFunctionNotify.clear(); in dismissLimitedSimFunctionWarningNotification()756 } else if (mLimitedSimFunctionNotify.contains(subId)) { in dismissLimitedSimFunctionWarningNotification()759 mLimitedSimFunctionNotify.remove(subId); in dismissLimitedSimFunctionWarningNotification()771 mLimitedSimFunctionNotify.removeIf(id -> { in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()