HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentVrService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 145 private ManagedApplicationService mCurrentVrService;
187 component = ((mCurrentVrService == null) ? null : mCurrentVrService.getComponent());
241 mPendingState = (mVrModeEnabled && mCurrentVrService != null)
242 ? new VrState(mVrModeEnabled, mRunning2dInVr, mCurrentVrService.getComponent(),
243 mCurrentVrService.getUserId(), mVrAppProcessId, mCurrentVrModeComponent)
524 if (mCurrentVrService == null) {
530 mCurrentVrService.getComponent(), mCurrentVrService.getUserId(),
643 + ((mCurrentVrService == null
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 71 milliseconds