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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RILRequest.java 166 if (mWakeLockType == RIL.FOR_WAKELOCK) {
RIL.java 149 public static final int FOR_WAKELOCK = 0;
248 if (msg.arg1 == mWlSequenceNum && clearWakeLock(FOR_WAKELOCK)) {
505 acquireWakeLock(rr, FOR_WAKELOCK);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java     [all...]

Completed in 103 milliseconds