/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | RenameDocumentUiTest.java | 29 private final String newName = "kitties.log"; field in RenameDocumentUiTest 148 String newName = "Dir123"; in testRenameDir() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDeviceProvider.java | 42 void renameDevice(BluetoothDevice device, String newName); in renameDevice()
|
D | BluetoothDevicesService.java | 97 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice() 223 private void renameDevice(BluetoothDevice device, String newName) { in renameDevice()
|
D | LocalBluetoothDeviceProvider.java | 51 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice()
|
D | BluetoothActionFragment.java | 148 final String newName = action.getTitle() != null ? action.getTitle().toString() : ""; in onGuidedActionEditedAndProceed() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | NetworkNamePreferenceController.java | 65 private void notifyNameChange(String newName) { in notifyNameChange()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | ProfileUpdateReceiver.java | 55 final String newName = Utils.getMeProfileName(context, false /* partial name */); in copyProfileName() local
|
/packages/apps/Settings/src/com/android/settings/notification/zen/ |
D | ZenRuleNameDialog.java | 52 void onOk(String newName, Fragment parent); in onOk()
|
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/ |
D | OneTimeInitializer.java | 122 final ComponentName newName = new ComponentName("com.android.dialer", in updateDialtactsLauncher() local
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | MobileDataDialogFragment.java | 103 final String newName = (currentSubInfo == null) in onCreateDialog() local
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | FileUtil.java | 43 final String newName = String.format(Locale.US, numberedFileNameFormat, i); in getNewFile() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/ |
D | UserPresetsAdapter.java | 165 String newName = editText.getText().toString(); in updateActionFromEditText() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/network/ |
D | MobileDataTogglePreferenceController.java | 197 String newName = (newSubInfo == null) in getConfirmMultisimEnableDialog() local
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarMultiUserTestBase.java | 240 StringBuilder newName = new StringBuilder(NEW_USER_NAME_PREFIX).append(getTestName()); in getNewUserName() local
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelDataManagerTest.java | 338 String newName = testChannelInfo.name + "_test"; in testChannelListChanged() local 541 public void simulateUpdate(long channelId, String newName) { in simulateUpdate()
|
/packages/services/Telephony/src/com/android/phone/ |
D | SimPhonebookProvider.java | 475 String newName = Strings.nullToEmpty(values.getAsString(SimRecords.NAME)); in insertSimRecord() local 581 String newName = Strings.nullToEmpty(values.getAsString(SimRecords.NAME)); in updateSimRecordsItem() local 666 String newName, String newPhone) { in updateRecord()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 548 final String newName = new String(val); in devicePropertyChangedCallback() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 210 String newName = initGrid(context, gridName); in InvariantDeviceProfile() local
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintSettings.java | 711 private void renameFingerPrint(int fingerId, String newName) { in renameFingerPrint()
|