Searched refs:getPickupVibrationThreshold (Results 1 – 3 of 3) sorted by relevance
38 when(params.getPickupVibrationThreshold()).thenReturn(0); in createMockParameters()
234 public int getPickupVibrationThreshold() { in getPickupVibrationThreshold() method in DozeParameters447 pw.print("getPickupVibrationThreshold(): "); pw.println(getPickupVibrationThreshold()); in dump()
367 timeSinceNotification < mDozeParameters.getPickupVibrationThreshold(); in onSensor()