Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java560 …public static final int CS_ENABLED = 1003; // Access Control blocks all voice/sms servi… field in ServiceStateTracker
4401 setNotification(CS_ENABLED); in onRestrictedStateChanged()
4413 setNotification(CS_ENABLED); in onRestrictedStateChanged()
4421 setNotification(CS_ENABLED); in onRestrictedStateChanged()
4598 if (disableVoiceBarringNotification && (notifyType == CS_ENABLED in setNotification()
4633 case CS_ENABLED: in setNotification()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java1560 ServiceStateTracker.CS_ENABLED}; in testOnRestrictedStateChanged()
1676 sst.setNotification(ServiceStateTracker.CS_ENABLED); in testSetCsNotifications()