Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java139 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/
DMmTelInterfaceAdapter.java97 public IImsConfig getConfigInterface() throws RemoteException { in getConfigInterface() method in MmTelInterfaceAdapter
98 return getInterface().getConfigInterface(); in getConfigInterface()
DImsServiceInterfaceAdapter.java97 public IImsConfig getConfigInterface() throws RemoteException { in getConfigInterface() method in ImsServiceInterfaceAdapter
98 return getInterface().getConfigInterface(mSlotId); in getConfigInterface()
DMmTelFeatureCompatAdapter.java300 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/
DIImsMMTelFeature.aidl48 IImsConfig getConfigInterface(); in getConfigInterface() method
DIImsService.aidl68 IImsConfig getConfigInterface(int phoneId); in getConfigInterface() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java97 public IImsConfig getConfigInterface(int phoneId) { in getConfigInterface() method in ImsServiceBase.ImsServiceBinder
DImsManager.java1079 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()
DMmTelFeatureConnection.java555 public IImsConfig getConfigInterface() throws RemoteException { in getConfigInterface() method in MmTelFeatureConnection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java230 imsManager.getConfigInterface().setProvisionedValue( in testSetProvisionedValues()
382 doReturn(mImsConfigStub).when(mMmTelFeatureConnection).getConfigInterface(); in initializeProvisionedValues()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java226 doReturn(mImsConfig).when(mImsManager).getConfigInterface(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java769 mImsManager.getConfigInterface().addConfigCallback(mConfigCallback); in startListeningForCalls()
807 mImsManager.getConfigInterface().removeConfigCallback(mConfigCallback); in stopListeningForCalls()
/frameworks/base/config/
Dboot-image-profile.txt30936 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…