Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsConfigTest.java62 mTestImsConfig.getConfigInt(testItem); in testImsConfigGetProvisionedValue()
64 verify(mMockImsConfigInterface).getConfigInt(eq(testItem)); in testImsConfigGetProvisionedValue()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java222 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
226 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
230 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
236 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
240 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
244 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testGetProvisionedValues()
253 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testSetProvisionedValues()
268 verify(mImsConfigImplBaseMock, times(1)).getConfigInt( in testSetProvisionedValues()
795 when(mImsConfigImplBaseMock.getConfigInt(anyInt())) in getImsManagerAndInitProvisionedValues()
/frameworks/base/telephony/java/com/android/ims/
DImsConfig.java560 return getConfigInt(item); in getProvisionedValue()
570 public int getConfigInt(int item) throws ImsException { in getConfigInt() method in ImsConfig
573 ret = miConfig.getConfigInt(item); in getConfigInt()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsConfigImplBase.java104 public synchronized int getConfigInt(int item) throws RemoteException { in getConfigInt() method in ImsConfigImplBase.ImsConfigStub
108 int retVal = getImsConfigImpl().getConfigInt(item); in getConfigInt()
375 public int getConfigInt(int item) { in getConfigInt() method in ImsConfigImplBase
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsConfig.aidl34 int getConfigInt(int item); in getConfigInt() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsConfigCompatAdapter.java67 public int getConfigInt(int item) { in getConfigInt() method in ImsConfigCompatAdapter
/frameworks/base/api/
Dsystem-current.txt9211 method public int getConfigInt(int);