Searched refs:isDeviceInteractive (Results 1 – 12 of 12) sorted by relevance
55 when(mStatusBar.isDeviceInteractive()).thenReturn(false); in testVolumeChangeW_deviceNotInteractiveAOD()63 when(mStatusBar.isDeviceInteractive()).thenReturn(true); in testVolumeChangeW_deviceInteractive()71 when(mStatusBar.isDeviceInteractive()).thenReturn(true); in testVolumeChangeW_deviceInteractive_StartedSleeping()74 when(mStatusBar.isDeviceInteractive()).thenReturn(false); in testVolumeChangeW_deviceInteractive_StartedSleeping()
130 public boolean isDeviceInteractive() { in isDeviceInteractive() method in KeyguardMonitorImpl131 return mKeyguardUpdateMonitor.isDeviceInteractive(); in isDeviceInteractive()
32 default boolean isDeviceInteractive() { in isDeviceInteractive() method
225 if (!mUpdateMonitor.isDeviceInteractive()) { in onBiometricAcquired()270 boolean wasDeviceInteractive = mUpdateMonitor.isDeviceInteractive(); in startWakeAndUnlock()399 if (!mUpdateMonitor.isDeviceInteractive()) { in calculateMode()
991 final boolean anim = mStatusBar.isDeviceInteractive() in checkNavBarModes()
1776 if (!mCommandQueue.panelsEnabled() || !mKeyguardMonitor.isDeviceInteractive() in handleSystemKey()4164 public boolean isDeviceInteractive() { in isDeviceInteractive() method
86 mShouldMarquee = KeyguardUpdateMonitor.getInstance(mContext).isDeviceInteractive(); in onFinishInflate()
180 boolean shouldMarquee = KeyguardUpdateMonitor.getInstance(mContext).isDeviceInteractive(); in onFinishInflate()
192 boolean shouldMarquee = KeyguardUpdateMonitor.getInstance(mContext).isDeviceInteractive(); in onFinishInflate()
2419 public boolean isDeviceInteractive() { in isDeviceInteractive() method in KeyguardUpdateMonitor
83 when(mUpdateMonitor.isDeviceInteractive()).thenReturn(true); in setUp()
454 && mStatusBar.isDeviceInteractive() in shouldShowUI()