Searched defs:setVideoState (Results 1 - 3 of 3) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DGlowPadWrapper.java161 public void setVideoState(int videoState) { method in class:GlowPadWrapper
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java435 public void setVideoState(String callId, int videoState) { method in class:ConnectionServiceWrapper.Adapter
439 logIncoming("setVideoState %s %d", callId, videoState);
444 call.setVideoState(videoState);
H A DCall.java907 setVideoState(connection.getVideoState());
1582 public void setVideoState(int videoState) { method in class:Call

Completed in 136 milliseconds