Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java5066 public IImsConfig getImsConfig(int slotId, int feature) throws RemoteException { in getImsConfig() method in PhoneInterfaceManager
5075 return mImsResolver.getImsConfig(slotId, feature); in getImsConfig()
8460 IImsConfig configBinder = getImsConfig(getSlotIndex(subId), ImsFeature.FEATURE_RCS); in notifyRcsAutoConfigurationReceived()