Loading core/java/android/webkit/HttpAuthHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class HttpAuthHandler extends Handler { * previously been rejected by the server for the current request. * * @return whether the credentials are suitable for use * @see Webview#getHttpAuthUsernamePassword * @see WebView#getHttpAuthUsernamePassword */ public boolean useHttpAuthUsernamePassword() { return false; Loading core/java/android/webkit/WebSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -1066,7 +1066,7 @@ public abstract class WebSettings { * * @param appCachePath a String path to the directory containing * Application Caches files. * @see setAppCacheEnabled * @see #setAppCacheEnabled */ public synchronized void setAppCachePath(String appCachePath) { throw new MustOverrideException(); Loading core/java/android/webkit/WebView.java +2 −2 Original line number Diff line number Diff line Loading @@ -615,7 +615,7 @@ public class WebView extends AbsoluteLayout * @param realm the realm to which the credentials apply * @param username the username * @param password the password * @see getHttpAuthUsernamePassword * @see #getHttpAuthUsernamePassword * @see WebViewDatabase#hasHttpAuthUsernamePassword * @see WebViewDatabase#clearHttpAuthUsernamePassword */ Loading @@ -635,7 +635,7 @@ public class WebView extends AbsoluteLayout * @return the credentials as a String array, if found. The first element * is the username and the second element is the password. Null if * no credentials are found. * @see setHttpAuthUsernamePassword * @see #setHttpAuthUsernamePassword * @see WebViewDatabase#hasHttpAuthUsernamePassword * @see WebViewDatabase#clearHttpAuthUsernamePassword */ Loading core/java/android/webkit/WebViewClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ public class WebViewClient { * @param handler the HttpAuthHandler used to set the WebView's response * @param host the host requiring authentication * @param realm the realm for which authentication is required * @see Webview#getHttpAuthUsernamePassword * @see WebView#getHttpAuthUsernamePassword */ public void onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) { Loading Loading
core/java/android/webkit/HttpAuthHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class HttpAuthHandler extends Handler { * previously been rejected by the server for the current request. * * @return whether the credentials are suitable for use * @see Webview#getHttpAuthUsernamePassword * @see WebView#getHttpAuthUsernamePassword */ public boolean useHttpAuthUsernamePassword() { return false; Loading
core/java/android/webkit/WebSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -1066,7 +1066,7 @@ public abstract class WebSettings { * * @param appCachePath a String path to the directory containing * Application Caches files. * @see setAppCacheEnabled * @see #setAppCacheEnabled */ public synchronized void setAppCachePath(String appCachePath) { throw new MustOverrideException(); Loading
core/java/android/webkit/WebView.java +2 −2 Original line number Diff line number Diff line Loading @@ -615,7 +615,7 @@ public class WebView extends AbsoluteLayout * @param realm the realm to which the credentials apply * @param username the username * @param password the password * @see getHttpAuthUsernamePassword * @see #getHttpAuthUsernamePassword * @see WebViewDatabase#hasHttpAuthUsernamePassword * @see WebViewDatabase#clearHttpAuthUsernamePassword */ Loading @@ -635,7 +635,7 @@ public class WebView extends AbsoluteLayout * @return the credentials as a String array, if found. The first element * is the username and the second element is the password. Null if * no credentials are found. * @see setHttpAuthUsernamePassword * @see #setHttpAuthUsernamePassword * @see WebViewDatabase#hasHttpAuthUsernamePassword * @see WebViewDatabase#clearHttpAuthUsernamePassword */ Loading
core/java/android/webkit/WebViewClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ public class WebViewClient { * @param handler the HttpAuthHandler used to set the WebView's response * @param host the host requiring authentication * @param realm the realm for which authentication is required * @see Webview#getHttpAuthUsernamePassword * @see WebView#getHttpAuthUsernamePassword */ public void onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) { Loading