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.java139 private Set<Integer> mLimitedSimFunctionNotify = new HashSet<>(); field in NotificationMgr
700 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()