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

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl 54 IImsConfig getConfigInterface();
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 484 public ImsConfig getConfigInterface() throws ImsException {
490 IImsConfig config = mImsService.getConfigInterface();
492 throw new ImsException("getConfigInterface()",
497 throw new ImsException("getConfigInterface()", e,
501 if (DBG) log("getConfigInterface(), mConfig= " + mConfig);
630 ImsConfig config = getConfigInterface();

Completed in 635 milliseconds