Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java113 mTestinfo.putStringArrayList(Utils.TESTINFO, new ArrayList<String>()); in testSetup()
118 ArrayList<String> info = mTestinfo.getStringArrayList(Utils.TESTINFO); in saveTestResults()
279 mTestinfo.getStringArrayList(Utils.TESTINFO).add(msg); in addTestResult()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java103 public static final String TESTINFO = "testinfo"; field in Utils
194 ArrayList<String> info = bundle.getStringArrayList(TESTINFO); in toBundleString()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java35 public static final String TESTINFO = "testinfo"; field in Utils
253 ArrayList<String> info = bundle.getStringArrayList(TESTINFO); in toBundleString()