Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewControllerTest.java710 assertThat(mKeyguardStatusBarView.isKeyguardUserAvatarEnabled()).isFalse(); in testNewUserSwitcherDisablesAvatar_newUiOn()
722 assertThat(mKeyguardStatusBarView.isKeyguardUserAvatarEnabled()).isTrue(); in testNewUserSwitcherDisablesAvatar_newUiOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java411 boolean isKeyguardUserAvatarEnabled() { in isKeyguardUserAvatarEnabled() method in KeyguardStatusBarView