Home
last modified time | relevance | path

Searched defs:onRequestCertificate (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSessionCallback.aidl65 void onRequestCertificate(in String host, int port); in onRequestCertificate() method
DITvInteractiveAppClient.aidl68 void onRequestCertificate(in String host, int port, int seq); in onRequestCertificate() method
DTvInteractiveAppView.java1420 public void onRequestCertificate(@NonNull String iAppServiceId, @NonNull String host, in onRequestCertificate() method in TvInteractiveAppView.TvInteractiveAppCallback
2009 public void onRequestCertificate(Session session, String host, int port) { in onRequestCertificate() method in TvInteractiveAppView.MySessionCallback
DTvInteractiveAppManager.java2660 public void onRequestCertificate(Session session, String host, int port) { in onRequestCertificate() method in TvInteractiveAppManager.SessionCallback
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java4234 public void onRequestCertificate(String host, int port) { in onRequestCertificate() method in TvInteractiveAppManagerService.SessionCallback