Searched refs:indexIconStart (Results 1 – 2 of 2) sorted by relevance
203 final int indexIconStart = messageString.indexOf("%s"); in getMessageStringWithIcon() local204 final int indexIconEnd = indexIconStart + 2; in getMessageStringWithIcon()210 imageSpan, indexIconStart, indexIconEnd, in getMessageStringWithIcon()402 final int indexIconStart = message.indexOf("%s"); in getSoftwareInstructionWithIcon() local403 final int indexIconEnd = indexIconStart + 2; in getSoftwareInstructionWithIcon()411 spannableInstruction.setSpan(imageSpan, indexIconStart, indexIconEnd, in getSoftwareInstructionWithIcon()
436 final int indexIconStart = summary.indexOf("%s"); in getSummaryStringWithIcon() local437 final int indexIconEnd = indexIconStart + 2; in getSummaryStringWithIcon()443 imageSpan, indexIconStart, indexIconEnd, in getSummaryStringWithIcon()