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.java782 private ImsUtInterface mUtInterface; field in ImsPhoneCallTracker
1404 mUtInterface = getUtInterface(); in startListeningForCalls()
1405 if (mUtInterface != null) { in startListeningForCalls()
1406 mUtInterface.registerForSuppServiceIndication(this, EVENT_SUPP_SERVICE_INDICATION, in startListeningForCalls()
1479 if (mUtInterface != null) { in stopListeningForCalls()
1480 mUtInterface.unregisterForSuppServiceIndication(this); in stopListeningForCalls()
1481 mUtInterface = null; in stopListeningForCalls()