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