Home
last modified time | relevance | path

Searched refs:sRequestInstallInstance (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/vr/java/src/org/chromium/chrome/browser/vr/
H A DVrCoreInstallUtils.java40 private static VrCoreInstallUtils sRequestInstallInstance; field in VrCoreInstallUtils
59 if (sRequestInstallInstance != null) { in onActivityResultWithNative()
60 sRequestInstallInstance.onVrCoreMaybeUpdated(); in onActivityResultWithNative()
61 sRequestInstallInstance = null; in onActivityResultWithNative()
208 assert sRequestInstallInstance == null; in requestInstallVrCore()
209 sRequestInstallInstance = VrCoreInstallUtils.this; in requestInstallVrCore()