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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java94 static final int WAKE_LOCK_TIMEOUT_MILLIS = 60*1000; field in class:GsmConnection
706 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
714 mHandler.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java94 static final int WAKE_LOCK_TIMEOUT_MILLIS = 60*1000; field in class:CdmaConnection
773 * state or after WAKE_LOCK_TIMEOUT_MILLIS.
786 mHandler.sendMessageDelayed(msg, WAKE_LOCK_TIMEOUT_MILLIS);

Completed in 34 milliseconds