Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/parcel/
H A DCallMigrators.kt82 protected fun getReceivingType(expression: UElement): PsiType? { regex
176 val type = getReceivingType(call.uastParent!!) ?: return null
191 return getReceivingType(call.uastParent!!)
206 return getReceivingType(call.uastParent!!)
226 val type = getReceivingType(call.uastParent!!)