Home
last modified time | relevance | path

Searched defs:notifyAdResponse (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSession.aidl79 void notifyAdResponse(in AdResponse response); in notifyAdResponse() method
DITvInteractiveAppSessionWrapper.java618 public void notifyAdResponse(AdResponse response) { in notifyAdResponse() method in ITvInteractiveAppSessionWrapper
DITvInteractiveAppManager.aidl103 void notifyAdResponse(in IBinder sessionToken, in AdResponse response, int UserId); in notifyAdResponse() method
DTvInteractiveAppService.java1770 void notifyAdResponse(AdResponse response) { in notifyAdResponse() method in TvInteractiveAppService.Session
DTvInteractiveAppManager.java1587 public void notifyAdResponse(AdResponse response) { in notifyAdResponse() method in TvInteractiveAppManager.Session
/frameworks/base/media/java/android/media/tv/
DTvInputService.java990 public void notifyAdResponse(@NonNull final AdResponse response) { in notifyAdResponse() method in TvInputService.Session
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java1973 public void notifyAdResponse(IBinder sessionToken, AdResponse response, int userId) { in notifyAdResponse() method in TvInteractiveAppManagerService.BinderService