HomeSort by relevance Sort by last modified time
    Searched defs:getConfigInterface (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/android/telephony/ims/
ImsServiceProxyCompat.java 124 public IImsConfig getConfigInterface() throws RemoteException {
126 return getServiceInterface(mBinder).getConfigInterface(mSlotId);
ImsServiceProxy.java 214 public IImsConfig getConfigInterface() throws RemoteException {
217 return getServiceInterface(mBinder).getConfigInterface(mSlotId, mSupportedFeature);
  /frameworks/base/telephony/java/android/telephony/ims/feature/
IMMTelFeature.java 156 IImsConfig getConfigInterface() throws RemoteException;
MMTelFeature.java 92 public IImsConfig getConfigInterface() {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsServiceBase.java 97 public IImsConfig getConfigInterface(int phoneId) {
ImsManager.java 575 ImsConfig config = imsManager.getConfigInterface();
606 ImsConfig config = getConfigInterface();
697 ImsConfig config = imsManager.getConfigInterface();
751 ImsConfig config = getConfigInterface();
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
TestImsServiceControllerAdapter.java 124 public IImsConfig getConfigInterface(int slotId, int featureType)

Completed in 114 milliseconds