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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 90 static final int WAKE_LOCK_TIMEOUT_MILLIS = 60*1000;
688 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
696 h.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 93 static final int WAKE_LOCK_TIMEOUT_MILLIS = 60*1000;
781 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
794 h.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);

Completed in 236 milliseconds