HomeSort by relevance Sort by last modified time
    Searched defs:constructorArgTypes (Results 1 - 2 of 2) sorted by null

  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 89 * {@link #constructorArgTypes(Class[])} and {@link #constructorArgValues(Object[])}.
133 private Class<?>[] constructorArgTypes = new Class[0];
185 public ProxyBuilder<T> constructorArgTypes(Class<?>... constructorArgTypes) {
186 this.constructorArgTypes = constructorArgTypes;
203 check(constructorArgTypes.length == constructorArgValues.length,
204 "constructorArgValues.length != constructorArgTypes.length");
208 constructor = proxyClass.getConstructor(constructorArgTypes);
211 + " with parameter types " + Arrays.toString(constructorArgTypes));
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 135 milliseconds