HomeSort by relevance Sort by last modified time
    Searched full:checkeddelegatemethods (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
TestDelegates.java 85 List<Method> checkedDelegateMethods = new ArrayList<Method>();
156 checkedDelegateMethods.add(delegateMethod);
176 if (!checkedDelegateMethods.contains(delegateMethod)) {

Completed in 69 milliseconds