Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java85 + SubscriptionManager.CB_SEVERE_THREAT_ALERT + " INTEGER DEFAULT 1," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java2571 case SubscriptionManager.CB_SEVERE_THREAT_ALERT: in setSubscriptionPropertyIntoContentResolver()
2640 case SubscriptionManager.CB_SEVERE_THREAT_ALERT: in getSubscriptionProperty()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java593 public static final String CB_SEVERE_THREAT_ALERT = "enable_cmas_severe_threat_alerts"; field in SubscriptionManager