Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerVideoCallScreen.java30 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
51 FragmentUtils.getParentUnsafe(fragment, VideoCallScreenDelegateFactory.class) in AnswerVideoCallScreen()
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/protocol/
H A DVideoCallScreenDelegateFactory.java20 public interface VideoCallScreenDelegateFactory { interface
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java72 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
262 FragmentUtils.getParentUnsafe(this, VideoCallScreenDelegateFactory.class) in onViewCreated()
H A DVideoCallFragment.java82 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
345 FragmentUtils.getParentUnsafe(this, VideoCallScreenDelegateFactory.class) in onViewCreated()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DInCallActivity.java103 import com.android.incallui.video.protocol.VideoCallScreenDelegateFactory;
116 VideoCallScreenDelegateFactory,