Home
last modified time | relevance | path

Searched refs:KEY_ENABLE_PUBLIC_SAFETY_MESSAGES (Results 1 – 7 of 7) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertServiceTest.java640 disablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
644 enablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
650 disablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
654 enablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
663 disablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
667 enablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
673 disablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
677 enablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
689 disablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
693 enablePreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in testShouldDisplayMessageWithMasterToggleState()
[all …]
DCellBroadcastConfigServiceTest.java1022 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true); in testEnableCellBroadcastWithMasterToggleState()
1030 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, false); in testEnableCellBroadcastWithMasterToggleState()
1041 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true); in testEnableCellBroadcastWithMasterToggleState()
1049 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, false); in testEnableCellBroadcastWithMasterToggleState()
1064 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true); in testEnableCellBroadcastWithMasterToggleState()
1072 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, false); in testEnableCellBroadcastWithMasterToggleState()
1083 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true); in testEnableCellBroadcastWithMasterToggleState()
1091 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, false); in testEnableCellBroadcastWithMasterToggleState()
1108 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true); in testEnableCellBroadcastWithMasterToggleState()
1116 setPreference(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, false); in testEnableCellBroadcastWithMasterToggleState()
[all …]
DCellBroadcastBootupConfigTest.java152 CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, in testConfiguration()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java84 public static final String KEY_ENABLE_PUBLIC_SAFETY_MESSAGES = "enable_public_safety_messages"; field in CellBroadcastSettings
255 .remove(KEY_ENABLE_PUBLIC_SAFETY_MESSAGES) in resetAllPreferences()
358 findPreference(KEY_ENABLE_PUBLIC_SAFETY_MESSAGES); in initPreferences()
1035 case KEY_ENABLE_PUBLIC_SAFETY_MESSAGES: in getResourcesIdForDefaultPrefValue()
DCellBroadcastSearchIndexableProvider.java256 CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES; in queryNonIndexableKeys()
DCellBroadcastConfigService.java327 : prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true)); in getCellBroadcastChannelsConfig()
DCellBroadcastAlertService.java640 subId, CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, in isChannelEnabled()