@@ -26107,35 +26107,6 @@ package android.view.textservice {
2610726107
2610826108package android.webkit {
2610926109
26110- public final deprecated class CacheManager {
26111- ctor public CacheManager();
26112- method public static deprecated boolean cacheDisabled();
26113- method public static deprecated boolean endCacheTransaction();
26114- method public static deprecated android.webkit.CacheManager.CacheResult getCacheFile(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
26115- method public static deprecated java.io.File getCacheFileBaseDir();
26116- method public static deprecated void saveCacheFile(java.lang.String, android.webkit.CacheManager.CacheResult);
26117- method public static deprecated boolean startCacheTransaction();
26118- }
26119-
26120- public static deprecated class CacheManager.CacheResult {
26121- ctor public CacheManager.CacheResult();
26122- method public java.lang.String getContentDisposition();
26123- method public long getContentLength();
26124- method public java.lang.String getETag();
26125- method public java.lang.String getEncoding();
26126- method public long getExpires();
26127- method public java.lang.String getExpiresString();
26128- method public int getHttpStatusCode();
26129- method public java.io.InputStream getInputStream();
26130- method public java.lang.String getLastModified();
26131- method public java.lang.String getLocalPath();
26132- method public java.lang.String getLocation();
26133- method public java.lang.String getMimeType();
26134- method public java.io.OutputStream getOutputStream();
26135- method public void setEncoding(java.lang.String);
26136- method public void setInputStream(java.io.InputStream);
26137- }
26138-
2613926110 public class ConsoleMessage {
2614026111 ctor public ConsoleMessage(java.lang.String, java.lang.String, int, android.webkit.ConsoleMessage.MessageLevel);
2614126112 method public int lineNumber();
@@ -26298,7 +26269,6 @@ package android.webkit {
2629826269
2629926270 public class WebHistoryItem implements java.lang.Cloneable {
2630026271 method public android.graphics.Bitmap getFavicon();
26301- method public deprecated int getId();
2630226272 method public java.lang.String getOriginalUrl();
2630326273 method public java.lang.String getTitle();
2630426274 method public java.lang.String getUrl();
@@ -26357,7 +26327,6 @@ package android.webkit {
2635726327 method public synchronized boolean getLoadsImagesAutomatically();
2635826328 method public synchronized int getMinimumFontSize();
2635926329 method public synchronized int getMinimumLogicalFontSize();
26360- method public deprecated boolean getNavDump();
2636126330 method public synchronized android.webkit.WebSettings.PluginState getPluginState();
2636226331 method public deprecated synchronized boolean getPluginsEnabled();
2636326332 method public deprecated synchronized java.lang.String getPluginsPath();
@@ -26368,10 +26337,7 @@ package android.webkit {
2636826337 method public synchronized java.lang.String getStandardFontFamily();
2636926338 method public deprecated synchronized android.webkit.WebSettings.TextSize getTextSize();
2637026339 method public synchronized int getTextZoom();
26371- method public deprecated synchronized boolean getUseDoubleTree();
26372- method public deprecated boolean getUseWebViewBackgroundForOverscrollBackground();
2637326340 method public synchronized boolean getUseWideViewPort();
26374- method public deprecated synchronized int getUserAgent();
2637526341 method public synchronized java.lang.String getUserAgentString();
2637626342 method public void setAllowContentAccess(boolean);
2637726343 method public void setAllowFileAccess(boolean);
@@ -26406,7 +26372,6 @@ package android.webkit {
2640626372 method public synchronized void setLoadsImagesAutomatically(boolean);
2640726373 method public synchronized void setMinimumFontSize(int);
2640826374 method public synchronized void setMinimumLogicalFontSize(int);
26409- method public deprecated void setNavDump(boolean);
2641026375 method public void setNeedInitialFocus(boolean);
2641126376 method public synchronized void setPluginState(android.webkit.WebSettings.PluginState);
2641226377 method public deprecated synchronized void setPluginsEnabled(boolean);
@@ -26421,10 +26386,7 @@ package android.webkit {
2642126386 method public void setSupportZoom(boolean);
2642226387 method public deprecated synchronized void setTextSize(android.webkit.WebSettings.TextSize);
2642326388 method public synchronized void setTextZoom(int);
26424- method public deprecated synchronized void setUseDoubleTree(boolean);
26425- method public deprecated void setUseWebViewBackgroundForOverscrollBackground(boolean);
2642626389 method public synchronized void setUseWideViewPort(boolean);
26427- method public deprecated synchronized void setUserAgent(int);
2642826390 method public synchronized void setUserAgentString(java.lang.String);
2642926391 method public synchronized boolean supportMultipleWindows();
2643026392 method public boolean supportZoom();
@@ -26529,12 +26491,8 @@ package android.webkit {
2652926491 method public void clearSslPreferences();
2653026492 method public void clearView();
2653126493 method public android.webkit.WebBackForwardList copyBackForwardList();
26532- method public deprecated void debugDump();
2653326494 method public void destroy();
26534- method public static deprecated void disablePlatformNotifications();
2653526495 method public void documentHasImages(android.os.Message);
26536- method public deprecated void emulateShiftHeld();
26537- method public static deprecated void enablePlatformNotifications();
2653826496 method public static java.lang.String findAddress(java.lang.String);
2653926497 method public deprecated int findAll(java.lang.String);
2654026498 method public void findAllAsync(java.lang.String);
@@ -26552,7 +26510,6 @@ package android.webkit {
2655226510 method public android.webkit.WebSettings getSettings();
2655326511 method public java.lang.String getTitle();
2655426512 method public java.lang.String getUrl();
26555- method public deprecated int getVisibleTitleHeight();
2655626513 method public void goBack();
2655726514 method public void goBackOrForward(int);
2655826515 method public void goForward();
@@ -26577,11 +26534,9 @@ package android.webkit {
2657726534 method public void removeJavascriptInterface(java.lang.String);
2657826535 method public void requestFocusNodeHref(android.os.Message);
2657926536 method public void requestImageRef(android.os.Message);
26580- method public deprecated boolean restorePicture(android.os.Bundle, java.io.File);
2658126537 method public android.webkit.WebBackForwardList restoreState(android.os.Bundle);
2658226538 method public void resumeTimers();
2658326539 method public void savePassword(java.lang.String, java.lang.String, java.lang.String);
26584- method public deprecated boolean savePicture(android.os.Bundle, java.io.File);
2658526540 method public android.webkit.WebBackForwardList saveState(android.os.Bundle);
2658626541 method public void saveWebArchive(java.lang.String);
2658726542 method public void saveWebArchive(java.lang.String, boolean, android.webkit.ValueCallback<java.lang.String>);
@@ -26593,7 +26548,6 @@ package android.webkit {
2659326548 method public void setInitialScale(int);
2659426549 method public void setMapTrackballToArrowKeys(boolean);
2659526550 method public void setNetworkAvailable(boolean);
26596- method public deprecated void setPictureListener(android.webkit.WebView.PictureListener);
2659726551 method public void setVerticalScrollbarOverlay(boolean);
2659826552 method public void setWebChromeClient(android.webkit.WebChromeClient);
2659926553 method public void setWebViewClient(android.webkit.WebViewClient);
@@ -26677,7 +26631,6 @@ package android.webkit {
2667726631 method public boolean hasFormData();
2667826632 method public boolean hasHttpAuthUsernamePassword();
2667926633 method public boolean hasUsernamePassword();
26680- field protected static final java.lang.String LOGTAG = "webviewdatabase";
2668126634 }
2668226635
2668326636 public class WebViewFragment extends android.app.Fragment {
0 commit comments