Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DSeparateRingVolumePreferenceController.java70 private void onDeviceConfigChange(DeviceConfig.Properties properties) { in onDeviceConfigChange() method in SeparateRingVolumePreferenceController
88 ActivityThread.currentApplication().getMainExecutor(), this::onDeviceConfigChange); in onResume()
102 DeviceConfig.removeOnPropertiesChangedListener(this::onDeviceConfigChange); in onPause()
DRingVolumePreferenceController.java71 private void onDeviceConfigChange(DeviceConfig.Properties properties) { in onDeviceConfigChange() method in RingVolumePreferenceController
90 ActivityThread.currentApplication().getMainExecutor(), this::onDeviceConfigChange)); in onResume()
105 DeviceConfig.removeOnPropertiesChangedListener(this::onDeviceConfigChange)); in onPause()
DNotificationVolumePreferenceController.java90 private void onDeviceConfigChange(DeviceConfig.Properties properties) { in onDeviceConfigChange() method in NotificationVolumePreferenceController
117 ActivityThread.currentApplication().getMainExecutor(), this::onDeviceConfigChange)); in onResume()
126 DeviceConfig.removeOnPropertiesChangedListener(this::onDeviceConfigChange)); in onPause()