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

/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java819 return getVideoTech().isTransmittingOrReceiving();
823 return VideoUtils.hasReceivedVideoUpgradeRequest(getVideoTech().getSessionModificationState());
827 return VideoUtils.hasSentVideoUpgradeRequest(getVideoTech().getSessionModificationState());
915 getVideoTech().getSessionModificationState(),
1116 public VideoTech getVideoTech() { method in class:DialerCall
1117 return mVideoTechManager.getVideoTech();
1522 VideoTech getVideoTech() { method in class:DialerCall.VideoTechManager

Completed in 259 milliseconds