Home
last modified time | relevance | path

Searched refs:KEY_ENABLE_ALERT_SPEECH (Results 1 – 5 of 5) 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()
1041 case KEY_ENABLE_ALERT_SPEECH: in getResourcesIdForDefaultPrefValue()
DCellBroadcastSearchIndexableProvider.java200 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH; in queryNonIndexableKeys()
DCellBroadcastConfigService.java704 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, true); in isSpeechAlertMessageEnabled()
DCellBroadcastAlertService.java742 || prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, in openEmergencyAlertNotification()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastConfigServiceTest.java1426 setPreference(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, true); in testResetCellBroadcastSettingsAsNeeded()
1470 setPreference(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, in testResetCellBroadcastSettingsAsNeeded()
1484 setPreference(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, in testResetCellBroadcastSettingsAsNeeded()