Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java217 static final int MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED = 9; field in UsageStatsService
643 mHandler.sendEmptyMessage(MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED); in processExpiredAlarms()
1161 mHandler.sendEmptyMessage(MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED); in reportEvent()
1747 mHandler.sendEmptyMessage(MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED); in handleEstimatedLaunchTimesOnUserUnlock()
1765 mHandler.sendEmptyMessage(MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED); in setEstimatedLaunchTime()
1791 mHandler.sendEmptyMessage(MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED); in setEstimatedLaunchTimes()
2148 case MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED: { in handleMessage()
2149 removeMessages(MSG_NOTIFY_ESTIMATED_LAUNCH_TIMES_CHANGED); in handleMessage()