Home
last modified time | relevance | path

Searched refs:VR_SERVICE (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/cmds/vr/src/com/android/commands/vr/
H A DVr.java60 mVrService = IVrManager.Stub.asInterface(ServiceManager.getService(Context.VR_SERVICE)); in onRun()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DSetPersistentVrThreadTest.java55 mVrManager = (VrManager) mContext.getSystemService(Context.VR_SERVICE); in setUp()
/aosp14/frameworks/base/core/java/android/app/
H A DVrManager.java28 @SystemService(Context.VR_SERVICE)
H A DSystemServiceRegistry.java1280 registerService(Context.VR_SERVICE, VrManager.class, new CachedServiceFetcher<VrManager>() { in registerService() argument
1283 IBinder b = ServiceManager.getServiceOrThrow(Context.VR_SERVICE); in registerService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DImmersiveModeConfirmation.java179 ServiceManager.getService(Context.VR_SERVICE)); in onDisplayRemoved()
302 ServiceManager.getService(Context.VR_SERVICE)); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java150 Context.VR_SERVICE)); in StatusBarNotificationPresenter()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DFrameworkServicesModule.java284 return IVrManager.Stub.asInterface(ServiceManager.getService(Context.VR_SERVICE)); in provideIVrManager()
/aosp14/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java766 publishBinderService(Context.VR_SERVICE, mVrManager.asBinder()); in onStart()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java6048 public static final String VR_SERVICE = "vrmanager"; field in Context
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java2011 Context.VR_SERVICE)); in registerVrStateListener()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5212 ServiceManager.getService(Context.VR_SERVICE)); in systemReady()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3488 field public static final String VR_SERVICE = "vrmanager";