Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java92 List<String> parameterTypes = constructor.getParameterTypes(); in printConstructor()
119 List<String> parameterTypes = method.getParameterTypes(); in printMethod()
DXmlReport.java103 for (String parameterType : constructor.getParameterTypes()) { in printXmlReport()
130 for (String parameterType : method.getParameterTypes()) { in printXmlReport()
DApiClass.java183 compareParameterTypes(method.getParameterTypes(), parameterTypes); in getMethod()
265 if (compareParameterTypes(constructor.getParameterTypes(), parameterTypes)) { in getConstructor()
DApiConstructor.java54 public List<String> getParameterTypes() { in getParameterTypes() method in ApiConstructor
DApiMethod.java78 public List<String> getParameterTypes() { in getParameterTypes() method in ApiMethod
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDexParser.java142 for (String parameter : dxMethod.getParameterTypes()) { in parse()
260 for (String parameter : m.getParameterTypes()) { in processMethod()
288 + String.join(",", m.getParameterTypes()) in getSignature()
318 + toParametersString(m.getParameterTypes()) in getCanonicalName()
/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java197 if (typesMatch(constructor.getParameterTypes(), methodParams)) { in hasMatchingMethod_Reflection()
206 && typesMatch(method.getParameterTypes(), methodParams)) { in hasMatchingMethod_Reflection()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBusinessLogicDeviceExecutor.java84 Class[] paramTypes = m.getParameterTypes(); in getResolvedMethod()
DMediaUtils.java115 && method.getParameterTypes().length == 0 in getTestName()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java113 && method.getParameterTypes().length == 0 in findTestMethods()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DParentProfileTest.java135 Class[] paramTypes = method.getParameterTypes(); in testParentProfileApiDisabled()
/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/
DApiEvolutionTest.java231 && Arrays.equals(parameterTypes, method.getParameterTypes()); in methodMatches()
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java291 boolean takesNoParameters = (m.getParameterTypes().length == 0); in isPublicTestMethod()
/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java546 method.getParameterTypes()); in isOverridingAnnotatedMethod()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java583 if (method.getParameterTypes().length > 0) {
/cts/tools/release-parser/tests/resources/
DCtsJniTestCases.apk.pb.txt274 name: "getParameterTypes"
389 name: "getParameterTypes"
DShell.apk.pb.txt534 name: "getParameterTypes"