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

  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
TestDelegates.java 169 Method[] delegateMethods = delegateClass.getDeclaredMethods();
170 for (Method delegateMethod : delegateMethods) {
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 89 HashSet<String> delegateMethods = new HashSet<>();
92 mLog, cw, internalClassName, delegateMethods);
146 HashSet<String> delegateMethods = new HashSet<>();
147 delegateMethods.add("<init>");
149 mLog, cw, internalClassName, delegateMethods);
178 HashSet<String> delegateMethods = new HashSet<>();
179 delegateMethods.add("<init>");
181 mLog, cw, internalClassName, delegateMethods);
213 HashSet<String> delegateMethods = new HashSet<>();
214 delegateMethods.add("<init>")
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 

Completed in 767 milliseconds