Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java91 + Telephony.SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL + " INTEGER DEFAULT 0," in getStringForSimInfoTableCreation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java166 SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL,
339 SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL,
1480 writeDatabaseAndCacheHelper(subId, SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL, in setCellBroadcastAlertReminderInterval()
2312 SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL))) in createSubscriptionInfoFromCursor()
DSubscriptionManagerService.java172 SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL,
/frameworks/base/core/java/android/provider/
DTelephony.java4654 public static final String COLUMN_CB_ALERT_REMINDER_INTERVAL = "alert_reminder_interval"; field in Telephony.SimInfo
5008 COLUMN_CB_ALERT_REMINDER_INTERVAL,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java1112 1, SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL)) in testUpdateCellBroadcastAlertReminderInterval()
1114 mDatabaseManagerUT.setSubscriptionProperty(1, SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL, 1); in testUpdateCellBroadcastAlertReminderInterval()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java870 SimInfo.COLUMN_CB_ALERT_REMINDER_INTERVAL;