Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/enrichedcall/videoshare/
DVideoShareSessionListener.java22 void onSessionTerminated(VideoShareSession session); in onSessionTerminated()
24 void onSessionInitializationFailed(VideoShareSession session, Exception e); in onSessionInitializationFailed()
32 void onSessionTimedOut(VideoShareSession session); in onSessionTimedOut()
DVideoShareSession.java23 public interface VideoShareSession { interface
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
DEnrichedCallManager.java27 import com.android.dialer.enrichedcall.videoshare.VideoShareSession;
344 VideoShareSession getVideoShareSession(long sessionId); in getVideoShareSession()
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/stub/
DEnrichedCallManagerStub.java31 import com.android.dialer.enrichedcall.videoshare.VideoShareSession;
190 public VideoShareSession getVideoShareSession(long sessionId) { in getVideoShareSession()