Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputViewController.java102 && getInitialMessageResId() != 0) { in onViewAttached()
104 mView.getResources().getString(getInitialMessageResId()), in onViewAttached()
180 protected abstract int getInitialMessageResId(); in getInitialMessageResId() method in KeyguardInputViewController
DKeyguardPinBasedInputViewController.java192 mMessageAreaController.setMessage(getInitialMessageResId()); in resetState()
203 protected int getInitialMessageResId() { in getInitialMessageResId() method in KeyguardPinBasedInputViewController
DKeyguardPasswordViewController.java231 mMessageAreaController.setMessage(getInitialMessageResId()); in resetState()
363 protected int getInitialMessageResId() { in getInitialMessageResId() method in KeyguardPasswordViewController
DKeyguardPatternViewController.java371 mMessageAreaController.setMessage(getInitialMessageResId()); in displayDefaultSecurityMessage()
408 protected int getInitialMessageResId() { in getInitialMessageResId() method in KeyguardPatternViewController
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardPinBasedInputViewControllerTest.java137 assertThat(mKeyguardPinViewController.getInitialMessageResId()).isNotEqualTo(0); in testGetInitialMessageResId()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardAbsKeyInputViewControllerTest.java122 protected int getInitialMessageResId() { in createTestObject() method in KeyguardAbsKeyInputViewControllerTest