Searched defs:getProvisionedStringValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsConfigImplBase.java62 public String getProvisionedStringValue(int item) throws RemoteException { method in class:ImsConfigImplBase
/frameworks/base/telephony/java/com/android/ims/
H A DImsConfig.java580 public String getProvisionedStringValue(int item) throws ImsException { method in class:ImsConfig
583 ret = miConfig.getProvisionedStringValue(item);
585 throw new ImsException("getProvisionedStringValue()", e,
588 if (DBG) Rlog.d(TAG, "getProvisionedStringValue(): item = " + item + ", ret =" + ret);

Completed in 46 milliseconds