Searched refs:MSG_FLUSH_TO_DISK (Results 1 – 1 of 1) sorted by relevance
147 static final int MSG_FLUSH_TO_DISK = 1; field in UsageStatsService474 mHandler.sendEmptyMessageDelayed(MSG_FLUSH_TO_DISK, FLUSH_INTERVAL); in onStatsUpdated()701 mHandler.sendEmptyMessage(MSG_FLUSH_TO_DISK); in prepareForPossibleShutdown()776 mHandler.sendEmptyMessageDelayed(MSG_FLUSH_TO_DISK, FLUSH_INTERVAL); in reportEventOrAddToQueue()1163 mHandler.removeMessages(MSG_FLUSH_TO_DISK); in flushToDiskLocked()1354 case MSG_FLUSH_TO_DISK: in handleMessage()