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.java407 …public static final int CS_NORMAL_ENABLED = 1005; // Access Control blocks normal voice/sms se… field in ServiceStateTracker
3418 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3430 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3453 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
3608 || notifyType == CS_NORMAL_ENABLED in setNotification()
3650 case CS_NORMAL_ENABLED: in setNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1166 ServiceStateTracker.CS_NORMAL_ENABLED}; in testOnRestrictedStateChanged()
1296 sst.setNotification(ServiceStateTracker.CS_NORMAL_ENABLED); in testSetCsNormalNotifications()