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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 85 static final int EVENT_WAKE_LOCK_TIMEOUT = 4;
106 case EVENT_WAKE_LOCK_TIMEOUT:
695 Message msg = h.obtainMessage(EVENT_WAKE_LOCK_TIMEOUT);
699 h.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 91 static final int EVENT_WAKE_LOCK_TIMEOUT = 4;
111 case EVENT_WAKE_LOCK_TIMEOUT:
791 h.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
795 Message msg = h.obtainMessage(EVENT_WAKE_LOCK_TIMEOUT);
799 h.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 244 static final int EVENT_WAKE_LOCK_TIMEOUT = 2;
380 case EVENT_WAKE_LOCK_TIMEOUT:
    [all...]

Completed in 49 milliseconds