Home
last modified time | relevance | path

Searched refs:SESSION_EVENT_CAMERA_READY (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_CAMERA_READY = "SESSION_EVENT_CAMERA_READY"; field in TelephonyConstants
DInCallServiceImpl.java1331 case Connection.VideoProvider.SESSION_EVENT_CAMERA_READY: in getVideoCallSessionEventString()
1332 return TelephonyConstants.SESSION_EVENT_CAMERA_READY; in getVideoCallSessionEventString()