Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java244 public static final String SESSION_EVENT_RX_PAUSE = "SESSION_EVENT_RX_PAUSE"; field in TelephonyConstants
DInCallServiceImpl.java1321 case Connection.VideoProvider.SESSION_EVENT_RX_PAUSE: in getVideoCallSessionEventString()
1322 return TelephonyConstants.SESSION_EVENT_RX_PAUSE; in getVideoCallSessionEventString()