Home | History | Annotate | Download | only in doze

Lines Matching refs:when

21 import static org.mockito.Mockito.when;
35 when(params.getPulseOnSigMotion()).thenReturn(false);
36 when(params.getPickupVibrationThreshold()).thenReturn(0);
37 when(params.getProxCheckBeforePulse()).thenReturn(true);
38 when(params.getPickupSubtypePerformsProxCheck(anyInt())).thenReturn(true);
48 when(config.pulseOnDoubleTapEnabled(anyInt())).thenReturn(false);
49 when(config.pulseOnPickupEnabled(anyInt())).thenReturn(false);
50 when(config.pulseOnNotificationEnabled(anyInt())).thenReturn(true);
52 when(config.doubleTapSensorType()).thenReturn(null);
53 when(config.pulseOnPickupAvailable()).thenReturn(false);