Searched refs:getConfigInt (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsManagerTest.java | 231 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues() 235 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues() 239 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues() 245 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues() 249 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues() 253 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues() 257 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues() 266 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testSetProvisionedValues() 281 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testSetProvisionedValues() 290 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testEabSetProvisionedValues() [all …]
|
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
D | ImsConfigTest.java | 62 mTestImsConfig.getConfigInt(testItem); in testImsConfigGetProvisionedValue() 64 verify(mMockImsConfigInterface).getConfigInt(eq(testItem)); in testImsConfigGetProvisionedValue()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsConfigImplBase.java | 109 public synchronized int getConfigInt(int item) throws RemoteException { in getConfigInt() method in ImsConfigImplBase.ImsConfigStub 113 int retVal = getImsConfigImpl().getConfigInt(item); in getConfigInt() 404 public int getConfigInt(int item) { in getConfigInt() method in ImsConfigImplBase
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsConfig.aidl | 36 int getConfigInt(int item); in getConfigInt() method
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsConfig.java | 795 return getConfigInt(item); in getProvisionedValue() 805 public int getConfigInt(int item) throws ImsException { in getConfigInt() method in ImsConfig 808 ret = miConfig.getConfigInt(item); in getConfigInt()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsConfigCompatAdapter.java | 67 public int getConfigInt(int item) { in getConfigInt() method in ImsConfigCompatAdapter
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1931 method public int getConfigInt(int);
|
/frameworks/base/api/ |
D | test-current.txt | 3952 method public int getConfigInt(int);
|
D | system-current.txt | 10163 method public int getConfigInt(int);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10061 method public int getConfigInt(int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14697 HPLandroid/telephony/ims/stub/ImsConfigImplBase$ImsConfigStub;->getConfigInt(I)I 19777 HSPLcom/android/ims/ImsConfig;->getConfigInt(I)I
|
D | hiddenapi-greylist-max-o.txt | 68178 Landroid/telephony/ims/stub/ImsConfigImplBase$ImsConfigStub;->getConfigInt(I)I
|