Searched defs:onRequestCertificate (Results  1 – 5 of 5) sorted by relevance
| /frameworks/base/media/java/android/media/tv/interactive/ | 
| D | ITvInteractiveAppSessionCallback.aidl | 65     void onRequestCertificate(in String host, int port);  in onRequestCertificate()  method
 | 
| D | ITvInteractiveAppClient.aidl | 68     void onRequestCertificate(in String host, int port, int seq);  in onRequestCertificate()  method
 | 
| D | TvInteractiveAppView.java | 1452         public void onRequestCertificate(@NonNull String iAppServiceId, @NonNull String host,  in onRequestCertificate()  method in TvInteractiveAppView.TvInteractiveAppCallback2041         public void onRequestCertificate(Session session, String host, int port) {  in onRequestCertificate()  method in TvInteractiveAppView.MySessionCallback
 
 | 
| D | TvInteractiveAppManager.java | 2660         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/ | 
| D | TvInteractiveAppManagerService.java | 4241         public void onRequestCertificate(String host, int port) {  in onRequestCertificate()  method in TvInteractiveAppManagerService.SessionCallback
 |