Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 55) 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/view/receivecontent/src/android/view/cts/receivecontent/
DContentInfoTest.java134 ContentInfo copy = new ContentInfo.Builder(original).build(); in testBuilder_copy() local
156 ContentInfo copy = in testBuilder_copyAndUpdate() local
214 ContentInfo copy = new ContentInfo.Builder(payload).build(); in testReleasePermissions_ime_afterCopy() local
251 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/openglperf2/jni/graphics/
DVector2D.cpp26 Vector2D Vector2D::copy() { in copy() function in Vector2D
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalStrengthTest.java104 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.java810 PointerCoords copy = new PointerCoords(coords); in testPointerCoordsCopyConstructor() local
837 PointerCoords copy = new PointerCoords(); in testPointerCoordsCopyFrom() local
865 PointerProperties copy = new PointerProperties(properties); in testPointerPropertiesCopyConstructor() local
876 PointerProperties copy = new PointerProperties(); in testPointerPropertiesCopyFrom() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java104 final SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsTest.java135 final WindowInsets copy = new WindowInsets.Builder(insets).build(); in testBuilder_copy() local
588 final WindowInsets copy = new WindowInsets(consumed); in testConsumed_copy() 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/common/device-side/interactive/src/main/java/com/android/interactive/
DAutomator.java76 private void copy(InputStream source, OutputStream target) throws IOException { in copy() method in Automator
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStream.java65 public ImeEventStream copy() { in copy() method in ImeEventStream

123