Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java53 private static final int NOTIFY_DATASET_CHANGED_DELAY = 100; field in CarNotificationViewAdapter
492 mHandler.postDelayed(mNotifyDataSetChangedRunnable, NOTIFY_DATASET_CHANGED_DELAY); in setNotifications()