Home
last modified time | relevance | path

Searched refs:BluetoothDevicesService (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicesService.java46 public class BluetoothDevicesService extends Service { class
59 return BluetoothDevicesService.this.getDevices(); in getDevices()
83 BluetoothDevicesService.this.connectDevice(device); in connectDevice()
88 BluetoothDevicesService.this.disconnectDevice(device); in disconnectDevice()
93 BluetoothDevicesService.this.forgetDevice(device); in forgetDevice()
98 BluetoothDevicesService.this.renameDevice(device, newName); in renameDevice()
237 Toast.makeText(BluetoothDevicesService.this.getApplicationContext(), in onA2dpConnectionStateChanged()
243 Toast.makeText(BluetoothDevicesService.this.getApplicationContext(), in onA2dpConnectionStateChanged()
DBluetoothActionActivity.java46 private BluetoothDevicesService.LocalBinder mBtDeviceServiceBinder;
52 mBtDeviceServiceBinder = (BluetoothDevicesService.LocalBinder) service;
DConnectedDevicesSliceProvider.java76 private BluetoothDevicesService.LocalBinder mBtDeviceServiceBinder;
90 mBtDeviceServiceBinder = (BluetoothDevicesService.LocalBinder) service;
214 BluetoothDevice device = BluetoothDevicesService.findDevice(deviceAddr); in createBluetoothDeviceSlice()
DAccessoryUtils.java51 return BluetoothDevicesService.class; in getBluetoothDeviceServiceClass()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DBootReceiver.java24 import com.android.tv.settings.accessories.BluetoothDevicesService;
45 Intent mainIntent = new Intent(context, BluetoothDevicesService.class); in onReceive()