Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewController.java79 for (NumPadKey button : mView.getButtons()) { in onViewAttached()
124 for (NumPadKey button : mView.getButtons()) { in onViewDetached()
H A DKeyguardPinBasedInputView.java184 NumPadKey[] getButtons() { in getButtons() method in KeyguardPinBasedInputView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java96 when(mPinBasedInputView.getButtons()).thenReturn(mButtons); in setup()