Loading core/java/android/webkit/HttpAuthHandler.java +0 −10 Original line number Original line Diff line number Diff line Loading @@ -61,14 +61,4 @@ public class HttpAuthHandler extends Handler { */ */ public void proceed(String username, String password) { public void proceed(String username, String password) { } } /** * Gets whether the prompt dialog should be suppressed. * * @return whether the prompt dialog should be suppressed * @hide */ public boolean suppressDialog() { return false; } } } core/java/android/webkit/WebChromeClient.java +0 −11 Original line number Original line Diff line number Diff line Loading @@ -525,15 +525,4 @@ public class WebChromeClient { public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { uploadFile.onReceiveValue(null); uploadFile.onReceiveValue(null); } } /** * Tell the client that the page being viewed has an autofillable * form and the user would like to set a profile up. * @param msg A Message to send once the user has successfully * set up a profile and to inform the WebTextView it should * now autofill using that new profile. * @hide */ public void setupAutoFill(Message msg) { } } } Loading
core/java/android/webkit/HttpAuthHandler.java +0 −10 Original line number Original line Diff line number Diff line Loading @@ -61,14 +61,4 @@ public class HttpAuthHandler extends Handler { */ */ public void proceed(String username, String password) { public void proceed(String username, String password) { } } /** * Gets whether the prompt dialog should be suppressed. * * @return whether the prompt dialog should be suppressed * @hide */ public boolean suppressDialog() { return false; } } }
core/java/android/webkit/WebChromeClient.java +0 −11 Original line number Original line Diff line number Diff line Loading @@ -525,15 +525,4 @@ public class WebChromeClient { public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { uploadFile.onReceiveValue(null); uploadFile.onReceiveValue(null); } } /** * Tell the client that the page being viewed has an autofillable * form and the user would like to set a profile up. * @param msg A Message to send once the user has successfully * set up a profile and to inform the WebTextView it should * now autofill using that new profile. * @hide */ public void setupAutoFill(Message msg) { } } }