Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java146 Class cls = Class.forName(className); in invokeMethod() local
192 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod()
201 protected List<Method> getMethodsWithName(Class cls, String name) { in getMethodsWithName()
/platform_testing/libraries/flicker/src/android/tools/common/traces/component/
DComponentNameMatcher.kt154 var cls = str.substring(sep + 1) in unflattenFromString() variable
190 var cls = str.substring(sep + 1) in unflattenFromStringWithJunk() variable