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.java65 public static final int EVENT_VOICE_CALL_ENDED = BASE + 8; field in DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java129 private static final int EVENT_VOICE_CALL_ENDED = EVENT_LAST + 9; field in ImsPhone
1525 case EVENT_VOICE_CALL_ENDED: in handleMessage()
1946 mCT.registerForVoiceCallEnded(this, EVENT_VOICE_CALL_ENDED, null); in updateRoamingState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java811 DctConstants.EVENT_VOICE_CALL_ENDED, null); in registerForAllEvents()
3641 case DctConstants.EVENT_VOICE_CALL_ENDED: in handleMessage()