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.java69 private static final int MSG_EMIT = 1; field in NotificationUsageStats
93 case MSG_EMIT: in NotificationUsageStats()
102 mHandler.sendEmptyMessageDelayed(MSG_EMIT, EMIT_PERIOD); in NotificationUsageStats()
347 mHandler.removeMessages(MSG_EMIT); in emit()
348 mHandler.sendEmptyMessageDelayed(MSG_EMIT, EMIT_PERIOD); in emit()