Searched refs:cloneOrNull (Results 1 – 8 of 8) sorted by relevance
42 mUpgradeKeySets = ArrayUtils.cloneOrNull(original.mUpgradeKeySets); in PackageKeySetData()
580 public static @Nullable long[] cloneOrNull(@Nullable long[] array) { in cloneOrNull() method in ArrayUtils587 public static @Nullable <T> T[] cloneOrNull(@Nullable T[] array) { in cloneOrNull() method in ArrayUtils591 public static @Nullable <T> ArraySet<T> cloneOrNull(@Nullable ArraySet<T> array) { in cloneOrNull() method in ArrayUtils
71 Rect[] newBounds = ArrayUtils.cloneOrNull(mStaticBounds); in updateBoundsForRotation()
318 mUris = ArrayUtils.cloneOrNull(uris); in onSubscriberAssociatedUriChanged()
124 disabledComponents = ArrayUtils.cloneOrNull(o.disabledComponents); in PackageUserState()125 enabledComponents = ArrayUtils.cloneOrNull(o.enabledComponents); in PackageUserState()
1474 String[] copiedSplitDirs = ArrayUtils.cloneOrNull(newSplitDirs); in applyNewResourceDirsLocked()1531 return ArrayUtils.cloneOrNull(overlayPaths); in combinedOverlayPaths()1533 return ArrayUtils.cloneOrNull(resourceDirs); in combinedOverlayPaths()
22186 HSPLcom/android/internal/util/ArrayUtils;->cloneOrNull([Ljava/lang/Object;)[Ljava/lang/Object;
22233 HSPLcom/android/internal/util/ArrayUtils;->cloneOrNull([Ljava/lang/Object;)[Ljava/lang/Object;