Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/
DSoftPreconditions.java220 int templateStart = 0; in format() local
223 int placeholderStart = template.indexOf("%s", templateStart); in format()
227 builder.append(template, templateStart, placeholderStart); in format()
229 templateStart = placeholderStart + 2; in format()
231 builder.append(template, templateStart, template.length()); in format()