Searched refs:DEFAULT_PIN_LENGTH (Results 1 – 3 of 3) sorted by relevance
45 private static final int DEFAULT_PIN_LENGTH = 6; field in PinShapeHintingView51 mPinLength = DEFAULT_PIN_LENGTH; in PinShapeHintingView()69 if (mPosition == DEFAULT_PIN_LENGTH) { in append()
44 private static final int DEFAULT_PIN_LENGTH = 6; field in KeyguardPinViewController180 return mPinLength == DEFAULT_PIN_LENGTH; in isPinHinting()
33 const val DEFAULT_PIN_LENGTH = 6 constant