Searched refs:mNotifyDataSetChangedRunnable (Results 1 – 1 of 1) sorted by relevance
71 private Runnable mNotifyDataSetChangedRunnable = this::notifyDataSetChanged; field in CarNotificationViewAdapter491 mHandler.removeCallbacks(mNotifyDataSetChangedRunnable); in setNotifications()492 mHandler.postDelayed(mNotifyDataSetChangedRunnable, NOTIFY_DATASET_CHANGED_DELAY); in setNotifications()