Home
last modified time | relevance | path

Searched refs:superMethod (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/lint/common/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionUtils.kt33 val superMethod = node.findSuperMethods(containingStub) in getContainingAidlInterface() constant
34 if (superMethod.isEmpty()) return null in getContainingAidlInterface()