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()
160 CharSequence passwordStr = in setLock() local163 LockscreenCredential.createPassword(passwordStr), in setLock()
878 CharSequence passwordStr = new String(password, Charset.forName("UTF-8")); in createLockscreenCredential() local879 return LockscreenCredential.createPassword(passwordStr); in createLockscreenCredential()