Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java247 public static final String SESSION_EVENT_TX_STOP = "SESSION_EVENT_TX_STOP"; field in TelephonyConstants
DInCallServiceImpl.java1316 case Connection.VideoProvider.SESSION_EVENT_TX_STOP: in getVideoCallSessionEventString()
1317 return TelephonyConstants.SESSION_EVENT_TX_STOP; in getVideoCallSessionEventString()