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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DVideoUtils.java25 public class VideoUtils { class
57 if (!VideoUtils.isVideoCall(call)) {
65 return VideoUtils.isVideoCall(call) && call.getState() == Call.State.ACTIVE;
69 if (!VideoUtils.isVideoCall(call)) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DVideoUtils.java51 public class VideoUtils { class
52 private static final String LOGTAG = "VideoUtils";

Completed in 531 milliseconds