| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ | 
| D | SyntheticPasswordTests.java | 106         final LockscreenCredential password = newPassword("user-password");  in testNonNoneLskfBasedProtector()  local172         final LockscreenCredential password = newPassword("password");  in testChangeCredential()  local
 185         LockscreenCredential password = newPassword("password");  in testVerifyCredential()  local
 199         LockscreenCredential password = newPassword("password");  in testClearCredential()  local
 205         mService.setLockCredential(nonePassword(), password, PRIMARY_USER_ID);  in testClearCredential()  local
 217         LockscreenCredential password = newPassword("password");  in testChangeCredentialKeepsAuthSecret()  local
 235         LockscreenCredential password = newPassword("password");  in testVerifyPassesPrimaryUserAuthSecret()  local
 246         LockscreenCredential password = newPassword("password");  in testSecondaryUserDoesNotPassAuthSecret()  local
 265         LockscreenCredential password = newPassword("password");  in testUnlockUserKeyIfUnsecuredPassesPrimaryUserAuthSecretIfPasswordIsCleared()  local
 267         mService.setLockCredential(nonePassword(), password, PRIMARY_USER_ID);  in testUnlockUserKeyIfUnsecuredPassesPrimaryUserAuthSecretIfPasswordIsCleared()  local
 [all …]
 
 | 
| D | WeakEscrowTokenTests.java | 78         LockscreenCredential password = newPassword("password");  in testWeakTokenActivatedLaterWithUserPassword()  local100         LockscreenCredential password = newPassword("password");  in testWeakTokensRemovedIfCredentialChanged()  local
 159         LockscreenCredential password = newPassword("password");  in testUnlockUserWithToken_weakEscrowToken()  local
 
 | 
| D | LockSettingsServiceTestable.java | 169             LockscreenCredential password) {  in tieProfileLockToParent()201     void setKeystorePassword(byte[] password, int userHandle) {  in setKeystorePassword()
 
 | 
| D | FakeGateKeeperService.java | 33         public byte[] password;  field in FakeGateKeeperService.VerifyHandle36         public VerifyHandle(byte[] password, long sid) {  in VerifyHandle()
 
 | 
| /frameworks/base/core/tests/coretests/src/com/android/internal/widget/ | 
| D | LockscreenCredentialTest.java | 54         LockscreenCredential password = LockscreenCredential.createPassword("password");  in testPasswordCredential()  local102         LockscreenCredential password = LockscreenCredential.createPassword("password");  in testSanitize()  local
 181         String password = "1234";  in testPasswordToHistoryHash()  local
 197         String password = "1234";  in testPasswordToHistoryHashInvalidInput()  local
 225         String password = "1234";  in testLegacyPasswordToHash()  local
 237         String password = "1234";  in testLegacyPasswordToHashInvalidInput()  local
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/ | 
| D | PasswordBouncerViewModelTest.kt | 78             val password by collectLastValue(underTest.password)  in onShown()  constant99             val password by collectLastValue(underTest.password)  in onPasswordInputChanged()  constant
 141             val password by collectLastValue(underTest.password)  in onAuthenticateKeyPressed_whenWrong()  constant
 164             val password by collectLastValue(underTest.password)  in onAuthenticateKeyPressed_correctAfterWrong()  constant
 
 | 
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/ | 
| D | BackupPasswordManagerTest.java | 96         String password = "password1234";  in backupPasswordMatches_isTrueForSamePassword()  local109         String password = "corgi\uFFFF";  in backupPasswordMatches_worksForV1HashIfVersionIsV1()  local
 124         String password = "corgi\uFFFF";  in backupPasswordMatches_failsForV1HashIfVersionIsV2()  local
 146         String password = "shiba";  in setBackupPassword_persistsPasswordToFile()  local
 193     private void writeV1HashToFile(String password, byte[] salt) throws Exception {  in writeV1HashToFile()
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ | 
| D | PasswordBouncerViewModel.kt | 38     val password: StateFlow<String> = _password.asStateFlow()  constant56         val password = _password.value.toCharArray().toList()  in onAuthenticateKeyPressed()  constant
 
 | 
| /frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/ | 
| D | IInitialLockSetupService.aidl | 39     int checkValidLock(in int lockType, in byte[] password) = 2;  in checkValidLock()46     int setLock(in int lockType, in byte[] password) = 3;  in setLock()
 
 | 
| /frameworks/base/core/java/com/android/internal/widget/ | 
| D | LockscreenCredential.java | 107     public static LockscreenCredential createPassword(@NonNull CharSequence password) {  in createPassword()118     public static LockscreenCredential createManagedPassword(@NonNull byte[] password) {  in createManagedPassword()
 135     public static LockscreenCredential createPasswordOrNone(@Nullable CharSequence password) {  in createPasswordOrNone()
 299     public static String legacyPasswordToHash(byte[] password, byte[] salt) {  in legacyPasswordToHash()
 
 | 
| /frameworks/base/core/java/android/security/ | 
| D | Scrypt.java | 26     native byte[] nativeScrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen);  in nativeScrypt()29     public byte[] scrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen) {  in scrypt()
 
 | 
| /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ | 
| D | WifiConfigurationHelper.java | 72     public static WifiConfiguration createWepConfig(String ssid, String password) {  in createWepConfig()94     public static WifiConfiguration createPskConfig(String ssid, String password) {  in createPskConfig()
 119     public static WifiConfiguration createEapConfig(String ssid, String password, int eapMethod,  in createEapConfig()
 198         String password = null;  in getWifiConfiguration()  local
 
 | 
| D | ConnectivityManagerTestRunner.java | 62         String password = (String) icicle.get("password");  in onCreate()  local
 | 
| /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ | 
| D | WifiAssociationTest.java | 64         String password = arguments.getString("password");  in testWifiAssociation()  local80     private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) {  in getConfig()
 
 | 
| /frameworks/base/core/java/android/webkit/ | 
| D | HttpAuthHandler.java | 71     public void proceed(String username, String password) {  in proceed()
 | 
| D | WebViewDatabase.java | 132             String username, String password);  in setHttpAuthUsernamePassword()
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ | 
| D | MockScrypt.java | 31     public byte[] scrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen) {  in scrypt()
 | 
| /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ | 
| D | KeyStoreProxy.java | 37     Key getKey(String alias, char[] password)  in getKey()
 | 
| D | KeyStoreProxyImpl.java | 49     public Key getKey(String alias, char[] password)  in getKey()
 | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ | 
| D | IccCard.java | 193              String password, Message onComplete) {  in setIccLockEnabled()209              String password, Message onComplete) {  in setIccFdnEnabled()
 
 | 
| /frameworks/base/core/java/android/app/admin/ | 
| D | PasswordMetrics.java | 137     private static boolean hasInvalidCharacters(byte[] password) {  in hasInvalidCharacters()215     public static PasswordMetrics computeForPasswordOrPin(byte[] password, boolean isPin) {  in computeForPasswordOrPin()
 527             PasswordMetrics adminMetrics, int minComplexity, boolean isPin, byte[] password) {  in validatePassword()
 701     public static boolean isNumericOnly(@NonNull String password) {  in isNumericOnly()
 
 | 
| /frameworks/base/core/jni/ | 
| D | android_security_Scrypt.cpp | 34 static jbyteArray android_security_Scrypt_nativeScrypt(JNIEnv* env, jobject, jbyteArray password, j…  in android_security_Scrypt_nativeScrypt()
 | 
| /frameworks/base/keystore/java/android/security/ | 
| D | AndroidKeyStoreMaintenance.java | 95     public static int onUserPasswordChanged(int userId, @Nullable byte[] password) {  in onUserPasswordChanged()
 | 
| /frameworks/base/keystore/java/android/security/keystore2/ | 
| D | AndroidKeyStoreSpi.java | 117     public Key engineGetKey(String alias, char[] password) throws NoSuchAlgorithmException,  in engineGetKey()271     public void engineSetKeyEntry(String alias, Key key, char[] password, Certificate[] chain)  in engineSetKeyEntry()
 1189     public void engineStore(OutputStream stream, char[] password) throws IOException,  in engineStore()
 1195     public void engineLoad(InputStream stream, char[] password) throws IOException,  in engineLoad()
 
 | 
| /frameworks/base/core/java/android/debug/ | 
| D | IAdbManager.aidl | 93     void enablePairingByQrCode(String serviceName, String password);  in enablePairingByQrCode()
 |