HomeSort by relevance Sort by last modified time
    Searched refs:VideoCallScreenDelegateFactory (Results 1 - 5 of 5) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreenDelegateFactory.java 20 public interface VideoCallScreenDelegateFactory {
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerVideoCallScreen.java 30 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
51 FragmentUtils.getParentUnsafe(fragment, VideoCallScreenDelegateFactory.class)
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
SurfaceViewVideoCallFragment.java 73 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
265 FragmentUtils.getParentUnsafe(this, VideoCallScreenDelegateFactory.class)
    [all...]
VideoCallFragment.java 83 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
303 FragmentUtils.getParentUnsafe(this, VideoCallScreenDelegateFactory.class)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
InCallActivity.java 95 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
107 VideoCallScreenDelegateFactory,
    [all...]

Completed in 230 milliseconds