Searched refs:lastReportTime (Results 1 – 1 of 1) sorted by relevance
243 Long lastReportTime = System.currentTimeMillis(); in runBatteryCharging() local248 if (System.currentTimeMillis() - lastReportTime > mLoggingPollTime * 60 * 1000) { in runBatteryCharging()253 lastReportTime = System.currentTimeMillis(); in runBatteryCharging()