Home
last modified time | relevance | path

Searched refs:newTitle (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSlicesIndexerTest.java80 String newTitle = "newTitle"; in testAlreadyIndexed_doesNotIndexAgain() local
82 insertSpecialCase(newKey, newTitle); in testAlreadyIndexed_doesNotIndexAgain()
93 .isEqualTo(newTitle); in testAlreadyIndexed_doesNotIndexAgain()
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIcon.java141 CharSequence newTitle = getInfo().generateTitle(getContext()); in updateTitleAndTextView() local
142 mAppPairName.setText(newTitle); in updateTitleAndTextView()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java400 String newTitle = mFolderName.getText().toString(); in onBackKey() local
402 Log.d(TAG, "onBackKey newTitle=" + newTitle); in onBackKey()
404 mInfo.setTitle(newTitle, mLauncherDelegate.getModelWriter()); in onBackKey()
405 mFolderIcon.onTitleChanged(newTitle); in onBackKey()
416 getContext().getString(R.string.folder_renamed, newTitle)); in onBackKey()
DFolderIcon.java456 CharSequence newTitle = nameInfos.getLabels()[0]; in setLabelSuggestion() local
459 mInfo.setTitle(newTitle, mFolder.mLauncherDelegate.getModelWriter()); in setLabelSuggestion()
471 .withEditText(newTitle.toString()) in setLabelSuggestion()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java684 String newTitle = mState.stack.getTitle(); in refreshCurrentRootAndDirectory() local
685 if (newTitle != null) { in refreshCurrentRootAndDirectory()
687 setTitle(newTitle); in refreshCurrentRootAndDirectory()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java1683 String newTitle = (String) stateFields.get(PlayerStateField.TRACK_TITLE); in updatePlayerState() local
1685 if (getTrackTitleChar().compareTo(newTitle) != 0) { in updatePlayerState()