Searched refs:MSG_DISMISS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java156 private static final int MSG_DISMISS = 1; field in class:Snackbar
166 case MSG_DISMISS:
437 sHandler.sendMessage(sHandler.obtainMessage(MSG_DISMISS, event, 0, Snackbar.this));
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java989 private static final int MSG_DISMISS = 4; field in class:NotificationUsageStats.SQLiteLog
1073 case MSG_DISMISS:
1135 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_DISMISS, notification));

Completed in 86 milliseconds