Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java139 private final RotationLockController mRotationLockController; field in PhoneStatusBarPolicy
193 mRotationLockController = rotationLockController; in PhoneStatusBarPolicy()
329 mRotationLockController.addCallback(this); in init()
616 mRotationLockController, mResources); in onRotationLockStateChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java251 @Inject Lazy<RotationLockController> mRotationLockController; field in Dependency
400 mProviders.put(RotationLockController.class, mRotationLockController::get); in start()