Home
last modified time | relevance | path

Searched refs:CB_EMERGENCY_ALERT (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java87 + SubscriptionManager.CB_EMERGENCY_ALERT + " INTEGER DEFAULT 1," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java2573 case SubscriptionManager.CB_EMERGENCY_ALERT: in setSubscriptionPropertyIntoContentResolver()
2642 case SubscriptionManager.CB_EMERGENCY_ALERT: in getSubscriptionProperty()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java605 public static final String CB_EMERGENCY_ALERT = "enable_emergency_alerts"; field in SubscriptionManager