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()
97 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice() method in BluetoothDevicesService.LocalBinder98 BluetoothDevicesService.this.renameDevice(device, newName); in renameDevice()223 private void renameDevice(BluetoothDevice device, String newName) { in renameDevice() method in BluetoothDevicesService
42 void renameDevice(BluetoothDevice device, String newName); in renameDevice() method
235 private void renameDevice(String deviceName) { in renameDevice() method in BluetoothAccessoryFragment360 fragment.renameDevice(action.getTitle().toString()); in onGuidedActionEditedAndProceed()
124 provider.renameDevice(mDevice, text); in onText()