Searched refs:ACTION_TOGGLE_CHANGED (Results 1 – 7 of 7) sorted by relevance
96 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED) in onReceive_toggleChanged()132 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED) in toggleUpdate_synchronously_notifyChange_should_be_called()158 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED) in toggleUpdate_asynchronously_notifyChange_should_not_be_called()236 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED); in toggleOnReceive_noExtra_illegalStateException()243 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED) in toggleOnReceive_emptyKey_throwsIllegalStateException()271 final Intent intent = new Intent(SettingsSliceProvider.ACTION_TOGGLE_CHANGED) in toggleUpdate_unavailableUriNotified()
49 static final String ACTION_TOGGLE_CHANGED = field in ConnectedDevicesSliceBroadcastReceiver62 if (ACTION_TOGGLE_CHANGED.equals(action)) { in onReceive()
26 …c com.android.tv.settings.accessories.ConnectedDevicesSliceBroadcastReceiver.ACTION_TOGGLE_CHANGED;275 Intent intent = new Intent(ACTION_TOGGLE_CHANGED); in createBluetoothDeviceSlice()429 bluetoothToggleIntent = new Intent(ACTION_TOGGLE_CHANGED); in updateBluetoothToggle()675 Intent intent = new Intent(ACTION_TOGGLE_CHANGED); in createFindMyRemoteSlice()
23 import static com.android.settings.slices.SettingsSliceProvider.ACTION_TOGGLE_CHANGED;68 case ACTION_TOGGLE_CHANGED: in onReceive()
103 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()