Searched refs:MESSAGE_FLUSH (Results 1 – 1 of 1) sorted by relevance
54 private static final int MESSAGE_FLUSH = 1; field in PersistentLogger77 if (message.what == MESSAGE_FLUSH) { in initialize()81 loggerThreadHandler.removeMessages(MESSAGE_FLUSH); in initialize()111 loggerThreadHandler.sendEmptyMessageDelayed(MESSAGE_FLUSH, FLUSH_DELAY_MILLIS); in log()