Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java71 private Runnable mNotifyDataSetChangedRunnable = this::notifyDataSetChanged; field in CarNotificationViewAdapter
491 mHandler.removeCallbacks(mNotifyDataSetChangedRunnable); in setNotifications()
492 mHandler.postDelayed(mNotifyDataSetChangedRunnable, NOTIFY_DATASET_CHANGED_DELAY); in setNotifications()