Searched refs:VR_SERVICE (Results 1 – 13 of 13) 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)
1239 registerService(Context.VR_SERVICE, VrManager.class, new CachedServiceFetcher<VrManager>() { in registerService() argument1242 IBinder b = ServiceManager.getServiceOrThrow(Context.VR_SERVICE); in registerService()
283 Context.VR_SERVICE)); in BrightnessController()
168 Context.VR_SERVICE)); in StatusBarNotificationPresenter()
1186 Context.VR_SERVICE)); in registerVrStateListener()
764 publishBinderService(Context.VR_SERVICE, mVrManager.asBinder()); in onStart()
4823 public static final String VR_SERVICE = "vrmanager"; field in Context
924 IVrManager vrManager = IVrManager.Stub.asInterface(getBinderService(Context.VR_SERVICE)); in systemReady()
4491 ServiceManager.getService(Context.VR_SERVICE)); in systemReady()
1542 field public static final String VR_SERVICE = "vrmanager";