Home
last modified time | relevance | path

Searched refs:BASE_URL (Results 1 – 4 of 4) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEventUrlHelper.java32 private static final String BASE_URL = URI_SCHEME + "://" + URI_AUTHORITY; field in EventUrlHelper
54 return Uri.parse(BASE_URL).buildUpon().appendQueryParameter(URL_EVENT_KEY, in getEncryptedOdpEventUrl()
/packages/modules/OnDevicePersonalization/tests/manualtests/src/com/android/ondevicepersonalization/services/download/mdd/
DLocalFileDownloaderTest.java42 private static final String BASE_URL = "file:///data/local/tmp/test_data1.json"; field in LocalFileDownloaderTest
58 BASE_URL).setFileUri(fileUri).setDownloadConstraints( in testValidDebugUrl()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/mdd/
DOnDevicePersonalizationFileGroupPopulatorTest.java59 private static final String BASE_URL = field in OnDevicePersonalizationFileGroupPopulatorTest
136 assertTrue(downloadUrl.startsWith(BASE_URL)); in testCreateDownloadUrlNoSyncToken()
164 assertTrue(downloadUrl.startsWith(BASE_URL)); in testCreateDownloadUrlQueryParameters()
DOnDevicePersonalizationFileDownloaderTest.java46 private static final String BASE_URL = field in OnDevicePersonalizationFileDownloaderTest
63 BASE_URL).setFileUri(fileUri).setDownloadConstraints( in testValidDebugUrl()