Searched refs:PASSWORD (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java143 * to manipulation of a PASSWORD field does NOT CONTAIN the text of the password.
224 private static final int PASSWORD = 0x00000004; field in class:AccessibilityEvent
299 return getBooleanProperty(PASSWORD);
308 setBooleanProperty(PASSWORD, isPassword);
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java579 private static final String PASSWORD = "android"; field in class:SSLSocketTest
772 keyStore.load(inputStream, PASSWORD.toCharArray());
777 keyManagerFactory.init(keyStore, PASSWORD.toCharArray());
/frameworks/base/cmds/keystore/
H A Dkeystore.c415 PASSWORD = 128, enumerator in enum:perm
434 {password, 'p', 0, PASSWORD, {PASSWORD_SIZE, PASSWORD_SIZE}},
/frameworks/base/core/java/android/provider/
H A DTelephony.java1702 public static final String PASSWORD = "password"; field in class:Telephony.Carriers
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java560 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.PASSWORD)),

Completed in 91 milliseconds