/aosp14/frameworks/base/media/java/android/media/ |
H A D | IMediaRoute2ProviderServiceCallback.aidl | 30 void notifySessionCreated(long requestId, in RoutingSessionInfo sessionInfo); in notifySessionCreated() method
|
H A D | IMediaRouter2.aidl | 30 void notifySessionCreated(int requestId, in @nullable RoutingSessionInfo sessionInfo); in notifySessionCreated() method
|
H A D | IMediaRouter2Manager.aidl | 29 void notifySessionCreated(int requestId, in RoutingSessionInfo session); in notifySessionCreated() method
|
H A D | MediaRoute2ProviderService.java | 251 public final void notifySessionCreated(long requestId, in notifySessionCreated() method in MediaRoute2ProviderService 277 mRemoteCallback.notifySessionCreated(requestId, sessionInfo); in notifySessionCreated()
|
H A D | MediaRouter2Manager.java | 1071 public void notifySessionCreated(int requestId, RoutingSessionInfo session) { in notifySessionCreated() method in MediaRouter2Manager.Client
|
H A D | MediaRouter2.java | 2081 public void notifySessionCreated(int requestId, @Nullable RoutingSessionInfo sessionInfo) { in notifySessionCreated() method in MediaRouter2.MediaRouter2Stub
|
/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/ |
H A D | StubMediaRoute2ProviderService.java | 281 notifySessionCreated(requestId, sessionInfo); in onCreateSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaRoute2ProviderServiceProxy.java | 651 public void notifySessionCreated(long requestId, RoutingSessionInfo sessionInfo) { in notifySessionCreated() method in MediaRoute2ProviderServiceProxy.ServiceCallbackStub
|
H A D | MediaRouter2ServiceImpl.java | 2456 routerRecord.mRouter.notifySessionCreated(requestId, sessionInfo); in notifySessionCreatedToRouter() 2466 routerRecord.mRouter.notifySessionCreated(requestId, in notifySessionCreationFailedToRouter() 2624 manager.mManager.notifySessionCreated( in notifySessionCreatedToManagers()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerService.java | 962 mCallbacks.notifySessionCreated(session.sessionId, session.userId); 1720 private void notifySessionCreated(int sessionId, int userId) {
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 24354 method public final void notifySessionCreated(long, @NonNull android.media.RoutingSessionInfo);
|