Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallBarringEditPreference.java66 private static final int PW_LENGTH = 4; field in CallBarringEditPreference
195 if (password == null || password.length() != PW_LENGTH) { in onDialogClosed()
DGsmUmtsCallBarringOptions.java105 private static final int PW_LENGTH = 4; field in GsmUmtsCallBarringOptions
343 return password != null && password.length() == PW_LENGTH; in validatePassword()