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