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