Home
last modified time | relevance | path

Searched refs:disconnectIfNotMatching (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java244 public boolean disconnectIfNotMatching(final ComponentName componentName, final int userId) { in disconnectIfNotMatching() method in ManagedApplicationService
/aosp12/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java942 if (mCurrentVrService.disconnectIfNotMatching(component, userId)) { in updateCurrentVrServiceLocked()
1358 && mCurrentVrCompositorService.disconnectIfNotMatching(componentName, userId)) { in updateCompositorServiceLocked()