Searched refs:mWriteHandler (Results 1 – 1 of 1) sorted by relevance
1070 private final Handler mWriteHandler; field in NotificationUsageStats.SQLiteLog1092 mWriteHandler = new Handler(backgroundThread.getLooper()) { in SQLiteLog()1163 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_POST, notification)); in logPosted()1167 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_CLICK, notification)); in logClicked()1171 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_REMOVE, notification)); in logRemoved()1175 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_DISMISS, notification)); in logDismissed()