Home
last modified time | relevance | path

Searched refs:MSG_POST (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1038 private static final int MSG_POST = 1; field in NotificationUsageStats.SQLiteLog
1128 case MSG_POST: in SQLiteLog()
1194 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_POST, notification)); in logPosted()