/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 139 public IImsConfig getConfigInterface() throws RemoteException { 141 return MMTelFeature.this.getConfigInterface(); 317 public IImsConfig getConfigInterface() { in getConfigInterface() method in MMTelFeature
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | MmTelInterfaceAdapter.java | 97 public IImsConfig getConfigInterface() throws RemoteException { in getConfigInterface() method in MmTelInterfaceAdapter 98 return getInterface().getConfigInterface(); in getConfigInterface()
|
D | ImsServiceInterfaceAdapter.java | 97 public IImsConfig getConfigInterface() throws RemoteException { in getConfigInterface() method in ImsServiceInterfaceAdapter 98 return getInterface().getConfigInterface(mSlotId); in getConfigInterface()
|
D | MmTelFeatureCompatAdapter.java | 300 mCompatFeature.getConfigInterface().getFeatureValue(capConverted, regTech, in queryCapabilityConfiguration() 325 IImsConfig imsConfig = mCompatFeature.getConfigInterface(); in changeEnabledCapabilities() 472 return mCompatFeature.getConfigInterface(); in getOldConfigInterface()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsMMTelFeature.aidl | 48 IImsConfig getConfigInterface(); in getConfigInterface() method
|
D | IImsService.aidl | 68 IImsConfig getConfigInterface(int phoneId); in getConfigInterface() method
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsServiceBase.java | 97 public IImsConfig getConfigInterface(int phoneId) { in getConfigInterface() method in ImsServiceBase.ImsServiceBinder
|
D | ImsManager.java | 1079 getConfigInterface().setConfig( in setWfcModeInternal() 1149 getConfigInterface().setConfig( in setWfcRoamingSettingInternal() 1240 ImsConfig config = getConfigInterface(); in getProvisionedBoolNoException() 1803 public ImsConfig getConfigInterface() throws ImsException { in getConfigInterface() method in ImsManager 1807 IImsConfig config = mMmTelFeatureConnection.getConfigInterface(); in getConfigInterface() 1853 getConfigInterface().setProvisionedValue( in setRttEnabled()
|
D | MmTelFeatureConnection.java | 555 public IImsConfig getConfigInterface() throws RemoteException { in getConfigInterface() method in MmTelFeatureConnection
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsManagerTest.java | 230 imsManager.getConfigInterface().setProvisionedValue( in testSetProvisionedValues() 382 doReturn(mImsConfigStub).when(mMmTelFeatureConnection).getConfigInterface(); in initializeProvisionedValues()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 226 doReturn(mImsConfig).when(mImsManager).getConfigInterface(); in setUp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 769 mImsManager.getConfigInterface().addConfigCallback(mConfigCallback); in startListeningForCalls() 807 mImsManager.getConfigInterface().removeConfigCallback(mConfigCallback); in stopListeningForCalls()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 30936 HSPLandroid/telephony/ims/compat/feature/MMTelFeature$1;->getConfigInterface()Lcom/android/ims/inte… 37840 HSPLcom/android/ims/ImsManager;->getConfigInterface()Lcom/android/ims/ImsConfig; 37918 HSPLcom/android/ims/MmTelFeatureConnection;->getConfigInterface()Landroid/telephony/ims/aidl/IImsCo… 37959 HSPLcom/android/ims/internal/IImsMMTelFeature;->getConfigInterface()Lcom/android/ims/internal/IImsC… 41422 HSPLcom/android/internal/telephony/ims/MmTelInterfaceAdapter;->getConfigInterface()Lcom/android/ims…
|