Home
last modified time | relevance | path

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

12

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoTest.java62 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newAudioTrack_default() local
93 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newAudioTrack_everything() local
114 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newVideoTrack_default() local
146 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newVideoTrack_everything() local
165 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newSubtitleTrack_default() local
189 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newSubtitleTrack_everything() local
/cts/tests/tests/view/receivecontent/src/android/view/cts/receivecontent/
DContentInfoTest.java126 ContentInfo copy = new ContentInfo.Builder(original).build(); in testBuilder_copy() local
147 ContentInfo copy = new ContentInfo.Builder(original) in testBuilder_copyAndUpdate() local
192 ContentInfo copy = new ContentInfo.Builder(payload).build(); in testReleasePermissions_ime_afterCopy() local
220 ContentInfo copy = new ContentInfo.Builder(payload).build(); in testReleasePermissions_dragAndDrop_afterCopy() local
/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceSessionIdTest.java67 SmartspaceSessionId copy = SmartspaceSessionId.CREATOR.createFromParcel(parcel); in testCreateSmartspaceSessionId() local
DSmartspaceConfigTest.java68 SmartspaceConfig copy = SmartspaceConfig.CREATOR.createFromParcel(parcel); in testCreateSmartspaceConfig() local
DSmartspaceActionTest.java84 SmartspaceAction copy = SmartspaceAction.CREATOR.createFromParcel(parcel); in testCreateSmartspaceAction() local
/cts/tests/location/location_none/src/android/location/cts/none/
DLastLocationRequestTest.java55 LastLocationRequest copy = new LastLocationRequest.Builder(original).build(); in testBuild_Copy() local
DLocationRequestTest.java85 LocationRequest copy = new LocationRequest.Builder(original).build(); in testBuild_Copy() local
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayout_LayoutParamsTest.java92 FrameLayout.LayoutParams copy; in testCopyConstructor() local
/cts/tests/openglperf2/jni/graphics/
DVector2D.cpp26 Vector2D Vector2D::copy() { in copy() function in Vector2D
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalStrengthTest.java97 SignalStrength copy = new SignalStrength(ss); in testSignalStrength() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileCopyHelper.java63 public String copy(int resId, String fileName) throws IOException { in copy() method in FileCopyHelper
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRGBAF16Test.java87 Bitmap copy = Bitmap.createBitmap(mOpaqueBitmap); in testCopy() local
DVulkanPreTransformTest.java148 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
DPictureTest.java60 Picture copy = new Picture(original); in testSaveRestoreBalance() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java766 PointerCoords copy = new PointerCoords(coords); in testPointerCoordsCopyConstructor() local
793 PointerCoords copy = new PointerCoords(); in testPointerCoordsCopyFrom() local
821 PointerProperties copy = new PointerProperties(properties); in testPointerPropertiesCopyConstructor() local
832 PointerProperties copy = new PointerProperties(); in testPointerPropertiesCopyFrom() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java103 final SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsTest.java124 final WindowInsets copy = new WindowInsets.Builder(insets).build(); in testBuilder_copy() local
571 final WindowInsets copy = new WindowInsets(consumed); in testConsumed_copy() local
DSurfaceControlTest.java104 SurfaceControl copy = new SurfaceControl(sc, "SurfaceControlTest.testSameSurface"); in testSameSurface() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/
DSystemUpdatePolicyTest.java321 SystemUpdatePolicy copy) { in assertSystemUpdatePoliciesEqual()
329 List<FreezePeriod> copy) { in assertFreezePeriodListsEqual()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStream.java65 public ImeEventStream copy() { in copy() method in ImeEventStream
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java136 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/tests/tests/content/src/android/content/pm/cts/
DApplicationInfoTest.java89 ApplicationInfo copy = new ApplicationInfo(info); in testConstructor() local
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DScanResultTest.java210 InformationElement copy = new InformationElement(ie); in testInformationElementCopyConstructor() local
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java618 Bundle copy = p.readBundle(); in reparcel() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java342 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local

12