Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java302 private final DevicePostureController.Callback mDevicePostureControllerCallback; field in VolumeDialogImpl
376 mDevicePostureControllerCallback = this::onPostureChanged; in VolumeDialogImpl()
378 mDevicePostureControllerCallback = null; in VolumeDialogImpl()
415 mDevicePostureController.addCallback(mDevicePostureControllerCallback); in init()
426 mDevicePostureController.removeCallback(mDevicePostureControllerCallback); in destroy()