Searched refs:mOnReplyTimeout (Results 1 – 1 of 1) sorted by relevance
52 private final Runnable mOnReplyTimeout = () -> { field in SyncTransactionQueue152 mHandler.postDelayed(mOnReplyTimeout, REPLY_TIMEOUT); in send()166 mHandler.removeCallbacks(mOnReplyTimeout); in onTransactionReady()