Home | History | Annotate | Download | only in server

Lines Matching refs:getAddress

117                         String address = sinks[0].getAddress();
203 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
211 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
262 device.getAddress()));
287 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
300 return mBluetoothService.connectSink(device.getAddress());
326 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
343 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
363 return mBluetoothService.disconnectSink(device.getAddress());
368 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
392 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
409 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
446 Settings.Secure.getBluetoothA2dpSinkPriorityKey(device.getAddress()),
453 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) {
457 Settings.Secure.getBluetoothA2dpSinkPriorityKey(device.getAddress()), priority);