Searched refs:VrController (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DVrController.java47 final class VrController { class
48 private static final String TAG = "VrController";
127 * Create new VrController instance.
131 public VrController(final Object globalAmLock) { method in class:VrController
189 // Tell the VrController that a VR mode change is requested.
277 * Called when to update this VrController instance's state when the system VR mode is being
H A DActivityManagerService.java712 private final VrController mVrController;
3115 mVrController = new VrController(this);
[all...]

Completed in 48 milliseconds