Home
last modified time | relevance | path

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

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_video_utils.py38 from acts_contrib.test_utils.tel.tel_defines import EventTelecomVideoCallSessionModifyRequestReceiv…
751 EventTelecomVideoCallSessionModifyRequestReceived)
761 EventTelecomVideoCallSessionModifyRequestReceived,
Dtel_defines.py871 EventTelecomVideoCallSessionModifyRequestReceived = "TelecomVideoCallSessionModifyRequestReceived" variable
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DTelephonyConstants.java385 …public static final String EventTelecomVideoCallSessionModifyRequestReceived = "TelecomVideoCallSe… field in TelephonyConstants
H A DInCallServiceImpl.java434 … servicePostEvent(TelephonyConstants.EventTelecomVideoCallSessionModifyRequestReceived, in onSessionModifyRequestReceived()