Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionUtils.kt75 fun getHelperMethodCallSourceString(node: UMethod) = "${node.name}$AIDL_PERMISSION_HELPER_SUFFIX()" in hasSingleAncestor() method
82 val helperMethodSource = getHelperMethodCallSourceString(node) in hasSingleAncestor()
DEnforcePermissionHelperDetector.kt58 val targetExpression = getHelperMethodCallSourceString(node) in getApplicableUastTypes()