Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java456 …public static final int CS_EMERGENCY_ENABLED = 1006; // Access Control blocks emergency call serv… field in ServiceStateTracker
3438 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()
3465 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()
3473 setNotification(CS_EMERGENCY_ENABLED); in onRestrictedStateChanged()
3906 || notifyType == CS_EMERGENCY_ENABLED)) { in setNotification()
3940 case CS_EMERGENCY_ENABLED: in setNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java927 ServiceStateTracker.CS_EMERGENCY_ENABLED}; in testOnRestrictedStateChanged()