Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java107 protected boolean mVrMode; field in StatusBarNotificationPresenter
261 return mVrMode; in isDeviceInVrMode()
273 mVrMode = enabled;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java241 mStatusBarNotificationPresenter.mVrMode = true; in testSuppressInterruptions_vrMode_refactorDisabled()
250 mStatusBarNotificationPresenter.mVrMode = true; in testSuppressInterruptions_vrMode_refactorEnabled()