Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/parcel/
DCallMigrators.kt82 protected fun getReceivingType(expression: UElement): PsiType? { in <lambda>() method
176 val type = getReceivingType(call.uastParent!!) ?: return null in getBoundingClass()
191 return getReceivingType(call.uastParent!!) in getBoundingClass()
206 return getReceivingType(call.uastParent!!) in getBoundingClass()
226 val type = getReceivingType(call.uastParent!!) in getArgumentSuffix()