Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 122) sorted by relevance

12345

/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/
H A DAccessState.kt35 fun copy(): AccessState = AccessState( regex
79 fun copy(): SystemState = regex
113 fun copy(): UserState = UserState( regex
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/
H A DFakeUserTracker.kt75 val copy = callbacks.toList() regex
81 val copy = callbacks.toList() regex
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/os/
H A DBundleRecyclingTest.java109 Bundle copy = new Bundle(); in bundleClear_whenClearedWithSharedParcel_doesNotRecycleParcel() local
128 Bundle copy = mBundle.deepCopy(); in bundleClear_whenClearedWithCopiedParcel_doesNotRecycleParcel() local
208 Bundle copy = new Bundle(); in bundleGet_withWithSharedParcel_doesNotRecycleParcel() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DComplicationLayoutParamsTest.java146 final ComplicationLayoutParams copy = new ComplicationLayoutParams(params); in testCopyConstruction() local
169 final ComplicationLayoutParams copy = new ComplicationLayoutParams(params); in testCopyConstructionWithUnspecifiedMargin() local
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DSnapshots.java51 public static <E> void copy(@NonNull SparseArray<E> dst, @NonNull SparseArray<E> src) { in copy() method in Snapshots
68 public static <E> void copy(@NonNull SparseSetArray<E> dst, @NonNull SparseSetArray<E> src) { in copy() method in Snapshots
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DEdgeLight.java43 public static EdgeLight[] copy(EdgeLight[] array) { in copy() method in EdgeLight
44 EdgeLight[] copy = new EdgeLight[array.length]; in copy() local
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterfaceUtils.java39 public static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in ExifInterfaceUtils
54 public static void copy(InputStream in, OutputStream out, int numBytes) throws IOException { in copy() method in ExifInterfaceUtils
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserPropertiesTest.java137 final UserProperties copy = new UserProperties(orig, exposeAll, hasManage, hasQuery); in testCopyLacksPermissions() local
157 UserProperties copy, in verifyTestCopyLacksPermissions()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DRectTest.java46 final Rect copy = copyOrNull(orig); in copyOrNull_copiesNonNull() local
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
H A DIndexedListSet.kt69 fun copy(): IndexedListSet<T> = IndexedListSet(ArrayList(list)) regex
H A DIntSet.kt51 fun copy(): IntSet = IntSet(array.clone()) regex
/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DUtils.java33 public static void copy( in copy() method in Utils
/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DSampleDataClassTest.java76 SampleDataClass copy = parcelAndUnparcel(mSpecimen, SampleDataClass.CREATOR); in testParcelling_producesEqualInstance() local
83 SampleDataClass copy = parcelAndUnparcel(mSpecimen, SampleDataClass.CREATOR); in testParcelling_producesInstanceWithEqualFields() local
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCharSequencesTest.java32 String copy = toString(forAsciiBytes(bytes)); in testCharSequences() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java276 WatchedArrayMap<Integer, Leaf> copy = new WatchedArrayMap<>(); in testWatchedArrayMap() local
379 WatchedArraySet<Leaf> copy = new WatchedArraySet<>(); in testWatchedArraySet() local
493 WatchedArrayList<Leaf> copy = new WatchedArrayList<>(); in testWatchedArrayList() local
614 WatchedSparseArray<Leaf> copy = new WatchedSparseArray<>(); in testWatchedSparseArray() local
737 WatchedLongSparseArray<Leaf> copy = new WatchedLongSparseArray<>(); in testWatchedLongSparseArray() local
795 WatchedSparseBooleanArray copy = new WatchedSparseBooleanArray(); in testWatchedSparseBooleanArray() local
853 WatchedSparseIntArray copy = new WatchedSparseIntArray(); in testWatchedSparseIntArray() local
1140 WatchedSparseBooleanMatrix copy = new WatchedSparseBooleanMatrix(); in testWatchedSparseBooleanMatrix() local
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java266 public State copy() { in copy() method in QSTile.State
299 public State copy() { in copy() method in QSTile.BooleanState
337 public State copy() { in copy() method in QSTile.SignalState
367 public SlashState copy() { in copy() method in QSTile.SlashState
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
H A DRegisterStatusBarResultTest.java73 final RegisterStatusBarResult copy = clone(original); in testParcelable() local
H A DStatusBarIconTest.java49 final StatusBarIcon copy = clone(original); in testParcelable() local
/aosp14/frameworks/base/libs/hwui/
H A DFrameMetricsReporter.cpp24 FatVector<sp<FrameMetricsObserver>, 10> copy; in reportFrameMetrics() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DInsetUtilsTest.java68 final Rect copy = new Rect(insets); in rotateCopy() local
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTimer.cpp100 bool ResourceTimer::copy(int counter, Timer &dst, bool reset) { in copy() function in android::ResourceTimer
147 void ResourceTimer::Timer::copy(Timer &dst, Timer &src, bool reset) { in copy() function in android::ResourceTimer::Timer
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java176 final List<String> copy = new ArrayList<>(); in shutdown() local
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineContentProviderImpl.java82 public InlineContentProviderImpl copy() { in copy() method in InlineContentProviderImpl
/aosp14/frameworks/base/libs/hwui/apex/include/android/graphics/
H A Dbitmap.h114 Bitmap copy(AndroidBitmapFormat dstFormat) const { in copy() function
/aosp14/frameworks/base/libs/input/
H A DSpriteIcon.h40 inline SpriteIcon copy() const { in copy() function

12345