Searched refs:mUtInterface (Results 1 – 1 of 1) sorted by relevance
521 private ImsUtInterface mUtInterface; field in ImsPhoneCallTracker1032 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()