Searched refs:newName (Results 1 – 5 of 5) sorted by relevance
157 final String newName = action.getTitle() != null ? action.getTitle().toString() : ""; in onGuidedActionEditedAndProceed() local163 if (!TextUtils.equals(existingName, newName) && !TextUtils.isEmpty(newName)) { in onGuidedActionEditedAndProceed()
120 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice() argument123 provider.renameDevice(device, newName); in renameDevice()
52 void renameDevice(BluetoothDevice device, String newName); in renameDevice() argument
124 public void renameDevice(BluetoothDevice device, String newName) {126 super.renameDevice(device, newName);
372 private void renameDevice(BluetoothDevice device, String newName) { in renameDevice() argument374 device.setAlias(newName); in renameDevice()830 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice() argument831 BluetoothDeviceService.this.renameDevice(device, newName); in renameDevice()