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.java32 private static final String TEST_DOWNLOAD_LOCATION = field in PackageDownloadInfoTest
44 .setLocation(TEST_DOWNLOAD_LOCATION) in testBuilderWriteAndReadBack()
51 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location); in testBuilderWriteAndReadBack()
64 .setLocation(TEST_DOWNLOAD_LOCATION) in testFailToConstructPackageInfoWithDownloadLocationWithoutChecksum()
90 .setLocation(TEST_DOWNLOAD_LOCATION) in testConstructPackageInfoWithDownloadLocationAndPackageChecksum()
94 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location); in testConstructPackageInfoWithDownloadLocationAndPackageChecksum()
103 .setLocation(TEST_DOWNLOAD_LOCATION) in testConstructPackageInfoWithDownloadLocationAndSignatureChecksum()
107 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location); in testConstructPackageInfoWithDownloadLocationAndSignatureChecksum()
115 .setLocation(TEST_DOWNLOAD_LOCATION) in testEquals()
122 .setLocation(TEST_DOWNLOAD_LOCATION) in testEquals()
[all …]
DProvisioningParamsTest.java87 private static final String TEST_DOWNLOAD_LOCATION = field in ProvisioningParamsTest
96 .setLocation(TEST_DOWNLOAD_LOCATION)
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DFinancedDeviceProvisioningControllerTest.java48 private static final String TEST_DOWNLOAD_LOCATION = "http://www.some.uri.com"; field in FinancedDeviceProvisioningControllerTest
51 .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/
DPropertiesProvisioningDataParserTest.java190 private static final String TEST_DOWNLOAD_LOCATION = field in PropertiesProvisioningDataParserTest
199 .setLocation(TEST_DOWNLOAD_LOCATION)
270 .setLocation(TEST_DOWNLOAD_LOCATION) in testParse_nfcProvisioningIntent()
612 TEST_DOWNLOAD_LOCATION); in setTestDeviceAdminDownload()
628 TEST_DOWNLOAD_LOCATION); in setShortTestDeviceAdminDownload()
DExtrasProvisioningDataParserTest.java204 private static final String TEST_DOWNLOAD_LOCATION = field in ExtrasProvisioningDataParserTest
213 .setLocation(TEST_DOWNLOAD_LOCATION)
973 EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION, TEST_DOWNLOAD_LOCATION); in getTestDeviceAdminDownloadExtras()
997 TEST_DOWNLOAD_LOCATION); in getShortTestDeviceAdminDownloadExtras()