Home
last modified time | relevance | path

Searched refs:BluetoothActionActivity (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DConnectedDevicesSliceProvider.java310 i = new Intent(context, BluetoothActionActivity.class); in createBluetoothDeviceSlice()
356 i = new Intent(context, BluetoothActionActivity.class); in createBluetoothDeviceSlice()
377 i = new Intent(context, BluetoothActionActivity.class); in createBluetoothDeviceSlice()
415 bluetoothToggleIntent = new Intent(getContext(), BluetoothActionActivity.class); in updateBluetoothToggle()
DBluetoothActionActivity.java42 public class BluetoothActionActivity extends Activity implements BluetoothActionFragment.Listener { class