Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java59 private static final int MSG_EMIT = 1; field in NotificationUsageStats
84 case MSG_EMIT: in NotificationUsageStats()
93 mHandler.sendEmptyMessageDelayed(MSG_EMIT, EMIT_PERIOD); in NotificationUsageStats()
353 mHandler.removeMessages(MSG_EMIT); in emit()
354 mHandler.sendEmptyMessageDelayed(MSG_EMIT, EMIT_PERIOD); in emit()