Searched refs:mVisibilityReporter (Results 1 – 2 of 2) sorted by relevance
141 if (m.getCallback() == mStatusBar.mVisibilityReporter) { in setup()
634 if (mHandler.hasCallbacks(mVisibilityReporter)) {645 mHandler.postAtTime(mVisibilityReporter, nextReportUptimeMs);651 protected final Runnable mVisibilityReporter = new Runnable() { field in StatusBar3802 mHandler.removeCallbacks(mVisibilityReporter); in stopNotificationLogging()