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