Searched refs:cookies (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_location_ContextHubService.cpp | 89 uint32_t *cookies; member 292 db.hubInfo.cookies = (uint32_t *)malloc(sizeof(uint32_t) * db.hubInfo.numHubs); in initContextHubService() 294 if (!db.hubInfo.cookies) { in initContextHubService() 300 db.hubInfo.cookies[i] = db.hubInfo.hubs[i].hub_id; in initContextHubService() 303 &db.hubInfo.cookies[i]) == 0) { in initContextHubService()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 706 int[] cookies = new int[paths.length]; in addAssetPaths() local 708 cookies[i] = addAssetPath(paths[i]); in addAssetPaths() 711 return cookies; in addAssetPaths()
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 276 class="external-link">mixed content</a> and third party cookies by default. To allow mixed 277 content and third party cookies, use the 289 allows mixed content and third party cookies, and always renders the whole
|
D | android-3.1.jd | 751 <li>File scheme cookies 753 <li>The {@link android.webkit.CookieManager} now supports cookies that use 758 enable/disable support for file scheme cookies, before constructing an instance 760 <code>CookieManager</code> instance, you can check whether file scheme cookies
|
D | android-4.0.jd | 395 <li>HTTP(S) live streaming now respects HTTP cookies across requests</li>
|
/frameworks/base/docs/html/work/ |
D | guide.jd | 314 inspecting cookies or injecting JavaScript® to access a user’s
|
/frameworks/base/docs/html-intl/intl/es/about/versions/ |
D | android-5.0.jd | 236 …ernal-link">contenido mixto</a> y cookies de terceros de forma predeterminada. Para permitir conte… 240 …es de API anteriores a 21:</strong> El sistema permite contenido mixto y cookies de terceros, y si…
|
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/ |
D | android-5.0.jd | 234 …ass="external-link">conteúdo misto</a> e cookies de terceiros por padrão. Para permitir conteúdo m… 238 …veis de API inferiores a 21:</strong> o sistema permite conteúdo misto e cookies de terceiros, alé…
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 125 and response headers, posting content, managing cookies, using proxies, caching responses,
|