Home
last modified time | relevance | path

Searched refs:KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastSettingsTest.java158 .putBoolean(CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE, true) in testResetAllPreferences()
162 .getBoolean(CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE, in testResetAllPreferences()
175 .getBoolean(CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE, true)); in testResetAllPreferences()
DCellBroadcastAlertServiceTest.java399 enablePreference(CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE); in testShowNewAlertChildAbduction()
742 enablePreference(CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE); in testFilterLanguage()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java161 public static final String KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE = field in CellBroadcastSettings
266 .remove(KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE) in resetAllPreferences()
381 (KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE); in initPreferences()
DCellBroadcastSearchIndexableProvider.java278 CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE; in queryNonIndexableKeys()
DCellBroadcastAlertService.java310 CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE, false); in shouldDisplayMessage()