Home
last modified time | relevance | path

Searched refs:selectText (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAddAssociatedDeviceFragment.java69 String selectText = getString(R.string.associated_device_select_device, deviceName); in setDeviceNameForAssociation() local
70 Spanned styledSelectText = Html.fromHtml(selectText, Html.FROM_HTML_MODE_LEGACY); in setDeviceNameForAssociation()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DTableView.java84 new HeaderTextSelector(view, this::selectText)); in putTitle()
88 private void selectText(Spannable text, int start, int stop) { in selectText() method in TableView