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/ |
D | CellBroadcastAlertServiceTest.java | 640 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 …]
|
D | CellBroadcastConfigServiceTest.java | 1022 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 …]
|
D | CellBroadcastBootupConfigTest.java | 152 CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, in testConfiguration()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSettings.java | 84 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()
|
D | CellBroadcastSearchIndexableProvider.java | 256 CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES; in queryNonIndexableKeys()
|
D | CellBroadcastConfigService.java | 327 : prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, true)); in getCellBroadcastChannelsConfig()
|
D | CellBroadcastAlertService.java | 640 subId, CellBroadcastSettings.KEY_ENABLE_PUBLIC_SAFETY_MESSAGES, in isChannelEnabled()
|