Loading core/java/android/service/vr/VrListenerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public abstract class VrListenerService extends Service { * transition.</p> * * @param component the {@link ComponentName} of the VR activity that the system has * switched to. * switched to, or null if the system is displaying a 2D activity in VR compatibility mode. * * @see android.app.Activity#setVrModeEnabled * @see android.R.attr#enableVrMode Loading services/core/java/com/android/server/vr/VrManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,8 @@ public class VrManagerService extends SystemService implements EnabledComponentC } } if (calling != null && !Objects.equals(calling, mCurrentVrModeComponent)) { if ((calling != null || mPersistentVrModeEnabled) && !Objects.equals(calling, mCurrentVrModeComponent)) { sendUpdatedCaller = true; } mCurrentVrModeComponent = calling; Loading Loading
core/java/android/service/vr/VrListenerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public abstract class VrListenerService extends Service { * transition.</p> * * @param component the {@link ComponentName} of the VR activity that the system has * switched to. * switched to, or null if the system is displaying a 2D activity in VR compatibility mode. * * @see android.app.Activity#setVrModeEnabled * @see android.R.attr#enableVrMode Loading
services/core/java/com/android/server/vr/VrManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,8 @@ public class VrManagerService extends SystemService implements EnabledComponentC } } if (calling != null && !Objects.equals(calling, mCurrentVrModeComponent)) { if ((calling != null || mPersistentVrModeEnabled) && !Objects.equals(calling, mCurrentVrModeComponent)) { sendUpdatedCaller = true; } mCurrentVrModeComponent = calling; Loading