Searched refs:mCancelShortTimeout (Results 1 – 2 of 2) sorted by relevance
219 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()
40 @Nullable Runnable mCancelShortTimeout; field in EventBatch