Searched refs:PASSWORD_LENGTH (Results 1 – 1 of 1) sorted by relevance
48 private static final int PASSWORD_LENGTH = 36; field in BaseSearchIndexablesProvider111 if (key == null || key.length() < PASSWORD_LENGTH) { in isIntentValid()114 String passwordFromIntent = key.substring(0, PASSWORD_LENGTH); in isIntentValid()