Searched refs:MSG_FLUSH_TO_DISK (Results 1 – 1 of 1) sorted by relevance
209 static final int MSG_FLUSH_TO_DISK = 1; field in UsageStatsService695 mHandler.sendEmptyMessageDelayed(MSG_FLUSH_TO_DISK, FLUSH_INTERVAL); in onStatsUpdated()929 mHandler.sendEmptyMessage(MSG_FLUSH_TO_DISK); in prepareForPossibleShutdown()1073 mHandler.sendEmptyMessageDelayed(MSG_FLUSH_TO_DISK, FLUSH_INTERVAL); in reportEventOrAddToQueue()1864 mHandler.removeMessages(MSG_FLUSH_TO_DISK); in flushToDiskLocked()2111 case MSG_FLUSH_TO_DISK: in handleMessage()