Searched refs:renameDevice (Results 1 – 5 of 5) sorted by relevance
51 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice() method in LocalBluetoothDeviceProvider54 provider.renameDevice(device, newName); in renameDevice()
98 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice() method in BluetoothDevicesService.LocalBinder99 BluetoothDevicesService.this.renameDevice(device, newName); in renameDevice()238 private void renameDevice(BluetoothDevice device, String newName) { in renameDevice() method in BluetoothDevicesService
42 void renameDevice(BluetoothDevice device, String newName); in renameDevice() method
124 provider.renameDevice(mDevice, text); in onText()
236 private void renameDevice(String deviceName) { in renameDevice() method in BluetoothAccessoryFragment361 fragment.renameDevice(action.getTitle().toString()); in onGuidedActionEditedAndProceed()