Searched refs:VideoShareSession (Results 1 – 4 of 4) sorted by relevance
22 void onSessionTerminated(VideoShareSession session); in onSessionTerminated()24 void onSessionInitializationFailed(VideoShareSession session, Exception e); in onSessionInitializationFailed()32 void onSessionTimedOut(VideoShareSession session); in onSessionTimedOut()
23 public interface VideoShareSession { interface
27 import com.android.dialer.enrichedcall.videoshare.VideoShareSession;344 VideoShareSession getVideoShareSession(long sessionId); in getVideoShareSession()
31 import com.android.dialer.enrichedcall.videoshare.VideoShareSession;190 public VideoShareSession getVideoShareSession(long sessionId) { in getVideoShareSession()