Home
last modified time | relevance | path

Searched refs:CONTENT_PASSWORD_MIN_LENGTH_COLUMN (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DPolicy.java86 public static final int CONTENT_PASSWORD_MIN_LENGTH_COLUMN = 2; field in Policy
312 mPasswordMinLength = cursor.getInt(CONTENT_PASSWORD_MIN_LENGTH_COLUMN); in restore()