Home
last modified time | relevance | path

Searched refs:mLimitedSimFunctionNotify (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java126 private Set<Integer> mLimitedSimFunctionNotify = new HashSet<>(); field in NotificationMgr
668 if (mLimitedSimFunctionNotify.contains(subId)) { in showLimitedSimFunctionWarningNotification()
709 mLimitedSimFunctionNotify.add(subId); in showLimitedSimFunctionWarningNotification()
719 for (int id : mLimitedSimFunctionNotify) { in dismissLimitedSimFunctionWarningNotification()
723 mLimitedSimFunctionNotify.clear(); in dismissLimitedSimFunctionWarningNotification()
724 } else if (mLimitedSimFunctionNotify.contains(subId)) { in dismissLimitedSimFunctionWarningNotification()
727 mLimitedSimFunctionNotify.remove(subId); in dismissLimitedSimFunctionWarningNotification()
739 mLimitedSimFunctionNotify.removeIf(id -> { in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()