Home
last modified time | relevance | path

Searched refs:MSG_REPORT_CPU_UPDATE_NEEDED (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java196 static final int MSG_REPORT_CPU_UPDATE_NEEDED = 1; field in BatteryStatsImpl
356 case MSG_REPORT_CPU_UPDATE_NEEDED: in handleMessage()
387 mHandler.sendEmptyMessage(MSG_REPORT_CPU_UPDATE_NEEDED); in postBatteryNeedsCpuUpdateMsg()