Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/vr/
H A DTestVrShellDelegate.java127 mTestWorkaroundDontCancelVrEntryOnResume = true; in onResume()
130 mTestWorkaroundDontCancelVrEntryOnResume = false; in onResume()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/vr/java/src/org/chromium/chrome/browser/vr/
H A DVrShellDelegate.java178 protected boolean mTestWorkaroundDontCancelVrEntryOnResume; field in VrShellDelegate
1265 if (mProbablyInDon && !mTestWorkaroundDontCancelVrEntryOnResume) { in onResume()