Searched refs:getChargingSpeed (Results 1 – 4 of 4) sorted by relevance
144 public final int getChargingSpeed(Context context) { in getChargingSpeed() method in BatteryStatus356 public static int getChargingSpeed(Context context, Intent batteryChangedIntent) { in getChargingSpeed() method in BatteryStatus
274 assertThat(BatteryStatus.getChargingSpeed(context, batteryChangedIntent)) in parameters()
252 switch (batteryStatus.getChargingSpeed(context)) { in getBatteryStatus()
1277 mChargingSpeed = status.getChargingSpeed(mContext); in onRefreshBatteryInfo()