Home
last modified time | relevance | path

Searched refs:TEST_DOWNLOAD_LOCATION (Results 1 – 6 of 6) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
DPackageDownloadInfoTest.java26 private static final String TEST_DOWNLOAD_LOCATION = field in PackageDownloadInfoTest
38 .setLocation(TEST_DOWNLOAD_LOCATION) in testBuilderWriteAndReadBack()
45 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location); in testBuilderWriteAndReadBack()
58 .setLocation(TEST_DOWNLOAD_LOCATION) in testFailToConstructPackageInfoWithDownloadLocationWithoutChecksum()
84 .setLocation(TEST_DOWNLOAD_LOCATION) in testConstructPackageInfoWithDownloadLocationAndPackageChecksum()
88 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location); in testConstructPackageInfoWithDownloadLocationAndPackageChecksum()
97 .setLocation(TEST_DOWNLOAD_LOCATION) in testConstructPackageInfoWithDownloadLocationAndSignatureChecksum()
101 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location); in testConstructPackageInfoWithDownloadLocationAndSignatureChecksum()
109 .setLocation(TEST_DOWNLOAD_LOCATION) in testEquals()
116 .setLocation(TEST_DOWNLOAD_LOCATION) in testEquals()
[all …]
DProvisioningParamsTest.java98 private static final String TEST_DOWNLOAD_LOCATION = field in ProvisioningParamsTest
107 .setLocation(TEST_DOWNLOAD_LOCATION)
115 .setLocation(TEST_DOWNLOAD_LOCATION)
120 .setLocation(TEST_DOWNLOAD_LOCATION)
570 assertThat(params.roleHolderDownloadInfo.location).isEqualTo(TEST_DOWNLOAD_LOCATION); in testRoleHolderDownload_roleHolderDownloadInfoWithLocationAndSignature_works()
581 assertThat(params.roleHolderDownloadInfo.location).isEqualTo(TEST_DOWNLOAD_LOCATION); in testRoleHolderDownload_roleHolderDownloadInfo_works()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DFinancedDeviceProvisioningControllerTest.java47 private static final String TEST_DOWNLOAD_LOCATION = "http://www.some.uri.com"; field in FinancedDeviceProvisioningControllerTest
50 .setLocation(TEST_DOWNLOAD_LOCATION)
DDeviceOwnerProvisioningControllerTest.java60 private static final String TEST_DOWNLOAD_LOCATION = "http://www.some.uri.com"; field in DeviceOwnerProvisioningControllerTest
63 .setLocation(TEST_DOWNLOAD_LOCATION)
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
DExtrasProvisioningDataParserTest.java212 private static final String TEST_DOWNLOAD_LOCATION = field in ExtrasProvisioningDataParserTest
222 .setLocation(TEST_DOWNLOAD_LOCATION)
1089 TEST_DOWNLOAD_LOCATION) in testParse_trustedSourceProvisioningWithRoleHolderDownloadInfo_works()
1099 assertThat(params.roleHolderDownloadInfo.location).isEqualTo(TEST_DOWNLOAD_LOCATION); in testParse_trustedSourceProvisioningWithRoleHolderDownloadInfo_works()
1109 TEST_DOWNLOAD_LOCATION) in testParse_managedProfileProvisioningWithRoleHolderDownloadInfo_notParsed()
1125 TEST_DOWNLOAD_LOCATION) in testParse_financedDeviceProvisioningWithRoleHolderDownloadInfo_notParsed()
1374 EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION, TEST_DOWNLOAD_LOCATION); in getTestDeviceAdminDownloadExtras()
1398 TEST_DOWNLOAD_LOCATION); in getShortTestDeviceAdminDownloadExtras()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DDeviceManagementRoleHolderUpdaterHelperTest.java84 private static final String TEST_DOWNLOAD_LOCATION = field in DeviceManagementRoleHolderUpdaterHelperTest
91 .setLocation(TEST_DOWNLOAD_LOCATION)