Searched refs:getCookie (Results 1 - 6 of 6) sorted by relevance

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DCookieManagerAdapter.java77 public String getCookie(String url) { method in class:CookieManagerAdapter
79 return mChromeCookieManager.getCookie(fixupUrl(url));
87 public String getCookie(String url, boolean privateBrowsing) { method in class:CookieManagerAdapter
88 return getCookie(url);
92 public synchronized String getCookie(WebAddress uri) { method in class:CookieManagerAdapter
93 return mChromeCookieManager.getCookie(uri.toString());
/frameworks/base/core/java/android/webkit/
H A DCookieManager.java147 public String getCookie(String url) { method in class:CookieManager
152 * See {@link #getCookie(String)}.
160 public String getCookie(String url, boolean privateBrowsing) { method in class:CookieManager
173 public synchronized String getCookie(WebAddress uri) { method in class:CookieManager
259 * Ensures all cookies currently accessible through the getCookie API are
/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java121 public int getCookie() { method in class:SuggestionsInfo
H A DTextInfo.java127 public int getCookie() { method in class:TextInfo
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java144 textInfos[i].getCookie(), textInfos[i].getSequence());
372 final int cookie = originalTextInfo.getCookie();
417 final int originalCookie = originalTextInfoParams.mOriginalTextInfo.getCookie();
/frameworks/base/core/java/android/net/http/
H A DRequestHandle.java186 String cookie = CookieManager.getInstance().getCookie(mUri);

Completed in 238 milliseconds