Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java43 String dataL; field in WidgetCtsProvider.TextData
48 dataL = dl; in TextData()
165 String dataL = null; in getInstruction() local
194 dataL = "Width: " + widthL + " Height: " + heightL; in getInstruction()
206 dataL = "Width: " + widthL + " Height: " + heightL; in getInstruction()
217 dataL = dataP = "Widget is reportedly on: KEYGUARD"; in getInstruction()
219 dataL = dataP = "Widget is reportedly on: HOME SCREEN"; in getInstruction()
221 dataL = dataP = "Error."; in getInstruction()
227 dataL = dataP = sPassCount.get(widgetId) + " of " + sTestCount.get(widgetId) in getInstruction()
230 return new TextData(title, instruction, dataP, dataL); in getInstruction()
[all …]