Searched refs:mLimitedSimFunctionNotify (Results 1 – 1 of 1) sorted by relevance
126 private Set<Integer> mLimitedSimFunctionNotify = new HashSet<>(); field in NotificationMgr659 if (mLimitedSimFunctionNotify.contains(subId)) { in showLimitedSimFunctionWarningNotification()700 mLimitedSimFunctionNotify.add(subId); in showLimitedSimFunctionWarningNotification()710 for (int id : mLimitedSimFunctionNotify) { in dismissLimitedSimFunctionWarningNotification()714 mLimitedSimFunctionNotify.clear(); in dismissLimitedSimFunctionWarningNotification()715 } else if (mLimitedSimFunctionNotify.contains(subId)) { in dismissLimitedSimFunctionWarningNotification()718 mLimitedSimFunctionNotify.remove(subId); in dismissLimitedSimFunctionWarningNotification()730 mLimitedSimFunctionNotify.removeIf(id -> { in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()