Searched refs:hasNullnessInformation (Results 1 – 1 of 1) sorted by relevance
41 if (hasNullnessInformation(new) && !hasNullnessInformation(old)) { in compare()77 private fun hasNullnessInformation(type: TypeItem): Boolean { in hasNullnessInformation() method in com.android.tools.metalava.NullnessMigration88 if (hasNullnessInformation(new)) { in checkType()99 fun hasNullnessInformation(item: Item): Boolean { in hasNullnessInformation() method