Searched refs:handlePollEvent (Results 1 – 1 of 1) sorted by relevance
209 mHandler.removeCallbacks(this::handlePollEvent); in updatePollingLocked()218 mHandler.postDelayed(this::handlePollEvent, delayStart ? POLLING_PERIOD_MILLIS : 0); in updatePollingLocked()362 private void handlePollEvent() { in handlePollEvent() method in BatteryController369 mHandler.postDelayed(this::handlePollEvent, POLLING_PERIOD_MILLIS); in handlePollEvent()