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.java98 private static final String TEST_DOWNLOAD_LOCATION = field in ProvisioningParamsTest
107 .setLocation(TEST_DOWNLOAD_LOCATION)
/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.java57 private static final String TEST_DOWNLOAD_LOCATION = "http://www.some.uri.com"; field in DeviceOwnerProvisioningControllerTest
60 .setLocation(TEST_DOWNLOAD_LOCATION)
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
DPropertiesProvisioningDataParserTest.java181 private static final String TEST_DOWNLOAD_LOCATION = field in PropertiesProvisioningDataParserTest
190 .setLocation(TEST_DOWNLOAD_LOCATION)
258 .setLocation(TEST_DOWNLOAD_LOCATION) in testParse_nfcProvisioningIntent()
613 TEST_DOWNLOAD_LOCATION); in setTestDeviceAdminDownload()
629 TEST_DOWNLOAD_LOCATION); in setShortTestDeviceAdminDownload()
DExtrasProvisioningDataParserTest.java210 private static final String TEST_DOWNLOAD_LOCATION = field in ExtrasProvisioningDataParserTest
219 .setLocation(TEST_DOWNLOAD_LOCATION)
1194 EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION, TEST_DOWNLOAD_LOCATION); in getTestDeviceAdminDownloadExtras()
1218 TEST_DOWNLOAD_LOCATION); in getShortTestDeviceAdminDownloadExtras()