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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 135 /* In case of multi SIM mode two instances of Phone, RIL are created,
141 sCommandsInterfaces = new RIL[numPhones];
150 sCommandsInterfaces[i] = new RIL(context, networkModes[i],
RIL.java 114 // time in ms when RIL request was made
146 rr.mWakeLockType = RIL.INVALID_WAKELOCK;
152 // first elements in any RIL Parcel
171 if(mWakeLockType != RIL.INVALID_WAKELOCK) {
173 if(mWakeLockType == RIL.FOR_WAKELOCK) {
219 if (RIL.RILJ_LOGD) Rlog.d(LOG_TAG, serialString() + "< "
220 + RIL.requestToString(mRequest)
221 + " error: " + ex + " ret=" + RIL.retToString(mRequest, ret));
237 * RIL implementation of the CommandsInterface.
241 public final class RIL extends BaseCommands implements CommandsInterface
    [all...]
Phone.java 460 * Some RIL's don't always send RIL_UNSOL_CALL_RING so it needs
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java 30 import com.android.internal.telephony.RIL;
466 // Build histogram. Currently we only support RIL histograms.
467 List<TelephonyHistogram> rilHistograms = RIL.getTelephonyRILTimingHistograms();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 77 import com.android.internal.telephony.RIL;
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 526 milliseconds