Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDialog.java68 private Instant mLastInteraction; field in SipDialog
95 mLastInteraction = Instant.now(); in SipDialog()
145 mLastInteraction = Instant.now(); in earlyResponse()
161 mLastInteraction = Instant.now(); in confirm()
173 mLastInteraction = Instant.now(); in close()
231 b.append(mLastInteraction); in toString()