Home
last modified time | relevance | path

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

123

/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/notification/src/android/app/notification/current/cts/
DZenDeviceEffectsTest.java105 ZenDeviceEffects copy = new ZenDeviceEffects.Builder(original).build(); in testBuilder_fromInstance() local
140 ZenDeviceEffects copy; in testParceling() local
DConditionTest.java88 Condition copy = new Condition(parcel); in testWriteToParcel() local
107 Condition copy = original.copy(); in testCopy() local
/cts/tests/tests/view/receivecontent/src/android/view/cts/receivecontent/
DContentInfoTest.java136 ContentInfo copy = new ContentInfo.Builder(original).build(); in testBuilder_copy() local
158 ContentInfo copy = in testBuilder_copyAndUpdate() local
216 ContentInfo copy = new ContentInfo.Builder(payload).build(); in testReleasePermissions_ime_afterCopy() local
253 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/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/
DCinematicEffectRequestTest.java56 CinematicEffectRequest copy = in testCreateCinematicEffectRequest() local
DTexturedMeshTest.java68 TexturedMesh copy = in testCreateTexturedMeshRequest() local
DCameraAttributesTest.java75 CameraAttributes copy = in testCreateCameraAttributesRequest() local
DCinematicEffectResponseTest.java152 CinematicEffectResponse copy = in testCreateCinematicEffectResponse() local
/cts/tests/location/location_none/src/android/location/cts/none/
DLastLocationRequestTest.java59 LastLocationRequest copy = new LastLocationRequest.Builder(original).build(); in testBuild_Copy() local
DLocationRequestTest.java89 LocationRequest copy = new LocationRequest.Builder(original).build(); in testBuild_Copy() local
/cts/tests/cloudsearch/src/android/cloudsearch/cts/
DSearchResultTest.java92 SearchResult copy = SearchResult.CREATOR.createFromParcel(parcel); in testCreateSearchResult() local
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayout_LayoutParamsTest.java92 FrameLayout.LayoutParams copy; in testCopyConstructor() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputBindingTest.java95 InputBinding copy = new InputBinding(conn, source); in testInputBindingCopyConstructor() 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.java121 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.java156 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
DPictureTest.java60 Picture copy = new Picture(original); in testSaveRestoreBalance() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java105 final SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java854 PointerCoords copy = new PointerCoords(coords); in testPointerCoordsCopyConstructor() local
881 PointerCoords copy = new PointerCoords(); in testPointerCoordsCopyFrom() local
909 PointerProperties copy = new PointerProperties(properties); in testPointerPropertiesCopyConstructor() local
920 PointerProperties copy = new PointerProperties(); in testPointerPropertiesCopyFrom() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/
DSystemUpdatePolicyTest.java321 SystemUpdatePolicy copy) { in assertSystemUpdatePoliciesEqual()
329 List<FreezePeriod> copy) { in assertFreezePeriodListsEqual()

123