Loading core/java/android/webkit/HttpAuthHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -49,8 +49,8 @@ public class HttpAuthHandler extends Handler { // Message id for handling the user response private final int AUTH_PROCEED = 100; private final int AUTH_CANCEL = 200; private static final int AUTH_PROCEED = 100; private static final int AUTH_CANCEL = 200; /** * Creates a new HTTP authentication handler with an empty Loading core/java/android/webkit/SslErrorHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public class SslErrorHandler extends Handler { private Bundle mSslPrefTable; // Message id for handling the response private final int HANDLE_RESPONSE = 100; private static final int HANDLE_RESPONSE = 100; @Override public void handleMessage(Message msg) { Loading Loading
core/java/android/webkit/HttpAuthHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -49,8 +49,8 @@ public class HttpAuthHandler extends Handler { // Message id for handling the user response private final int AUTH_PROCEED = 100; private final int AUTH_CANCEL = 200; private static final int AUTH_PROCEED = 100; private static final int AUTH_CANCEL = 200; /** * Creates a new HTTP authentication handler with an empty Loading
core/java/android/webkit/SslErrorHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public class SslErrorHandler extends Handler { private Bundle mSslPrefTable; // Message id for handling the response private final int HANDLE_RESPONSE = 100; private static final int HANDLE_RESPONSE = 100; @Override public void handleMessage(Message msg) { Loading