Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java80 public static final int EVENT_VOICE_CALL_ENDED = BASE + 8; field in DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java141 private static final int EVENT_VOICE_CALL_ENDED = EVENT_LAST + 9; field in ImsPhone
1839 case EVENT_VOICE_CALL_ENDED: in handleMessage()
2316 mCT.registerForVoiceCallEnded(this, EVENT_VOICE_CALL_ENDED, null); in updateRoamingState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java793 DctConstants.EVENT_VOICE_CALL_ENDED, null); in registerForAllEvents()
3705 case DctConstants.EVENT_VOICE_CALL_ENDED: in handleMessage()