Searched refs:passwordFromIntent (Results 1 – 1 of 1) sorted by relevance
111 String passwordFromIntent = key.substring(0, PASSWORD_LENGTH); in isIntentValid() local113 boolean verified = Objects.equals(passwordFromIntent, password); in isIntentValid()115 Log.w(LOG_TAG, "Invalid password: " + passwordFromIntent); in isIntentValid()