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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneFactory.java136 sCommandsInterface = new RIL(context, networkMode, cdmaSubscription);
H A DRIL.java118 // first elements in any RIL Parcel
176 if (RIL.RILJ_LOGD) Log.d(LOG_TAG, serialString() + "< "
177 + RIL.requestToString(mRequest)
194 * RIL implementation of the CommandsInterface.
199 public final class RIL extends BaseCommands implements CommandsInterface { class in inherits:BaseCommands,CommandsInterface
264 Log.w(LOG_TAG, "RIL received unexpected Intent: " + intent.getAction());
430 * Reads in a single RIL message off the wire. A RIL message consists
604 public RIL(Context context, int preferredNetworkType, int cdmaSubscription) { method in class:RIL
607 riljLog("RIL(contex
[all...]

Completed in 65 milliseconds