Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java521 private ImsUtInterface mUtInterface; field in ImsPhoneCallTracker
1032 mUtInterface = getUtInterface(); in startListeningForCalls()
1033 if (mUtInterface != null) { in startListeningForCalls()
1034 mUtInterface.registerForSuppServiceIndication(this, EVENT_SUPP_SERVICE_INDICATION, in startListeningForCalls()
1097 if (mUtInterface != null) { in stopListeningForCalls()
1098 mUtInterface.unregisterForSuppServiceIndication(this); in stopListeningForCalls()
1099 mUtInterface = null; in stopListeningForCalls()