diff options
| author | 2022-11-08 20:31:00 +0000 | |
|---|---|---|
| committer | 2022-11-08 20:31:00 +0000 | |
| commit | ec4728c67b75a74843d60d5fe0441a741a94ab42 (patch) | |
| tree | 6e184d7f03697d1ee3ab2cab38a74361c8b7e35b | |
| parent | 36ae0c00be79f57ae932591e37709304b58e8fc7 (diff) | |
| parent | 917a39f582337367c6972879ef9d38db3e5c8454 (diff) | |
Merge "Remove CameraAvailabilityListener TAG definition" into tm-qpr-dev am: 5c1bf2ebeb am: 917a39f582
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20386289
Change-Id: Ib9b9fb28974bf42ddd05901242afc1012460f580
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/CameraAvailabilityListener.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/CameraAvailabilityListener.kt b/packages/SystemUI/src/com/android/systemui/CameraAvailabilityListener.kt index 3015710e8a98..eee705dea277 100644 --- a/packages/SystemUI/src/com/android/systemui/CameraAvailabilityListener.kt +++ b/packages/SystemUI/src/com/android/systemui/CameraAvailabilityListener.kt @@ -26,8 +26,6 @@ import java.util.concurrent.Executor import kotlin.math.roundToInt -const val TAG = "CameraAvailabilityListener" - /** * Listens for usage of the Camera and controls the ScreenDecorations transition to show extra * protection around a display cutout based on config_frontBuiltInDisplayCutoutProtection and |