Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java40 public static final String TESTINFO = "testinfo"; field in Utils
76 ArrayList<String> info = bundle.getStringArrayList(TESTINFO); in toBundleString()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java114 mTestinfo.putStringArrayList(Utils.TESTINFO, new ArrayList<String>()); in testSetup()
119 ArrayList<String> info = mTestinfo.getStringArrayList(Utils.TESTINFO); in saveTestResults()
279 mTestinfo.getStringArrayList(Utils.TESTINFO).add(msg); in addTestResult()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java29 public static final String TESTINFO = "testinfo"; field in Utils
238 ArrayList<String> info = bundle.getStringArrayList(TESTINFO); in toBundleString()