OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ENABLE_ALERT_SPEECH
(Results
1 - 3
of
3
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java
107
CellBroadcastSettings.
KEY_ENABLE_ALERT_SPEECH
;
CellBroadcastSettings.java
57
public static final String
KEY_ENABLE_ALERT_SPEECH
= "enable_alert_speech";
162
findPreference(
KEY_ENABLE_ALERT_SPEECH
);
CellBroadcastAlertService.java
391
if (prefs.getBoolean(CellBroadcastSettings.
KEY_ENABLE_ALERT_SPEECH
, true)) {
Completed in 69 milliseconds