Searched refs:getPickupVibrationThreshold (Results 1 – 3 of 3) sorted by relevance
36 when(params.getPickupVibrationThreshold()).thenReturn(0); in createMockParameters()
88 pw.print(" getPickupVibrationThreshold(): "); pw.println(getPickupVibrationThreshold()); in dump()150 public int getPickupVibrationThreshold() { in getPickupVibrationThreshold() method in DozeParameters
154 timeSinceNotification < mDozeParameters.getPickupVibrationThreshold(); in onSensor()