Searched defs: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
962 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
975 mHandler.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java135 private static final int WAKE_LOCK_TIMEOUT_MILLIS = 60*1000; field in class:ImsPhoneConnection
595 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
603 mHandler.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);

Completed in 25 milliseconds