Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java65 public static final String KEY_ENABLE_ALERT_SPEECH = "enable_alert_speech"; field in CellBroadcastSettings
203 findPreference(KEY_ENABLE_ALERT_SPEECH); in onCreatePreferences()
DCellBroadcastSearchIndexableProvider.java152 CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH; in queryNonIndexableKeys()
DCellBroadcastAlertService.java624 if (prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_SPEECH, true)) { in openEmergencyAlertNotification()