Home
last modified time | relevance | path

Searched refs:COLUMN_CB_ALERT_VIBRATE (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java92 + Telephony.SimInfo.COLUMN_CB_ALERT_VIBRATE + " INTEGER DEFAULT 1," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java169 SimInfo.COLUMN_CB_ALERT_VIBRATE,
342 SimInfo.COLUMN_CB_ALERT_VIBRATE,
1495 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_CB_ALERT_VIBRATE, isAlertVibrationEnabled, in setCellBroadcastAlertVibrationEnabled()
2314 SimInfo.COLUMN_CB_ALERT_VIBRATE))) in createSubscriptionInfoFromCursor()
DSubscriptionManagerService.java173 SimInfo.COLUMN_CB_ALERT_VIBRATE,
/frameworks/base/core/java/android/provider/
DTelephony.java4657 public static final String COLUMN_CB_ALERT_VIBRATE = "enable_alert_vibrate"; field in Telephony.SimInfo
5009 COLUMN_CB_ALERT_VIBRATE,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java1136 1, SimInfo.COLUMN_CB_ALERT_VIBRATE)) in testUpdateCellBroadcastAlertVibrationEnabled()
1138 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_CB_ALERT_VIBRATE, 1); in testUpdateCellBroadcastAlertVibrationEnabled()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java876 public static final String CB_ALERT_VIBRATE = SimInfo.COLUMN_CB_ALERT_VIBRATE;