Home
last modified time | relevance | path

Searched refs:SOURCE_URI_1 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DDownloadRequestTest.java69 CtsDownloadService.SOURCE_URI_1, destinationDirectoryUri) in testBuilderConstruction()
82 CtsDownloadService.SOURCE_URI_1, destinationDirectoryUri) in testServiceIdEquivalency()
88 CtsDownloadService.SOURCE_URI_1, destinationDirectoryUri) in testServiceIdEquivalency()
DMbmsDownloadTestBase.java158 CtsDownloadService.SOURCE_URI_1, destinationDirectoryUri) in setUp()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java109 public static final Uri SOURCE_URI_1 = DOWNLOAD_SOURCE_URI_ROOT.buildUpon() field in CtsDownloadService
442 if (SOURCE_URI_1.equals(request.getSourceUri())) { in getRequestedFiles()