diff options
| author | 2023-07-14 16:31:12 -0400 | |
|---|---|---|
| committer | 2023-08-24 11:37:47 -0400 | |
| commit | 56f6924d4c06706e9fa24e296079637e1c218f8b (patch) | |
| tree | 91e1d0b10e726cf31f275c62c08c2baf2bf0b03e | |
| parent | 376a02bdb27eaac711929e8823538841a4380153 (diff) | |
[Sb refactor] flag for deprecation of SignalCallback
Everything that moves clients off of the old SignalCallback and onto the
new pipeline can go behind this flag. This flag should be deleteable
once NetworkController is also deletable.
Test: compile
Bug: 291321279
Change-Id: Ia5c8054be0010eef4c50a21745b427ce3746ea2a
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 6d68eef3a470..81967408e3ef 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -379,6 +379,9 @@ object Flags { // 600- status bar + // TODO(b/291315866): Tracking Bug + @JvmField val SIGNAL_CALLBACK_DEPRECATION = unreleasedFlag("signal_callback_deprecation") + // TODO(b/265892345): Tracking Bug val PLUG_IN_STATUS_BAR_CHIP = releasedFlag("plug_in_status_bar_chip") |