Searched defs:EVENT_WAKE_LOCK_TIMEOUT (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java82 static final int EVENT_WAKE_LOCK_TIMEOUT = 4; field in class:GsmCdmaConnection
105 case EVENT_WAKE_LOCK_TIMEOUT:
970 mHandler.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
974 Message msg = mHandler.obtainMessage(EVENT_WAKE_LOCK_TIMEOUT);
978 mHandler.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
H A DRIL.java199 static final int EVENT_WAKE_LOCK_TIMEOUT = 2; field in class:RIL
235 case EVENT_WAKE_LOCK_TIMEOUT:
4297 Message msg = mRilHandler.obtainMessage(EVENT_WAKE_LOCK_TIMEOUT);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java130 private static final int EVENT_WAKE_LOCK_TIMEOUT = 4; field in class:ImsPhoneConnection
152 case EVENT_WAKE_LOCK_TIMEOUT:
602 Message msg = mHandler.obtainMessage(EVENT_WAKE_LOCK_TIMEOUT);
606 mHandler.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);

Completed in 100 milliseconds