Home
last modified time | relevance | path

Searched refs:MSG_TIMEOUT_ONTIMEOUT_CALLBACK (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DRadioOnStateListener.java93 public static final int MSG_TIMEOUT_ONTIMEOUT_CALLBACK = 7; field in RadioOnStateListener
131 case MSG_TIMEOUT_ONTIMEOUT_CALLBACK:
385 if (mHandler.hasMessages(MSG_TIMEOUT_ONTIMEOUT_CALLBACK)) { in onRetryTimeout()
530 mHandler.removeMessages(MSG_TIMEOUT_ONTIMEOUT_CALLBACK); in startOnTimeoutCallbackTimer()
532 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT_ONTIMEOUT_CALLBACK, in startOnTimeoutCallbackTimer()