Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewControllerTest.java486 assertThat(mKeyguardStatusBarView.isKeyguardUserAvatarEnabled()).isFalse(); in testNewUserSwitcherDisablesAvatar_newUiOn()
498 assertThat(mKeyguardStatusBarView.isKeyguardUserAvatarEnabled()).isTrue(); in testNewUserSwitcherDisablesAvatar_newUiOff()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java388 boolean isKeyguardUserAvatarEnabled() { in isKeyguardUserAvatarEnabled() method in KeyguardStatusBarView