Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java67 private static final int EVENT_NEW_RINGING_CONNECTION = 102; field in CallManager
614 phone.registerForNewRingingConnection(handler, EVENT_NEW_RINGING_CONNECTION, null); in registerForPhoneStates()
2294 case EVENT_NEW_RINGING_CONNECTION: in handleMessage()