Home
last modified time | relevance | path

Searched refs:mStartFuture (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
H A DSimpleChatSession.java77 private SettableFuture<Void> mStartFuture; field in SimpleChatSession
157 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;