Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 12 of 12) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java202 private String getKeyName(int testType) { in getKeyName()
209 private void createKey(int testType) { in createKey()
234 private SecretKey loadSecretKey(int testType) { in loadSecretKey()
/cts/tests/tests/widget/src/android/widget/cts/
DPositionTesterContextMenuListener.java32 private int testType; // as returned by getPackedPositionType field in PositionTesterContextMenuListener
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DCtsXmlGenerator.java55 String testType = null; in main() local
DXmlGenerator.java90 String testType, String outputPath, Map<String, String> additionalAttributes) { in XmlGenerator() argument
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java72 String testType = bundle.getString(TESTCASE_TYPE); in toBundleString() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageXmlParser.java88 final String testType = getTestType(attributes); in startElement() local
DTestPackageDef.java151 void setTestType(String testType) { in setTestType()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java213 private static boolean compareType(String apiType, String testType) { in compareType()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java219 String testType = bundle.getString(TESTCASE_TYPE); in toBundleString() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java253 Utils.TestCaseType testType; field in MainInteractionSession.AsyncTaskArg
/cts/tests/tests/database/src/android/database/cts/
DDatabaseCursorTest.java74 public void setupTestType(int testType) { in setupTestType()
/cts/tools/utils/
DCollectAllTests.java111 final TestType testType = TestType.getTestType(androidMakeFile); in main() local