Searched refs:VR_SERVICE (Results 1 – 12 of 12) sorted by relevance
60 mVrService = IVrManager.Stub.asInterface(ServiceManager.getService(Context.VR_SERVICE)); in onRun()
55 mVrManager = (VrManager) mContext.getSystemService(Context.VR_SERVICE); in setUp()
27 @SystemService(Context.VR_SERVICE)
1183 registerService(Context.VR_SERVICE, VrManager.class, new CachedServiceFetcher<VrManager>() { in registerService() argument1186 IBinder b = ServiceManager.getServiceOrThrow(Context.VR_SERVICE); in registerService()
283 Context.VR_SERVICE)); in BrightnessController()
169 Context.VR_SERVICE)); in StatusBarNotificationPresenter()
850 Context.VR_SERVICE)); in registerVrStateListener()
4622 public static final String VR_SERVICE = "vrmanager"; field in Context
764 publishBinderService(Context.VR_SERVICE, mVrManager.asBinder()); in onStart()
916 IVrManager vrManager = IVrManager.Stub.asInterface(getBinderService(Context.VR_SERVICE)); in systemReady()
4476 ServiceManager.getService(Context.VR_SERVICE)); in systemReady()
1374 field public static final String VR_SERVICE = "vrmanager";