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.java536 …public static final int CS_NORMAL_ENABLED = 1005; // Access Control blocks normal voice/sms se… field in ServiceStateTracker
4328 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4340 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4363 setNotification(CS_NORMAL_ENABLED); in onRestrictedStateChanged()
4534 || notifyType == CS_NORMAL_ENABLED in setNotification()
4576 case CS_NORMAL_ENABLED: in setNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1568 ServiceStateTracker.CS_NORMAL_ENABLED}; in testOnRestrictedStateChanged()
1716 sst.setNotification(ServiceStateTracker.CS_NORMAL_ENABLED); in testSetCsNormalNotifications()