Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DFieldInfo.kt223 isStrongBinder(Type) -> "StrongBinder" in <lambda>()
228 private fun isStrongBinder(type: String) = type == "Binder" || type == "IBinder" in <lambda>() method in com.android.codegen.FieldInfo