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.java529 …public static final int CS_NORMAL_ENABLED = 1005; // Access Control blocks normal voice/sms se… field in ServiceStateTracker
4043 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4055 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4078 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4244 || notifyType == CS_NORMAL_ENABLED in setNotification()
4286 case CS_NORMAL_ENABLED: in setNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1512 ServiceStateTracker.CS_NORMAL_ENABLED}; in testOnRestrictedStateChanged()
1658 sst.setNotification(ServiceStateTracker.CS_NORMAL_ENABLED); in testSetCsNormalNotifications()