Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java238 if (batch.mCancelShortTimeout != null) { in resetShortTimeout()
239 batch.mCancelShortTimeout.run(); in resetShortTimeout()
241 batch.mCancelShortTimeout = in resetShortTimeout()
244 batch.mCancelShortTimeout = null; in resetShortTimeout()
257 if (batch.mCancelShortTimeout != null) { in emitBatch()
258 batch.mCancelShortTimeout.run(); in emitBatch()
259 batch.mCancelShortTimeout = null; in emitBatch()
DEventBatch.java40 @Nullable Runnable mCancelShortTimeout; field in EventBatch