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.java322 private ImsUtInterface mUtInterface; field in ImsPhoneCallTracker
790 mUtInterface = getUtInterface(); in startListeningForCalls()
791 if (mUtInterface != null) { in startListeningForCalls()
792 mUtInterface.registerForSuppServiceIndication(this, in startListeningForCalls()
823 if (mUtInterface != null) { in dispose()
824 mUtInterface.unregisterForSuppServiceIndication(this); in dispose()