Searched refs:VideoProfileStateToTransactionalVideoState (Results 1 – 3 of 3) sorted by relevance
20 …c com.android.server.telecom.voip.VideoStateTranslation.VideoProfileStateToTransactionalVideoState;363 VideoProfileStateToTransactionalVideoState(VideoProfile.STATE_AUDIO_ONLY)); in testVideoProfileStateToTransactionalVideoState()365 VideoProfileStateToTransactionalVideoState(VideoProfile.STATE_RX_ENABLED)); in testVideoProfileStateToTransactionalVideoState()367 VideoProfileStateToTransactionalVideoState(VideoProfile.STATE_TX_ENABLED)); in testVideoProfileStateToTransactionalVideoState()369 VideoProfileStateToTransactionalVideoState(VideoProfile.STATE_BIDIRECTIONAL)); in testVideoProfileStateToTransactionalVideoState()372 VideoProfileStateToTransactionalVideoState(-1)); in testVideoProfileStateToTransactionalVideoState()
66 public static int VideoProfileStateToTransactionalVideoState(int videoProfileState) { in VideoProfileStateToTransactionalVideoState() method in VideoStateTranslation
23 …c com.android.server.telecom.voip.VideoStateTranslation.VideoProfileStateToTransactionalVideoState;4167 int transactionalVS = VideoProfileStateToTransactionalVideoState(mVideoState); in setVideoState()