Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManager.java346 SubscriptionDatabaseManager::setCellBroadcastAlertSpeechEnabled),
1508 public void setCellBroadcastAlertSpeechEnabled(int subId, int isAlertSpeechEnabled) { in setCellBroadcastAlertSpeechEnabled() method in SubscriptionDatabaseManager
1510 SubscriptionInfoInternal.Builder::setCellBroadcastAlertSpeechEnabled); in setCellBroadcastAlertSpeechEnabled()
2315 .setCellBroadcastAlertSpeechEnabled(cursor.getInt(cursor.getColumnIndexOrThrow( in createSubscriptionInfoFromCursor()
DSubscriptionInfoInternal.java2356 public Builder setCellBroadcastAlertSpeechEnabled(int isAlertSpeechEnabled) { in setCellBroadcastAlertSpeechEnabled() method in SubscriptionInfoInternal.Builder
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionDatabaseManagerTest.java172 .setCellBroadcastAlertSpeechEnabled(1)
247 .setCellBroadcastAlertSpeechEnabled(0)
1147 () -> mDatabaseManagerUT.setCellBroadcastAlertSpeechEnabled(1, 1)); in testUpdateCellBroadcastAlertSpeechEnabled()
1150 mDatabaseManagerUT.setCellBroadcastAlertSpeechEnabled( in testUpdateCellBroadcastAlertSpeechEnabled()
1155 .setCellBroadcastAlertSpeechEnabled(0).build(); in testUpdateCellBroadcastAlertSpeechEnabled()
DSubscriptionInfoInternalTest.java68 .setCellBroadcastAlertSpeechEnabled(1)