Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoPauseController.java38 private class CallContext { class in VideoPauseController
39 public CallContext(Call call) { in CallContext() method in VideoPauseController.CallContext
78 private CallContext mPrimaryCallContext = null;
241 mPrimaryCallContext = new CallContext(call); in updatePrimaryCallContext()
331 private static boolean areSame(Call call, CallContext callContext) { in areSame()
346 private static boolean canVideoPause(CallContext callContext) { in canVideoPause()
356 private static boolean isVideoCall(CallContext callContext) { in isVideoCall()
366 private static boolean isIncomingCall(CallContext call) { in isIncomingCall()
387 private static boolean isDialing(CallContext call) { in isDialing()
397 private static boolean isHolding(CallContext call) { in isHolding()