Home
last modified time | relevance | path

Searched refs:COLUMN_CB_EMERGENCY_ALERT (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java89 + Telephony.SimInfo.COLUMN_CB_EMERGENCY_ALERT + " INTEGER DEFAULT 1," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java160 SimInfo.COLUMN_CB_EMERGENCY_ALERT,
333 SimInfo.COLUMN_CB_EMERGENCY_ALERT,
1452 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_CB_EMERGENCY_ALERT, in setCellBroadcastEmergencyAlertEnabled()
2308 SimInfo.COLUMN_CB_EMERGENCY_ALERT))) in createSubscriptionInfoFromCursor()
DSubscriptionManagerService.java170 SimInfo.COLUMN_CB_EMERGENCY_ALERT,
/frameworks/base/core/java/android/provider/
DTelephony.java4648 public static final String COLUMN_CB_EMERGENCY_ALERT = "enable_emergency_alerts"; field in Telephony.SimInfo
5006 COLUMN_CB_EMERGENCY_ALERT,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java1064 1, SimInfo.COLUMN_CB_EMERGENCY_ALERT)) in testUpdateCellBroadcastEmergencyAlertEnabled()
1066 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_CB_EMERGENCY_ALERT, 1); in testUpdateCellBroadcastEmergencyAlertEnabled()