Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java289 public static final String SESSION_EVENT_RX_RESUME = "SESSION_EVENT_RX_RESUME"; field in TelephonyConstants
DInCallServiceImpl.java1377 case Connection.VideoProvider.SESSION_EVENT_RX_RESUME: in getVideoCallSessionEventString()
1378 return TelephonyConstants.SESSION_EVENT_RX_RESUME; in getVideoCallSessionEventString()