Searched defs:TEST_DOWNLOAD_LOCATION (Results 1 - 5 of 5) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
H A DPackageDownloadInfoTest.java32 private static final String TEST_DOWNLOAD_LOCATION = field in class:PackageDownloadInfoTest
45 .setLocation(TEST_DOWNLOAD_LOCATION)
52 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location);
65 .setLocation(TEST_DOWNLOAD_LOCATION)
91 .setLocation(TEST_DOWNLOAD_LOCATION)
95 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location);
104 .setLocation(TEST_DOWNLOAD_LOCATION)
108 assertEquals(TEST_DOWNLOAD_LOCATION, downloadInfo.location);
116 .setLocation(TEST_DOWNLOAD_LOCATION)
123 .setLocation(TEST_DOWNLOAD_LOCATION)
[all...]
H A DProvisioningParamsTest.java73 private static final String TEST_DOWNLOAD_LOCATION = field in class:ProvisioningParamsTest
82 .setLocation(TEST_DOWNLOAD_LOCATION)
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
H A DDeviceOwnerProvisioningControllerTest.java58 private static final String TEST_DOWNLOAD_LOCATION = "http://www.some.uri.com"; field in class:DeviceOwnerProvisioningControllerTest
61 .setLocation(TEST_DOWNLOAD_LOCATION)
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
H A DExtrasProvisioningDataParserTest.java127 private static final String TEST_DOWNLOAD_LOCATION = field in class:ExtrasProvisioningDataParserTest
136 .setLocation(TEST_DOWNLOAD_LOCATION)
547 EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION, TEST_DOWNLOAD_LOCATION);
H A DPropertiesProvisioningDataParserTest.java110 private static final String TEST_DOWNLOAD_LOCATION = field in class:PropertiesProvisioningDataParserTest
119 .setLocation(TEST_DOWNLOAD_LOCATION)
190 .setLocation(TEST_DOWNLOAD_LOCATION)
292 TEST_DOWNLOAD_LOCATION);

Completed in 252 milliseconds