Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/wifi/preferences/
DWifiWakeupTogglePreferenceController.java121 String highlightedWord = "link"; in getNoLocationSummary() local
126 int startIndex = locationText.toString().indexOf(highlightedWord); in getNoLocationSummary()
131 msg.setSpan(new URLSpan((String) null), startIndex, startIndex + highlightedWord.length(), in getNoLocationSummary()