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 90 static final int EVENT_WAKE_LOCK_TIMEOUT = 4;
110 case EVENT_WAKE_LOCK_TIMEOUT:
789 h.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
793 Message msg = h.obtainMessage(EVENT_WAKE_LOCK_TIMEOUT);
797 h.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 237 static final int EVENT_WAKE_LOCK_TIMEOUT = 2;
373 case EVENT_WAKE_LOCK_TIMEOUT:
    [all...]

Completed in 139 milliseconds