Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java134 KeyguardBypassController keyguardBypassControllerMock = in testCanShowHeadsUp_bypassEnabled_true() local
136 when(keyguardBypassControllerMock.getBypassEnabled()).thenReturn(true); in testCanShowHeadsUp_bypassEnabled_true()
158 KeyguardBypassController keyguardBypassControllerMock = in testCanShowHeadsUp_false() local
160 when(keyguardBypassControllerMock.getBypassEnabled()).thenReturn(false); in testCanShowHeadsUp_false()