HomeSort by relevance Sort by last modified time
    Searched refs:RIL (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 110 // TODO: Change when the ril will provides a way to know at runtime
111 // the configuration, bug 4202572. And the ril issues the
136 sCommandsInterface = new RIL(context, networkMode, cdmaSubscription);
RIL.java 118 // 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 {
206 * the vendor ril.
241 // match with constant in ril.cpp
264 Log.w(LOG_TAG, "RIL received unexpected Intent: " + intent.getAction());
430 * Reads in a single RIL message off the wire. A RIL message consist
    [all...]

Completed in 62 milliseconds