Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java99 public static final String KEY_ENABLE_ALERT_SPEECH = "enable_alert_speech"; field in CellBroadcastSettings
259 .remove(KEY_ENABLE_ALERT_SPEECH) in resetAllPreferences()
366 findPreference(KEY_ENABLE_ALERT_SPEECH); in initPreferences()
1115 case KEY_ENABLE_ALERT_SPEECH: in getResourcesIdForDefaultPrefValue()
DCellBroadcastSearchIndexableProvider.java279 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH; in queryNonIndexableKeys()
DCellBroadcastConfigService.java721 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, true); in isSpeechAlertMessageEnabled()
DCellBroadcastAlertService.java770 || prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, in openEmergencyAlertNotification()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastConfigServiceTest.java1599 setPreference(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, true); in testResetCellBroadcastSettingsAsNeeded()
1643 setPreference(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, in testResetCellBroadcastSettingsAsNeeded()
1657 setPreference(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, in testResetCellBroadcastSettingsAsNeeded()
DCellBroadcastSettingsTest.java208 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH); in testHasAnyPreferenceChanged()