Searched refs:isStrongBinder (Results 1 – 1 of 1) sorted by relevance
223 isStrongBinder(Type) -> "StrongBinder" in <lambda>()228 private fun isStrongBinder(type: String) = type == "Binder" || type == "IBinder" in <lambda>() method in com.android.codegen.FieldInfo