Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipTransportController.java352 private ScheduledFuture<?> mPendingUpdateRegistrationFuture; field in SipTransportController
625 mPendingUpdateRegistrationFuture = f; in scheduleUpdateRegistration()
632 if (mPendingUpdateRegistrationFuture == null in cancelPendingUpdateRegistration()
633 || mPendingUpdateRegistrationFuture.isDone()) { in cancelPendingUpdateRegistration()
637 mPendingUpdateRegistrationFuture.cancel(false); in cancelPendingUpdateRegistration()
639 + mPendingUpdateRegistrationFuture); in cancelPendingUpdateRegistration()