Searched refs:RIL (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDebugService.java99 ((RIL)phoneBase.mCi).dump(fd, pw, args);
H A DPhoneFactory.java124 /* In case of multi SIM mode two instances of PhoneProxy, RIL are created,
130 sCommandsInterfaces = new RIL[numPhones];
150 sCommandsInterfaces[i] = new RIL(context, networkModes[i],
H A DRIL.java140 // first elements in any RIL Parcel
200 if (RIL.RILJ_LOGD) Rlog.d(LOG_TAG, serialString() + "< "
201 + RIL.requestToString(mRequest)
202 + " error: " + ex + " ret=" + RIL.retToString(mRequest, ret));
218 * RIL implementation of the CommandsInterface.
222 public final class RIL extends BaseCommands implements CommandsInterface { class in inherits:BaseCommands,CommandsInterface
412 * Reads in a single RIL message off the wire. A RIL message consists
594 public RIL(Context context, int preferredNetworkType, int cdmaSubscription) { method in class:RIL
598 public RIL(Contex method in class:RIL
[all...]

Completed in 90 milliseconds