Searched defs:MSG_REMOVE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java479 private static final int MSG_REMOVE = 3; field in class:NotificationUsageStats.SQLiteLog
543 case MSG_REMOVE:
601 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_REMOVE, notification));

Completed in 43 milliseconds