OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_SHOW_CMAS_OPT_OUT_DIALOG
(Results
1 - 2
of
2
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java
439
if (prefs.getBoolean(CellBroadcastSettings.
KEY_SHOW_CMAS_OPT_OUT_DIALOG
, true)) {
441
prefs.edit().putBoolean(CellBroadcastSettings.
KEY_SHOW_CMAS_OPT_OUT_DIALOG
, false)
CellBroadcastSettings.java
85
public static final String
KEY_SHOW_CMAS_OPT_OUT_DIALOG
= "show_cmas_opt_out_dialog";
Completed in 3548 milliseconds