HomeSort by relevance Sort by last modified time
    Searched defs:apiMethod (Results 1 - 4 of 4) 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 121 ApiMethod apiMethod = new ApiMethod(
132 apiClass.addMethod(apiMethod);
ApiClass.java 37 private final List<ApiMethod> mApiMethods = new ArrayList<ApiMethod>();
93 public void addMethod(ApiMethod method) {
117 ApiMethod apiMethod = getMethod(name, parameterTypes, returnType);
118 if (apiMethod != null) {
119 apiMethod.setCovered(coveredbyApk);
123 public Collection<ApiMethod> getMethods() {
134 for (ApiMethod method : mApiMethods) {
160 private ApiMethod getMethod(String name, List<String> parameterTypes, String returnType)
    [all...]

Completed in 70 milliseconds