Home
last modified time | relevance | path

Searched refs:VideoProfileStateToTransactionalVideoState (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTransactionTests.java20 …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()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVideoStateTranslation.java66 public static int VideoProfileStateToTransactionalVideoState(int videoProfileState) { in VideoProfileStateToTransactionalVideoState() method in VideoStateTranslation
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java23 …c com.android.server.telecom.voip.VideoStateTranslation.VideoProfileStateToTransactionalVideoState;
4167 int transactionalVS = VideoProfileStateToTransactionalVideoState(mVideoState); in setVideoState()