Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPinShapeHintingView.java45 private static final int DEFAULT_PIN_LENGTH = 6; field in PinShapeHintingView
51 mPinLength = DEFAULT_PIN_LENGTH; in PinShapeHintingView()
69 if (mPosition == DEFAULT_PIN_LENGTH) { in append()
DKeyguardPinViewController.java44 private static final int DEFAULT_PIN_LENGTH = 6; field in KeyguardPinViewController
180 return mPinLength == DEFAULT_PIN_LENGTH; in isPinHinting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/shared/constants/
DKeyguardBouncerConstants.kt33 const val DEFAULT_PIN_LENGTH = 6 constant