Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java147 private final RotationLockController mRotationLockController; field in PhoneStatusBarPolicy
209 mRotationLockController = rotationLockController; in PhoneStatusBarPolicy()
347 mRotationLockController.addCallback(this); in init()
652 mRotationLockController, mResources); in onRotationLockStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java243 @Inject Lazy<RotationLockController> mRotationLockController; field in Dependency
381 mProviders.put(RotationLockController.class, mRotationLockController::get); in start()