Home
last modified time | relevance | path

Searched refs:newName (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DZenRuleNameDialog.java54 final String newName = trimmedText(); in ZenRuleNameDialog()
55 if (TextUtils.isEmpty(newName)) { in ZenRuleNameDialog()
59 && mOriginalRuleName.equals(newName)) { in ZenRuleNameDialog()
62 onOk(newName); in ZenRuleNameDialog()
/packages/apps/Settings/src/com/android/settings/
DActiveNetworkScorerDialog.java93 CharSequence newName = newScorer.mScorerName; in buildDialog() local
97 p.mMessage = getString(R.string.network_scorer_change_active_dialog_text, newName, in buildDialog()
101 newName); in buildDialog()
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
DOneTimeInitializerService.java131 final ComponentName newName = new ComponentName("com.android.dialer", in updateDialtactsLauncher() local
133 intent.setComponent(newName); in updateDialtactsLauncher()
140 Log.i(TAG, "Updated " + componentName + " to " + newName); in updateDialtactsLauncher()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java309 String newName = testChannelInfo.name + "_test"; in testChannelListChanged() local
310 mContentProvider.simulateUpdate(testChannelId, newName); in testChannelListChanged()
320 assertEquals(newName, updatedChannel.getDisplayName()); in testChannelListChanged()
335 assertEquals(newName, removedChannel.getDisplayName()); in testChannelListChanged()
489 public void simulateUpdate(long channelId, String newName) { in simulateUpdate() argument
492 builder.setName(newName); in simulateUpdate()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintSettings.java551 private void renameFingerPrint(int fingerId, String newName) { in renameFingerPrint() argument
552 mFingerprintManager.rename(fingerId, mUserId, newName); in renameFingerPrint()
588 final String newName = in onCreateDialog()
591 if (!newName.equals(name)) { in onCreateDialog()
593 Log.v(TAG, "rename " + name + " to " + newName); in onCreateDialog()
602 newName); in onCreateDialog()
/packages/apps/Messaging/src/com/android/messaging/util/
DFileUtil.java44 final String newName = String.format(Locale.US, numberedFileNameFormat, i); in getNewFile() local
45 File testFile = new File(directory, newName); in getNewFile()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
DUserPresetsAdapter.java165 String newName = editText.getText().toString(); in updateActionFromEditText() local
166 if (newName.length() > 0) { in updateActionFromEditText()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java656 final ValuesDelta newName = RawContactModifier.ensureKindExists(entityDelta, in addEditableRawContact() local
660 newName.copyStructuredNameFieldsFrom(readOnlyName); in addEditableRawContact()
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt39626 01-13 23:17:37.225 1265 1265 V WiredAccessoryManager: newName=h2w newState=0 headsetState=0 prev …