Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java72 private final Runnable mDispatchRankingUpdateRunnable = this::dispatchRankingUpdate; field in NotificationListener
186 mMainExecutor.execute(mDispatchRankingUpdateRunnable); in onNotificationRankingUpdate()