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

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java194 public int getMasterValue(int item) throws ImsException { method in class:ImsConfig
197 ret = miConfig.getMasterValue(item);
202 if (DBG) Rlog.d(TAG, "getMasterValue(): item = " + item + ", ret =" + ret);

Completed in 129 milliseconds