Searched refs:slowThreshold (Results 1 – 2 of 2) sorted by relevance
270 final long slowThreshold = isCore in rawGetService() local281 if (time >= slowThreshold) { in rawGetService()
1293 public final int getChargingSpeed(int slowThreshold, int fastThreshold) { in getChargingSpeed() argument1295 maxChargingWattage < slowThreshold ? CHARGING_SLOWLY : in getChargingSpeed()