Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java181 Uri uri, Map<String, String> headers, List<HttpCookie> cookies, in playLiveVideoTest() argument
183 playVideoWithRetries(uri, headers, cookies, null /* width */, null /* height */, playTime); in playLiveVideoTest()
187 Uri uri, Map<String, String> headers, List<HttpCookie> cookies, in playLiveAudioOnlyTest() argument
189 playVideoWithRetries(uri, headers, cookies, -1 /* width */, -1 /* height */, playTime); in playLiveAudioOnlyTest()
193 Uri uri, Map<String, String> headers, List<HttpCookie> cookies, in playVideoWithRetries() argument
200 uri, headers, cookies); in playVideoWithRetries() local
DMediaCodecClearKeyPlayer.java177 public void setAudioDataSource(Uri uri, Map<String, String> headers, boolean encrypted) { in setAudioDataSource() argument
179 mAudioHeaders = headers; in setAudioDataSource()
183 public void setVideoDataSource(Uri uri, Map<String, String> headers, boolean encrypted) { in setVideoDataSource() argument
185 mVideoHeaders = headers; in setVideoDataSource()
303 private void setDataSource(MediaExtractor extractor, Uri uri, Map<String, String> headers) in setDataSource() argument
307 extractor.setDataSource(uri.toString(), headers); in setDataSource() local
309 extractor.setDataSource(uri.toString().substring(FILE_SCHEME.length()), headers); in setDataSource() local
DStreamingMediaPlayerTest.java200 HashMap<String, String> headers = new HashMap<>(); in testHlsWithHeadersCookies() local
201 headers.put("header0", "value0"); in testHlsWithHeadersCookies()
202 headers.put("header1", "value1"); in testHlsWithHeadersCookies()
596 private void localHlsTest(String name, Map<String, String> headers, List<HttpCookie> cookies, in localHlsTest() argument
620 playLiveAudioOnlyTest(Uri.parse(stream_url), headers, cookies, playTime); in localHlsTest() local
622 playLiveVideoTest(Uri.parse(stream_url), headers, cookies, playTime); in localHlsTest() local
DMediaCodecTunneledPlayer.java103 public void setAudioDataSource(Uri uri, Map<String, String> headers) { in setAudioDataSource() argument
105 mAudioHeaders = headers; in setAudioDataSource()
108 public void setVideoDataSource(Uri uri, Map<String, String> headers) { in setVideoDataSource() argument
110 mVideoHeaders = headers; in setVideoDataSource()
DNativeDecoderTest.java201 Map<String, String> headers = null; in getSampleSizes() local
204 if (headers == null) { in getSampleSizes()
205 headers = new HashMap<>(); in getSampleSizes()
209 headers.put(key, value); in getSampleSizes()
211 ex.setDataSource(path, headers); in getSampleSizes()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java267 List<Pair<String, String>> headers = new ArrayList<Pair<String, String>>(); in testOnReceivedLoginRequest() local
268 headers.add(Pair.create(headerName, headerValue)); in testOnReceivedLoginRequest()
272 String url = testServer.setResponse(path, page, headers); in testOnReceivedLoginRequest()
477 HashMap<String, String> headers = new HashMap<String, String>(1); in testShouldInterceptRequestParams() local
478 headers.put(headerName, headerValue); in testShouldInterceptRequestParams()
513 mOnUiThread.loadUrlAndWaitForCompletion(mainUrl, headers); in testShouldInterceptRequestParams()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp37 const KeyedVector<String8, String8> *headers) { in setDataSource() argument
/cts/tools/release-parser/proto/
Drelease.proto211 // app image headers only
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale198 comment headers have been updated accordingly.