Searched refs:cloneOrNull (Results 1 – 3 of 3) sorted by relevance
98 disabledComponents = ArrayUtils.cloneOrNull(o.disabledComponents); in PackageUserState()99 enabledComponents = ArrayUtils.cloneOrNull(o.enabledComponents); in PackageUserState()
40 mUpgradeKeySets = ArrayUtils.cloneOrNull(original.mUpgradeKeySets); in PackageKeySetData()
494 public static @Nullable long[] cloneOrNull(@Nullable long[] array) { in cloneOrNull() method in ArrayUtils498 public static @Nullable <T> ArraySet<T> cloneOrNull(@Nullable ArraySet<T> array) { in cloneOrNull() method in ArrayUtils