Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
H A DCallingIdentityTokenDetector.kt94 val rhsExpression = initializer?.getUCallExpression() ?: return regex
95 if (!isMethodCall(rhsExpression, Method.BINDER_CLEAR_CALLING_IDENTITY)) return