Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoUtils.java82 public static VideoProfile makeVideoPauseProfile(Call call) { in makeVideoPauseProfile() method in VideoUtils
DVideoPauseController.java319 call.getVideoCall().sendSessionModifyRequest(VideoUtils.makeVideoPauseProfile(call)); in sendRequest()