Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsManagerTest.java254 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
258 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
262 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
268 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
272 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
276 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
280 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
289 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testSetProvisionedValues()
304 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testSetProvisionedValues()
313 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testEabSetProvisionedValues()
[all …]
H A DImsConfigTest.java62 mTestImsConfig.getConfigInt(testItem); in testImsConfigGetProvisionedValue()
64 verify(mMockImsConfigInterface).getConfigInt(eq(testItem)); in testImsConfigGetProvisionedValue()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsConfigImplBase.java111 public synchronized int getConfigInt(int item) throws RemoteException { in getConfigInt() method in ImsConfigImplBase.ImsConfigStub
115 int retVal = getImsConfigImpl().getConfigInt(item); in getConfigInt()
501 public int getConfigInt(int item) { in getConfigInt() method in ImsConfigImplBase
/aosp12/frameworks/base/telephony/java/com/android/ims/
H A DImsConfig.java796 return getConfigInt(item); in getProvisionedValue()
806 public int getConfigInt(int item) throws ImsException { in getConfigInt() method in ImsConfig
809 ret = miConfig.getConfigInt(item); in getConfigInt()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DImsConfigImplTest.java64 public int getConfigInt(int item) { in getConfigInt() method in ImsConfigImplTest.ImsConfigImpl
134 assertEquals(TEST_INT_VALUE, mConfigBinder.getConfigInt(TEST_KEY)); in testIntCaching()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsConfig.aidl37 int getConfigInt(int item); in getConfigInt() method
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsConfigCompatAdapter.java67 public int getConfigInt(int item) { in getConfigInt() method in ImsConfigCompatAdapter
/aosp12/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
H A DTestImsConfigImpl.java83 public int getConfigInt(int item) { in getConfigInt() method in TestImsConfigImpl
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java3134 public int getConfigInt(int key) throws ImsException { in getConfigInt() method in ImsManager
3138 return getConfigInterface().getConfigInt(key); in getConfigInt()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java4892 return ImsManager.getInstance(mApp, slotId).getConfigInt(key); in getImsProvisioningInt()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt13937 method public int getConfigInt(int);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57478 Landroid/telephony/ims/stub/ImsConfigImplBase$ImsConfigStub;->getConfigInt(I)I