Searched defs:getVideoState (Results 1 - 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DCall.java369 public int getVideoState() { method in class:Call
370 return mTelecommCall.getDetails().getVideoState();
375 VideoProfile.VideoState.isBidirectional(getVideoState());
413 mTelecommCall.getDetails().getVideoState());
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java403 getVideoState(),
786 setVideoState(connection.getVideoState());
1380 public int getVideoState() { method in class:Call

Completed in 80 milliseconds