Searched refs:ACTION_TOGGLE_CHANGED (Results 1 – 8 of 8) sorted by relevance
106 Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED); in onReceive_toggleChanged()138 Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED); in toggleUpdate_synchronously_notifyChange_should_be_called()172 Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED); in toggleUpdate_asynchronously_notifyChange_should_not_be_called()251 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED); in toggleOnReceive_noExtra_illegalStateException()257 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED) in toggleOnReceive_emptyKey_throwsIllegalStateException()283 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED); in toggleUpdate_unavailableUriNotified()
24 import static com.android.settings.slices.SettingsSliceProvider.ACTION_TOGGLE_CHANGED;73 case ACTION_TOGGLE_CHANGED: in onReceive()
95 public static final String ACTION_TOGGLE_CHANGED = field in SettingsSliceProvider
367 SettingsSliceProvider.ACTION_TOGGLE_CHANGED, sliceData); in getToggleAction()
24 import static com.android.car.developeroptions.slices.SettingsSliceProvider.ACTION_TOGGLE_CHANGED;73 case ACTION_TOGGLE_CHANGED: in onReceive()
91 public static final String ACTION_TOGGLE_CHANGED = field in SettingsSliceProvider
373 SettingsSliceProvider.ACTION_TOGGLE_CHANGED, sliceData); in getToggleAction()
118 SettingsSliceProvider.ACTION_TOGGLE_CHANGED, sliceData)); in testSettingsToggleSlice()