HomeSort by relevance Sort by last modified time
    Searched refs:apiMethod (Results 1 - 5 of 5) sorted by null

  /cts/tests/signature/tests/src/android/signature/cts/tests/data/
PublicApiClass.java 38 public void apiMethod() {
SystemApiClass.java 31 public void apiMethod() {
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CurrentXmlHandler.java 123 ApiMethod apiMethod = new ApiMethod(
134 apiClass.addMethod(apiMethod);
ApiClass.java 41 private final List<ApiMethod> mApiMethods = new ArrayList<ApiMethod>();
110 public void addMethod(ApiMethod method) {
138 Optional<ApiMethod> apiMethod = getMethod(name, parameterTypes);
139 apiMethod.ifPresent(method -> method.setCovered(coveredbyApk));
142 public Collection<ApiMethod> getMethods() {
153 for (ApiMethod method : mApiMethods) {
179 private Optional<ApiMethod> getMethod(String name, List<String> parameterTypes) {
180 for (ApiMethod method : mApiMethods)
    [all...]
  /cts/tests/signature/lib/common/src/android/signature/cts/
ApiComplianceChecker.java 525 * @param apiMethod the method read from the api file.
531 JDiffClassDescription.JDiffMethod apiMethod,
538 int apiModifiers = apiMethod.mModifier & ~ignoredMods;

Completed in 151 milliseconds