Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java445 …public static final int CS_NORMAL_ENABLED = 1005; // Access Control blocks normal voice/sms se… field in ServiceStateTracker
3347 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3359 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3382 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3799 || notifyType == CS_NORMAL_ENABLED in setNotification()
3830 case CS_NORMAL_ENABLED: in setNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java918 ServiceStateTracker.CS_NORMAL_ENABLED}; in testOnRestrictedStateChanged()