Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityShortcutsTutorial.java573 final SpannableString spannableInstruction = SpannableString.valueOf(message); in getSoftwareInstructionWithIcon() local
583 spannableInstruction.setSpan(imageSpan, indexIconStart, indexIconEnd, in getSoftwareInstructionWithIcon()
586 return spannableInstruction; in getSoftwareInstructionWithIcon()