Searched refs:RIL (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 130 sCommandsInterfaces = new RIL[numPhones]; in makeDefaultPhone() 138 sCommandsInterfaces[i] = new RIL(context, networkModes[i], in makeDefaultPhone()
|
D | RIL.java | 204 if (RIL.RILJ_LOGD) Rlog.d(LOG_TAG, serialString() + "< " in onError() 205 + RIL.requestToString(mRequest) in onError() 206 + " error: " + ex + " ret=" + RIL.retToString(mRequest, ret)); in onError() 226 public final class RIL extends BaseCommands implements CommandsInterface { class 599 public RIL(Context context, int preferredNetworkType, int cdmaSubscription) { in RIL() method in RIL 603 public RIL(Context context, int preferredNetworkType, in RIL() method in RIL
|
D | PhoneBase.java | 2197 ((RIL)mCi).dump(fd, pw, args); in dump()
|