Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java561 …public static final int CS_DISABLED = 1004; // Access Control enables all voice/sms serv… field in ServiceStateTracker
4386 setNotification(CS_DISABLED); in onRestrictedStateChanged()
4398 setNotification(CS_DISABLED); in onRestrictedStateChanged()
4410 setNotification(CS_DISABLED); in onRestrictedStateChanged()
4657 case CS_DISABLED: in setNotification()
4700 if (notifyType == PS_DISABLED || notifyType == CS_DISABLED in setNotification()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java1566 ServiceStateTracker.CS_DISABLED}; in testOnRestrictedStateChanged()
1685 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsNotifications()
1717 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsNormalNotifications()
1750 sst.setNotification(ServiceStateTracker.CS_DISABLED); in testSetCsEmergencyNotifications()