Searched refs:cloneOrNull (Results 1 – 8 of 8) sorted by relevance
42 mUpgradeKeySets = ArrayUtils.cloneOrNull(original.mUpgradeKeySets); in PackageKeySetData()
71 Rect[] newBounds = ArrayUtils.cloneOrNull(mStaticBounds); in updateBoundsForRotation()
668 public static @Nullable long[] cloneOrNull(@Nullable long[] array) { in cloneOrNull() method in ArrayUtils675 public static @Nullable <T> T[] cloneOrNull(@Nullable T[] array) { in cloneOrNull() method in ArrayUtils679 public static @Nullable <T> ArraySet<T> cloneOrNull(@Nullable ArraySet<T> array) { in cloneOrNull() method in ArrayUtils
742 mUris = ArrayUtils.cloneOrNull(uris); in onSubscriberAssociatedUriChanged()
1688 String[] copiedSplitDirs = ArrayUtils.cloneOrNull(newSplitDirs); in applyNewResourceDirsLocked()1745 return ArrayUtils.cloneOrNull(overlayPaths); in combinedOverlayPaths()1747 return ArrayUtils.cloneOrNull(resourceDirs); in combinedOverlayPaths()
1290 newEditorInfo.contentMimeTypes = ArrayUtils.cloneOrNull(contentMimeTypes); in createCopyInternal()
21910 HSPLcom/android/internal/util/ArrayUtils;->cloneOrNull([Ljava/lang/Object;)[Ljava/lang/Object;
21974 HSPLcom/android/internal/util/ArrayUtils;->cloneOrNull([Ljava/lang/Object;)[Ljava/lang/Object;