HomeSort by relevance Sort by last modified time
    Searched defs:WRONG_PASSWORD (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 31 public static final int WRONG_PASSWORD = 16;
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 33 private static final String WRONG_PASSWORD = "wrong_password";
112 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD);
184 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD);
195 client = new ProceedHttpAuthClient(2, WRONG_USERNAME, WRONG_PASSWORD);
  /frameworks/base/keystore/java/android/security/
KeyStore.java 45 public static final int WRONG_PASSWORD = 10;

Completed in 340 milliseconds