Merge "Changing eventFlags to eventFilter" into main

This commit is contained in:
Rupesh Bansal
2024-12-20 21:25:48 -08:00
committed by Android (Google) Code Review
3 changed files with 9 additions and 9 deletions

View File

@@ -128,7 +128,7 @@ class BrightnessLevelPreference :
this,
HandlerExecutor.main,
/* eventFlags= */ 0,
DisplayManager.PRIVATE_EVENT_FLAG_DISPLAY_BRIGHTNESS,
DisplayManager.PRIVATE_EVENT_TYPE_DISPLAY_BRIGHTNESS,
)
}