Searched refs:MSG_FLUSH_TO_DISK (Results 1 – 1 of 1) sorted by relevance
118 static final int MSG_FLUSH_TO_DISK = 1; field in UsageStatsService336 mHandler.sendEmptyMessageDelayed(MSG_FLUSH_TO_DISK, FLUSH_INTERVAL); in onStatsUpdated()463 mHandler.sendEmptyMessage(MSG_FLUSH_TO_DISK); in prepareForPossibleShutdown()740 mHandler.removeMessages(MSG_FLUSH_TO_DISK); in flushToDiskLocked()884 case MSG_FLUSH_TO_DISK: in handleMessage()