Searched refs:MSG_FLUSH_TO_DISK (Results 1 – 1 of 1) sorted by relevance
126 static final int MSG_FLUSH_TO_DISK = 1; field in UsageStatsService383 mHandler.sendEmptyMessageDelayed(MSG_FLUSH_TO_DISK, FLUSH_INTERVAL); in onStatsUpdated()1152 mHandler.removeMessages(MSG_FLUSH_TO_DISK); in flushToDiskLocked()1242 case MSG_FLUSH_TO_DISK: in handleMessage()