/cts/tests/tests/widget/src/android/widget/cts/ |
D | PositionTesterContextMenuListener.java | 32 private int testType; // as returned by getPackedPositionType field in PositionTesterContextMenuListener 39 testType = ExpandableListView.PACKED_POSITION_TYPE_GROUP; in expectGroupContextMenu() 45 testType = ExpandableListView.PACKED_POSITION_TYPE_CHILD; in expectChildContextMenu() 50 testType = ADAPTER_TYPE; in expectAdapterContextMenu() 55 if (testType == ADAPTER_TYPE) { in onCreateContextMenu() 74 if (!areEqual("Wrong packed position type", testType, packedPositionType)) { in onCreateContextMenu() 83 if (testType == ExpandableListView.PACKED_POSITION_TYPE_CHILD) { in onCreateContextMenu()
|
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/ |
D | Utils.java | 69 String testType = bundle.getString(TESTCASE_TYPE); in toBundleString() local 70 if (testType != null) { in toBundleString() 71 buf.append("testcase type = " + testType); in toBundleString()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ApiClass.java | 206 private static boolean compareType(String apiType, String testType) { in compareType() argument 207 return apiType.equals(testType) || in compareType() 208 isGenericType(apiType) && !testType.equals(VOID) || in compareType() 209 isGenericArrayType(apiType) && isArrayType(testType) ; in compareType()
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
D | Utils.java | 188 String testType = bundle.getString(TESTCASE_TYPE); in toBundleString() local 189 if (testType != null) { in toBundleString() 190 buf.append("testcase type = " + testType); in toBundleString()
|
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/ |
D | XmlPlanGenerator.java | 60 String targetNameSpace, String jarPath, String testType, String output) { in XmlPlanGenerator() argument 69 mTestType = testType; in XmlPlanGenerator() 171 final String testType = argsMap.get("-t"); in main() local 197 runner, instrumentation, targetNameSpace, jarPath, testType, output); in main()
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | CtsXmlGenerator.java | 55 String testType = null; in main() local 67 testType = getArg(args, ++i, "Missing value for test type"); in main() 132 jarPath, testType, outputPath, additionalAttributes); in main()
|
D | XmlGenerator.java | 90 String testType, String outputPath, Map<String, String> additionalAttributes) { in XmlGenerator() argument 98 mTestType = testType; in XmlGenerator()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 240 Utils.TestCaseType testType; field in MainInteractionSession.AsyncTaskArg 242 AsyncTaskArg setTestType(Utils.TestCaseType t) {testType = t; return this;} in setTestType() 260 arg.testType.toString()); in doInBackground() 261 switch (arg.testType) { in doInBackground() 305 Log.i(TAG, "Doing nothing for the testcase type: " + arg.testType); in doInBackground()
|
/cts/tests/tests/nativeopengl/standalone/jni/tests/ |
D | EGLCleanup_test.cpp | 77 ChainedThread(TestType testType) : mEglDisplay(EGL_NO_DISPLAY), in ChainedThread() argument 79 mTestType(testType), mIteration(0), mResult(true) { in ChainedThread()
|
/cts/tools/utils/ |
D | CollectAllTests.java | 110 final TestType testType = TestType.getTestType(androidMakeFile); in main() local 147 if (testType.type == TestType.HOST_SIDE_ONLY) { in main() 149 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath); in main() 152 if (testType.type == TestType.VM_HOST_TEST) { in main() 154 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath); in main()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | TestPackageXmlParser.java | 88 final String testType = getTestType(attributes); in startElement() local 97 packageDef.setTestType(testType); in startElement()
|
D | TestPackageDef.java | 152 void setTestType(String testType) { in setTestType() argument 153 mTestType = testType; in setTestType()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseCursorTest.java | 74 public void setupTestType(int testType) { in setupTestType() argument 75 mTestType = testType; in setupTestType()
|