Searched defs:calling (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerInternal.java55 * @param calling the component currently using VR mode, or null to leave unchanged.
58 int userId, @NonNull ComponentName calling);
57 setVrMode(boolean enabled, @NonNull ComponentName packageName, int userId, @NonNull ComponentName calling) argument
H A DVrManagerService.java86 * In general applications may enable or disable VR mode by calling
155 * @param allowed {@code true} if calling any of the setVrMode methods may cause the device to
679 * @param calling the component currently using VR mode.
684 int userId, ComponentName calling) {
739 if ((calling != null || mPersistentVrModeEnabled)
740 && !Objects.equals(calling, mCurrentVrModeComponent)) {
743 mCurrentVrModeComponent = calling;
683 updateCurrentVrServiceLocked(boolean enabled, @NonNull ComponentName component, int userId, ComponentName calling) argument

Completed in 54 milliseconds