Searched refs:EXTRA_SETTING_NEW_VALUE (Results 1 – 6 of 6) sorted by relevance
77 String newValue = intent.getStringExtra(Intent.EXTRA_SETTING_NEW_VALUE); in SettingsObserver()
168 .putExtra(Intent.EXTRA_SETTING_NEW_VALUE, value) in restoreValue()
134 String newValue = intent.getStringExtra(Intent.EXTRA_SETTING_NEW_VALUE); in onReceive()
3199 public static final String EXTRA_SETTING_NEW_VALUE = "new_value"; field in Intent
574 Intent.EXTRA_SETTING_NEW_VALUE); in onReceive()
387 intent.getStringExtra(Intent.EXTRA_SETTING_NEW_VALUE)); in registerBroadcastReceivers()