Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1018 private static final int MSG_CLICK = 2; field in NotificationUsageStats.SQLiteLog
1101 case MSG_CLICK: in SQLiteLog()
1167 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_CLICK, notification)); in logClicked()