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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioIndication.java 102 RIL mRil;
104 RadioIndication(RIL ril) {
105 mRil = ril;
117 if (RIL.RILJ_LOGD) {
128 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED);
140 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NETWORK_STATE_CHANGED);
148 byte[] pduArray = RIL.arrayListToPrimitiveArray(pdu);
149 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS);
163 byte[] pduArray = RIL.arrayListToPrimitiveArray(pdu)
    [all...]
RadioResponse.java 67 RIL mRil;
69 public RadioResponse(RIL ril) {
70 mRil = ril;
88 * For more details, refer https://source.android.com/devices/tech/connect/ril.html
    [all...]
RIL.java 127 // time in ms when RIL request was made
158 rr.mWakeLockType = RIL.INVALID_WAKELOCK;
203 if(mWakeLockType != RIL.INVALID_WAKELOCK) {
205 if(mWakeLockType == RIL.FOR_WAKELOCK) {
251 if (RIL.RILJ_LOGD) Rlog.d(LOG_TAG, serialString() + "< "
252 + RIL.requestToString(mRequest)
253 + " error: " + ex + " ret=" + RIL.retToString(mRequest, ret));
264 * RIL implementation of the CommandsInterface.
268 public final class RIL extends BaseCommands implements CommandsInterface {
278 * the vendor ril
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c     [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 
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 2493 milliseconds