Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java308 private final DevicePostureController.Callback mDevicePostureControllerCallback; field in VolumeDialogImpl
395 mDevicePostureControllerCallback = this::onPostureChanged; in VolumeDialogImpl()
397 mDevicePostureControllerCallback = null; in VolumeDialogImpl()
434 mDevicePostureController.addCallback(mDevicePostureControllerCallback); in init()
445 mDevicePostureController.removeCallback(mDevicePostureControllerCallback); in destroy()