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.java219 if (batch.mCancelShortTimeout != null) { in resetShortTimeout()
220 batch.mCancelShortTimeout.run(); in resetShortTimeout()
222 batch.mCancelShortTimeout = in resetShortTimeout()
225 batch.mCancelShortTimeout = null; in resetShortTimeout()
238 if (batch.mCancelShortTimeout != null) { in emitBatch()
239 batch.mCancelShortTimeout.run(); in emitBatch()
240 batch.mCancelShortTimeout = null; in emitBatch()
DEventBatch.java40 @Nullable Runnable mCancelShortTimeout; field in EventBatch