Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java87 if (mHandler.hasCallbacks(mVisibilityReporter)) {
98 mHandler.postAtTime(mVisibilityReporter, nextReportUptimeMs);
104 protected final Runnable mVisibilityReporter = new Runnable() { field in NotificationLogger
252 mHandler.removeCallbacks(mVisibilityReporter); in stopNotificationLogging()
388 return mVisibilityReporter; in getVisibilityReporter()