Searched refs:mStartFuture (Results 1 – 1 of 1) sorted by relevance
77 private SettableFuture<Void> mStartFuture; field in SimpleChatSession157 if (mStartFuture != null) {163 mStartFuture = future;388 if (mStartFuture != null) {389 mStartFuture.setException(new ChatServiceException(message, code));390 mStartFuture = null;395 if (mStartFuture != null) {396 mStartFuture.set(null);397 mStartFuture = null;