Home
last modified time | relevance | path

Searched refs:setCellBroadcastAlertSoundDuration (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java337 SubscriptionDatabaseManager::setCellBroadcastAlertSoundDuration),
1465 public void setCellBroadcastAlertSoundDuration(int subId, int alertSoundDuration) { in setCellBroadcastAlertSoundDuration() method in SubscriptionDatabaseManager
1468 SubscriptionInfoInternal.Builder::setCellBroadcastAlertSoundDuration); in setCellBroadcastAlertSoundDuration()
2309 .setCellBroadcastAlertSoundDuration(cursor.getInt(cursor.getColumnIndexOrThrow( in createSubscriptionInfoFromCursor()
DSubscriptionInfoInternal.java2316 public Builder setCellBroadcastAlertSoundDuration(int alertSoundDuration) { in setCellBroadcastAlertSoundDuration() method in SubscriptionInfoInternal.Builder
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java169 .setCellBroadcastAlertSoundDuration(4)
244 .setCellBroadcastAlertSoundDuration(0)
1075 () -> mDatabaseManagerUT.setCellBroadcastAlertSoundDuration(1, 1)); in testUpdateCellBroadcastAlertSoundDuration()
1078 mDatabaseManagerUT.setCellBroadcastAlertSoundDuration( in testUpdateCellBroadcastAlertSoundDuration()
1083 .setCellBroadcastAlertSoundDuration(0).build(); in testUpdateCellBroadcastAlertSoundDuration()
DSubscriptionInfoInternalTest.java65 .setCellBroadcastAlertSoundDuration(4)