Home
last modified time | relevance | path

Searched refs:notifyAdResponse (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl79 void notifyAdResponse(in AdResponse response); in notifyAdResponse() method
H A DITvInteractiveAppManager.aidl103 void notifyAdResponse(in IBinder sessionToken, in AdResponse response, int UserId); in notifyAdResponse() method
H A DITvInteractiveAppSessionWrapper.java286 mSessionImpl.notifyAdResponse((AdResponse) msg.obj); in executeMessage()
618 public void notifyAdResponse(AdResponse response) { in notifyAdResponse() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppManager.java1587 public void notifyAdResponse(AdResponse response) { in notifyAdResponse() method in TvInteractiveAppManager.Session
1593 mService.notifyAdResponse(mToken, response, mUserId); in notifyAdResponse()
H A DTvInteractiveAppService.java1770 void notifyAdResponse(AdResponse response) { in notifyAdResponse() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java990 public void notifyAdResponse(@NonNull final AdResponse response) { in notifyAdResponse() method in TvInputService.Session
H A DTvInputManager.java1212 mSession.getInteractiveAppSession().notifyAdResponse(response); in postAdResponse()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1973 public void notifyAdResponse(IBinder sessionToken, AdResponse response, int userId) { in notifyAdResponse() method in TvInteractiveAppManagerService.BinderService
1984 getSessionLocked(sessionState).notifyAdResponse(response); in notifyAdResponse()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27442 method public void notifyAdResponse(@NonNull android.media.tv.AdResponse);