Searched refs:createCopy (Results 1 – 15 of 15) sorted by relevance
48 private val createCopy: ((T) -> T)? = null constant in com.android.safetycenter.testing.EqualsHashCodeToStringTester60 val equalItemsWithCopiesIfNeeded = equalItems.toList().withCopiesIfNeeded(createCopy) in addEqualityGroup()88 createCopy: ((T) -> T)? = null in ofParcelable()94 createCopy in ofParcelable()106 createCopy: ((T) -> T)? = null in ofParcelable()112 createCopy in ofParcelable()169 private fun <T> List<T>.withCopiesIfNeeded(createCopy: ((T) -> T)? = null): List<T> = in withCopiesIfNeeded()170 createCopy?.let { this + this.map(it) } ?: this in withCopiesIfNeeded()
48 public static void createCopy( in createCopy() method in DirectoryContactUtil
102 createCopy = createCopyFromBuilder in newTiramisuEqualsHashCodeToStringTester()
323 createCopy = in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
366 createCopy = in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
104 createCopy = { SafetyCenterStaticEntry.Builder(it).build() } in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
159 createCopy = { SafetyCenterStatus.Builder(it).build() } in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
178 createCopy = { SafetyCenterEntryGroup.Builder(it).build() } in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
646 createCopy = createCopyFromBuilder688 createCopy = createCopyFromBuilder
206 createCopy = createCopyFromBuilder in newTiramisuEqualsHashCodeToStringTester()
301 createCopy = createCopyFromBuilder
216 createCopy = { SafetyCenterEntry.Builder(it).build() } in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
468 createCopy = { Notification.Builder(it).build() } in notification_equalsHashCodeToString_usingEqualsHashCodeToStringTester()1892 createCopy = createCopyFromBuilder2072 createCopy = createCopyFromBuilder
397 createCopy = { SafetySourceData.Builder(it).build() } in equalsHashCode_atLeastU_usingEqualsHashCodeToStringTester()
553 createCopy = { SafetyCenterData.Builder(it).build() } in equalsHashCode_atLeastU_usingEqualsHashCodeToStringTester()