Home
last modified time | relevance | path

Searched defs:original (Results 1 – 25 of 118) sorted by relevance

12345

/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DExerciseCompletionGoalInternalTest.java46 DistanceGoalInternal original = new DistanceGoalInternal(Length.fromMeters(800)); in distanceGoal_writeToParcelThenRestore_objectsAreIdentical() local
59 DistanceGoalInternal original = new DistanceGoalInternal(Length.fromMeters(800)); in distanceGoal_convertToExternalAndBack_objectsAreIdentical() local
71 StepsGoalInternal original = new StepsGoalInternal(500); in stepsGoal_writeToParcelThenRestore_objectsAreIdentical() local
84 StepsGoalInternal original = new StepsGoalInternal(100); in stepsGoal_convertToExternalAndBack_objectsAreIdentical() local
96 DurationGoalInternal original = new DurationGoalInternal(Duration.ofHours(5)); in durationGoal_writeToParcelThenRestore_objectsAreIdentical() local
109 DurationGoalInternal original = new DurationGoalInternal(Duration.ofMinutes(45)); in durationGoal_convertToExternalAndBack_objectsAreIdentical() local
121 RepetitionsGoalInternal original = new RepetitionsGoalInternal(8); in repsGoal_writeToParcelThenRestore_objectsAreIdentical() local
134 RepetitionsGoalInternal original = new RepetitionsGoalInternal(8); in repsGoal_convertToExternalAndBack_objectsAreIdentical() local
146 TotalCaloriesBurnedGoalInternal original = in totalCaloriesBurnedGoal_writeToParcelThenRestore_objectsAreIdentical() local
161 TotalCaloriesBurnedGoalInternal original = in totalCaloriesBurnedGoal_convertToExternalAndBack_objectsAreIdentical() local
[all …]
DExercisePerformanceGoalInternalTest.java47 PowerGoalInternal original = in powerGoal_writeToParcelThenRestore_objectsAreIdentical() local
63 ExercisePerformanceGoalInternal.PowerGoalInternal original = in powerGoal_convertToExternalAndBack_objectsAreIdentical() local
83 SpeedGoalInternal original = in speedGoal_writeToParcelThenRestore_objectsAreIdentical() local
100 SpeedGoalInternal original = in speedGoal_convertToExternalAndBack_objectsAreIdentical() local
120 CadenceGoalInternal original = new CadenceGoalInternal(80, 85); in cadenceGoal_writeToParcelThenRestore_objectsAreIdentical() local
135 ExercisePerformanceGoalInternal.CadenceGoalInternal original = in cadenceGoal_convertToExternalAndBack_objectsAreIdentical() local
154 HeartRateGoalInternal original = new HeartRateGoalInternal(150, 160); in heartRateGoal_writeToParcelThenRestore_objectsAreIdentical() local
169 ExercisePerformanceGoalInternal.HeartRateGoalInternal original = in heartRateGoal_convertToExternalAndBack_objectsAreIdentical() local
188 WeightGoalInternal original = new WeightGoalInternal(Mass.fromGrams(80_000)); in weightGoal_writeToParcelThenRestore_objectsAreIdentical() local
202 ExercisePerformanceGoalInternal.WeightGoalInternal original = in weightGoal_convertToExternalAndBack_objectsAreIdentical() local
[all …]
/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/
DDeleteMedicalResourcesRequestTest.java140 DeleteMedicalResourcesRequest.Builder original = in testRequestBuilder_fromExistingBuilder() local
150 DeleteMedicalResourcesRequest.Builder original = in testRequestBuilder_fromExistingBuilder_changeIndependently() local
163 DeleteMedicalResourcesRequest.Builder original = in testRequestBuilder_fromExistingBuilderResourceType() local
175 DeleteMedicalResourcesRequest.Builder original = in testRequestBuilder_fromExistingBuilderClearDataSources() local
192 DeleteMedicalResourcesRequest.Builder original = in testRequestBuilder_fromExistingBuilderClearMedicalResourceTypes() local
211 DeleteMedicalResourcesRequest original = in testRequestBuilder_fromExistingInstance() local
221 DeleteMedicalResourcesRequest original = in testRequestBuilder_fromExistingInstance_changeIndependently() local
234 DeleteMedicalResourcesRequest original = in testRequestBuilder_fromExistingInstanceResourceType() local
247 DeleteMedicalResourcesRequest original = in testRequestBuilder_fromExistingInstanceClearDataSources() local
262 DeleteMedicalResourcesRequest original = in testRequestBuilder_fromExistingInstanceClearMedicalResourceTypes() local
[all …]
DGetMedicalDataSourcesRequestTest.java69 GetMedicalDataSourcesRequest.Builder original = in testBuilder_fromExistingBuilder() local
81 GetMedicalDataSourcesRequest.Builder original = in testBuilder_fromExistingBuilder_changeIndependently() local
93 GetMedicalDataSourcesRequest.Builder original = in testBuilder_fromExistingBuilderClearPackageNames() local
107 GetMedicalDataSourcesRequest original = in testBuilder_fromExistingInstance() local
120 GetMedicalDataSourcesRequest original = in testBuilder_fromExistingInstance_changeIndependently() local
132 GetMedicalDataSourcesRequest original = in testBuilder_fromExistingInstanceClearPackageNames() local
178 GetMedicalDataSourcesRequest original = in testWriteToParcelThenRestore_objectsAreIdentical() local
214 GetMedicalDataSourcesRequest original = new GetMedicalDataSourcesRequest.Builder().build(); in testRestoreInvalidPackageNameFromParcel_expectException() local
DMedicalResourceTest.java105 MedicalResource.Builder original = getMedicalResourceBuilder(); in testMedicalResourceBuilder_fromExistingBuilder() local
113 MedicalResource original = getMedicalResource(); in testMedicalResourceBuilder_fromExistingInstance() local
226 MedicalResource original = getMedicalResource(); in testWriteToParcelThenRestore_objectsAreIdentical() local
240 MedicalResource original = getMedicalResource(); in testRestoreInvalidMedicalResourceTypeFromParcel_expectException() local
255 MedicalResource original = getMedicalResource(); in testRestoreInvalidDataSourceIdFromParcel_expectException() local
DMedicalDataSourceTest.java99 MedicalDataSource.Builder original = getMedicalDataSourceBuilderWithOptionalFields(); in testMedicalDataSourceBuilder_fromExistingBuilder() local
108 MedicalDataSource original = getMedicalDataSourceWithOptionalFields(); in testMedicalDataSourceBuilder_fromExistingInstance() local
228 MedicalDataSource original = getMedicalDataSourceRequiredFieldsOnly(); in testWriteToParcelThenRestore_objectsAreIdentical() local
241 MedicalDataSource original = getMedicalDataSourceWithOptionalFields(); in testWriteToParcelThenRestore_withOptionalValues_objectsAreIdentical() local
DMedicalResourceIdTest.java185 MedicalResourceId original = getMedicalResourceId(); in testWriteToParcelThenRestore_objectsAreIdentical() local
199 MedicalResourceId original = getMedicalResourceId(); in testRestoreInvalidMedicalResourceTypeFromParcel_expectException() local
214 MedicalResourceId original = getMedicalResourceId(); in testRestoreInvalidDataSourceIdFromParcel_expectException() local
DFhirResourceTest.java293 FhirResource.Builder original = getFhirResourceBuilder(); in testFhirResourceBuilder_fromExistingBuilder() local
301 FhirResource original = getFhirResource(); in testFhirResourceBuilder_fromExistingInstance() local
355 FhirResource original = getFhirResource(); in testWriteToParcelThenRestore_objectsAreIdentical() local
369 FhirResource original = getFhirResource(); in testRestoreInvalidFhirResourceTypeFromParcel_expectException() local
DReadMedicalResourcesPageRequestTest.java89 ReadMedicalResourcesPageRequest.Builder original = in testRequestBuilder_fromExistingBuilder() local
99 ReadMedicalResourcesPageRequest original = in testRequestBuilder_fromExistingInstance() local
DMedicalResourceTypeInfoTest.java107 MedicalResourceTypeInfo original = in testWriteToParcelThenRestore_objectsAreIdentical() local
123 MedicalResourceTypeInfo original = in testRestoreInvalidMedicalResourceTypeFromParcel_expectException() local
DCreateMedicalDataSourceRequestTest.java90 CreateMedicalDataSourceRequest.Builder original = in testCreateMedicalDataSourceRequestBuilder_fromExistingBuilder() local
101 CreateMedicalDataSourceRequest original = getCreateMedicalDataSourceRequest(); in testCreateMedicalDataSourceRequestBuilder_fromExistingInstance() local
230 CreateMedicalDataSourceRequest original = getCreateMedicalDataSourceRequest(); in testWriteToParcelThenRestore_objectsAreIdentical() local
DReadMedicalResourcesInitialRequestTest.java130 ReadMedicalResourcesInitialRequest.Builder original = in testRequestBuilder_fromExistingBuilder() local
142 ReadMedicalResourcesInitialRequest original = in testRequestBuilder_fromExistingInstance() local
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DUpdateHelper.java24 public int update(int original, int update) { in update()
32 public long update(long original, long update) { in update()
40 public double update(double original, double update) { in update()
48 public <T> T update(T original, T update) { in update()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java106 SoftApConfiguration original = new SoftApConfiguration.Builder() in testBasicSettings() local
186 SoftApConfiguration original = new SoftApConfiguration.Builder() in testWpa2() local
240 SoftApConfiguration original = originalBuilder.build(); in testWpa2WithAllFieldCustomized() local
288 SoftApConfiguration original = new SoftApConfiguration.Builder() in testWpa3Sae() local
314 SoftApConfiguration original = new SoftApConfiguration.Builder() in testWpa3SaeTransition() local
342 SoftApConfiguration original = new SoftApConfiguration.Builder() in testWpa3OweTransition() local
374 SoftApConfiguration original = new SoftApConfiguration.Builder() in testWpa3Owe() local
405 SoftApConfiguration original = new SoftApConfiguration.Builder() in testInvalidBroadcastBssid() local
412 SoftApConfiguration original = new SoftApConfiguration.Builder() in testInvalidMulticastBssid() local
537 SoftApConfiguration original = new SoftApConfiguration.Builder() in testInvalieShutdownTimeoutMillis() local
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/
DDBAdDataTest.java116 AdData original = AdDataFixture.getValidFilterAdDataByBuyer(CommonFixture.VALID_BUYER_1, 1); in testFromServiceObjectBothFilteringDisabled() local
131 AdData original = AdDataFixture.getValidFilterAdDataByBuyer(CommonFixture.VALID_BUYER_1, 1); in testFromServiceObjectAppInstallFilteringDisabledFrequencyCapEnabled() local
144 AdData original = AdDataFixture.getValidFilterAdDataByBuyer(CommonFixture.VALID_BUYER_1, 1); in testFromServiceObjectFrequencyCapFilteringDisabledAppInstallEnabled() local
157 AdData original = AdDataFixture.getValidFilterAdDataByBuyer(CommonFixture.VALID_BUYER_1, 1); in testFromServiceObjectBothFiltersEnabled() local
171 AdData original = in testFromServiceObjectAdRenderIdDisabled() local
/packages/modules/Permission/PermissionController/tests/permissionui/src/com/android/permissioncontroller/permissionui/ui/handheld/
DManageStandardPermissionsFragmentTest.kt119 val original = getUsageCountsFromUi(LOCATION_GROUP_LABEL) in groupSummaryGetsUpdatedWhenAppGetsInstalled() constant
134 val original = getUsageCountsFromUi(LOCATION_GROUP_LABEL) in groupSummaryGetsUpdatedWhenAppGetsUninstalled() constant
150 val original = getUsageCountsFromUi(LOCATION_GROUP_LABEL) in groupSummaryGetsUpdatedWhenPermissionGetsGranted() constant
170 val original = getUsageCountsFromUi(LOCATION_GROUP_LABEL) in groupSummaryGetsUpdatedWhenPermissionGetsRevoked() constant
DManageCustomPermissionsFragmentTest.kt86 val original = getUsageCountsFromUi(PERM_LABEL) in groupSummaryGetsUpdatedWhenPermissionGetsGranted() constant
101 val original = getUsageCountsFromUi(PERM_LABEL) in groupSummaryGetsUpdatedWhenPermissionGetsRevoked() constant
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/backuprestore/
DBackupChangeTest.java34 BackupChange original = BackupChange.ofUpsertion("uid123", new byte[] {1, 2, 3}); in upsertionChangeParcel_propertiesAreIdentical() local
49 BackupChange original = BackupChange.ofDeletion("uid123"); in deletionChangeParcel_propertiesAreIdentical() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DProxyTest.kt83 val original = getDefaultProxy() in testSetHttpProxyConfiguration_DirectProxy() constant
95 val original = getDefaultProxy() in testSetHttpProxyConfiguration_PacProxy() constant
/packages/apps/Camera2/src/com/android/camera/data/
DGlideFilmstripManager.java130 public final DrawableRequestBuilder<Uri> loadFull(Uri uri, Key key, Size original) { in loadFull()
145 public DrawableRequestBuilder<Uri> loadScreen(Uri uri, Key key, Size original) { in loadScreen()
191 private static Size clampSize(Size original, double maxArea, Size maxSize) { in clampSize()
215 private static Size computeFitWithinSize(Size original, Size maxSize) { in computeFitWithinSize()
/packages/modules/Nfc/framework/tests/src/android/nfc/
DTransceiveResultTest.java62 TransceiveResult original = new TransceiveResult(mResult, mData); in testParcelableWriteAndReadSuccess() local
75 TransceiveResult original = new TransceiveResult(result, null); in testParcelableWriteAndReadFailure() local
DOemLogItemsTest.java121 OemLogItems original = new OemLogItems(mAction, mEvent, mCallingPid, in testParcelableImplementation() local
150 OemLogItems original = new OemLogItems(mAction, mEvent, mCallingPid, in testParcelableWithNullRfFieldOnTime() local
185 OemLogItems original = new OemLogItems(mAction, mEvent, mCallingPid, in testWriteToParcel() local
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/aidl/
DReadMedicalResourcesRequestParcelTest.java48 ReadMedicalResourcesInitialRequest original = in testWriteInitialRequestToParcelThenRestore_propertiesAreIdentical() local
72 ReadMedicalResourcesPageRequest original = in testWritePageRequestToParcelThenRestore_propertiesAreIdentical() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoProcessor.java113 public PhotoProcessor(Bitmap original, int maxDisplayPhotoDim, int maxThumbnailPhotoDim) in PhotoProcessor()
142 public PhotoProcessor(Bitmap original, int maxDisplayPhotoDim, int maxThumbnailPhotoDim, in PhotoProcessor()
195 static Bitmap getNormalizedBitmap(Bitmap original, int maxDim, boolean forceCropToSquare) in getNormalizedBitmap()
/packages/modules/Virtualization/guest/apkdmverity/src/
Dmain.rs244 let original = fs::read(&ctx.result.data_device).unwrap(); in correct_inputs() localVariable
335 let original = fs::read(&ctx.result.data_device).unwrap(); in tampered_idsig() localVariable
388 let original = fs::read(&apk_path).unwrap(); in inputs_are_block_devices() localVariable
412 let original = fs::read(&ctx.result.data_device).unwrap(); in correct_custom_roothash() localVariable

12345