Loading core/java/android/provider/Browser.java +1 −2 Original line number Diff line number Diff line Loading @@ -648,8 +648,7 @@ public class Browser { */ public static class SearchColumns implements BaseColumns { /** * Not used. * @deprecated * @deprecated Not used. */ @Deprecated public static final String URL = "url"; Loading core/java/android/webkit/CacheManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ public final class CacheManager { // only called from WebCore Thread // make sure to call startCacheTransaction/endCacheTransaction in pair /** * @deprecated * @deprecated Not used */ @Deprecated public static boolean startCacheTransaction() { Loading @@ -294,7 +294,7 @@ public final class CacheManager { // only called from WebCore Thread // make sure to call startCacheTransaction/endCacheTransaction in pair /** * @deprecated * @deprecated Not used */ @Deprecated public static boolean endCacheTransaction() { Loading core/java/android/webkit/WebViewClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ public class WebViewClient { * @deprecated This method is no longer called. When the WebView encounters * a redirect loop, it will cancel the load. */ @Deprecated public void onTooManyRedirects(WebView view, Message cancelMsg, Message continueMsg) { cancelMsg.sendToTarget(); Loading Loading
core/java/android/provider/Browser.java +1 −2 Original line number Diff line number Diff line Loading @@ -648,8 +648,7 @@ public class Browser { */ public static class SearchColumns implements BaseColumns { /** * Not used. * @deprecated * @deprecated Not used. */ @Deprecated public static final String URL = "url"; Loading
core/java/android/webkit/CacheManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ public final class CacheManager { // only called from WebCore Thread // make sure to call startCacheTransaction/endCacheTransaction in pair /** * @deprecated * @deprecated Not used */ @Deprecated public static boolean startCacheTransaction() { Loading @@ -294,7 +294,7 @@ public final class CacheManager { // only called from WebCore Thread // make sure to call startCacheTransaction/endCacheTransaction in pair /** * @deprecated * @deprecated Not used */ @Deprecated public static boolean endCacheTransaction() { Loading
core/java/android/webkit/WebViewClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ public class WebViewClient { * @deprecated This method is no longer called. When the WebView encounters * a redirect loop, it will cancel the load. */ @Deprecated public void onTooManyRedirects(WebView view, Message cancelMsg, Message continueMsg) { cancelMsg.sendToTarget(); Loading