Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java42 String dataP; field in WidgetCtsProvider.TextData
49 dataP = dp; in TextData()
166 String dataP = null; in getInstruction() local
193 dataP = "Width: " + widthP + " Height: " + heightP; in getInstruction()
205 dataP = "Width: " + widthP + " Height: " + heightP; 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 …]