Searched refs:BluetoothDevicesService (Results 1 – 5 of 5) sorted by relevance
46 public class BluetoothDevicesService extends Service { class59 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()
46 private BluetoothDevicesService.LocalBinder mBtDeviceServiceBinder;52 mBtDeviceServiceBinder = (BluetoothDevicesService.LocalBinder) service;
76 private BluetoothDevicesService.LocalBinder mBtDeviceServiceBinder;90 mBtDeviceServiceBinder = (BluetoothDevicesService.LocalBinder) service;214 BluetoothDevice device = BluetoothDevicesService.findDevice(deviceAddr); in createBluetoothDeviceSlice()
51 return BluetoothDevicesService.class; in getBluetoothDeviceServiceClass()
24 import com.android.tv.settings.accessories.BluetoothDevicesService;45 Intent mainIntent = new Intent(context, BluetoothDevicesService.class); in onReceive()