Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPasswordMinimumRestrictionsTest.java198 final Method getMethod = in invokeGetMethod() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java179 private Optional<ApiMethod> getMethod(String name, List<String> parameterTypes) { in getMethod() method in ApiClass