Searched refs:passwordStr (Results 1 – 3 of 3) sorted by relevance
75 String passwordStr = icicle.getString("reconnect_password"); in onCreate() local76 if (passwordStr != null) { in onCreate()77 mReconnectPassword = passwordStr; in onCreate()
1302 CharSequence passwordStr = new String(password, Charset.forName("UTF-8")); in createLockscreenCredential() local1303 return LockscreenCredential.createPassword(passwordStr); in createLockscreenCredential()
1124 CharSequence passwordStr = new String(password, StandardCharsets.UTF_8); in createLockscreenCredential() local1125 return LockscreenCredential.createPassword(passwordStr); in createLockscreenCredential()