Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVideoStateTranslation.java66 public static int VideoProfileStateToTransactionalVideoState(int videoProfileState) { in VideoProfileStateToTransactionalVideoState() argument
67 switch (videoProfileState) { in VideoProfileStateToTransactionalVideoState()
70 VideoProfileStateToString(videoProfileState)); in VideoProfileStateToTransactionalVideoState()
76 VideoProfileStateToString(videoProfileState)); in VideoProfileStateToTransactionalVideoState()
80 Log.w(TAG, "VideoProfile=[%d] does not have a CallType mapping", videoProfileState); in VideoProfileStateToTransactionalVideoState()
96 private static String VideoProfileStateToString(int videoProfileState) { in VideoProfileStateToString() argument
97 switch (videoProfileState) { in VideoProfileStateToString()