Searched refs:WAKE_LOCK_TIMEOUT_MILLIS (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java88 static final int WAKE_LOCK_TIMEOUT_MILLIS = 60*1000; field in class:GsmCdmaConnection
921 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
934 mHandler.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java131 private static final int WAKE_LOCK_TIMEOUT_MILLIS = 60*1000; field in class:ImsPhoneConnection
570 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
578 mHandler.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);

Completed in 32 milliseconds