xref: /aosp_15_r20/frameworks/base/packages/SystemUI/lint-baseline.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08">
3
4    <issue
5        id="NonInjectedMainThread"
6        message="Replace with injected `@Main Executor`."
7        errorLine1="        mSettingsObserver = new SettingsObserver(context.getMainThreadHandler());"
8        errorLine2="                                                         ~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="frameworks/base/packages/SystemUI/src/com/android/systemui/doze/AlwaysOnDisplayPolicy.java"
11            line="142"
12            column="58"/>
13    </issue>
14
15    <issue
16        id="NonInjectedMainThread"
17        message="Replace with injected `@Main Executor`."
18        errorLine1="                mContext.getMainExecutor().execute(() -> {"
19        errorLine2="                         ~~~~~~~~~~~~~~~">
20        <location
21            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
22            line="845"
23            column="26"/>
24    </issue>
25
26    <issue
27        id="NonInjectedMainThread"
28        message="Replace with injected `@Main Executor`."
29        errorLine1="            mUserTracker.addCallback(mUserChangedCallback, mContext.getMainExecutor());"
30        errorLine2="                                                                    ~~~~~~~~~~~~~~~">
31        <location
32            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java"
33            line="208"
34            column="69"/>
35    </issue>
36
37    <issue
38        id="NonInjectedMainThread"
39        message="Replace with injected `@Main Executor`."
40        errorLine1="        mUserTracker.addCallback(mUserChangedCallback, mContext.getMainExecutor());"
41        errorLine2="                                                                ~~~~~~~~~~~~~~~">
42        <location
43            file="frameworks/base/packages/SystemUI/src/com/android/systemui/doze/DozeTriggers.java"
44            line="515"
45            column="65"/>
46    </issue>
47
48    <issue
49        id="NonInjectedMainThread"
50        message="Replace with injected `@Main Executor`."
51        errorLine1="        return context.getMainExecutor();"
52        errorLine2="                       ~~~~~~~~~~~~~~~">
53        <location
54            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/GlobalConcurrencyModule.java"
55            line="94"
56            column="24"/>
57    </issue>
58
59    <issue
60        id="NonInjectedMainThread"
61        message="Replace with injected `@Main Executor`."
62        errorLine1="                    mContext.getMainExecutor().execute(() -> {"
63        errorLine2="                             ~~~~~~~~~~~~~~~">
64        <location
65            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
66            line="1088"
67            column="30"/>
68    </issue>
69
70    <issue
71        id="NonInjectedMainThread"
72        message="Replace with injected `@Main Executor`."
73        errorLine1="                    mContext.getMainExecutor().execute(() -> {"
74        errorLine2="                             ~~~~~~~~~~~~~~~">
75        <location
76            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
77            line="1132"
78            column="30"/>
79    </issue>
80
81    <issue
82        id="NonInjectedMainThread"
83        message="Replace with injected `@Main Executor`."
84        errorLine1="                    mContext.getMainExecutor().execute(() -> {"
85        errorLine2="                             ~~~~~~~~~~~~~~~">
86        <location
87            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
88            line="1191"
89            column="30"/>
90    </issue>
91
92    <issue
93        id="NonInjectedMainThread"
94        message="Replace with injected `@Main Executor`."
95        errorLine1="                    mContext.getMainExecutor().execute(() -> {"
96        errorLine2="                             ~~~~~~~~~~~~~~~">
97        <location
98            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
99            line="1230"
100            column="30"/>
101    </issue>
102
103    <issue
104        id="NonInjectedMainThread"
105        message="Replace with injected `@Main Executor`."
106        errorLine1="                mContext.getMainExecutor().execute(() -> {"
107        errorLine2="                         ~~~~~~~~~~~~~~~">
108        <location
109            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
110            line="3115"
111            column="26"/>
112    </issue>
113
114    <issue
115        id="NonInjectedMainThread"
116        message="Replace with injected `@Main Executor`."
117        errorLine1="                context.getMainThreadHandler(), this);"
118        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~">
119        <location
120            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/MagnificationModeSwitch.java"
121            line="191"
122            column="25"/>
123    </issue>
124
125    <issue
126        id="NonInjectedMainThread"
127        message="Replace with injected `@Main Executor`."
128        errorLine1="        mUserTracker.addCallback(mUserChangedCallback, mContext.getMainExecutor());"
129        errorLine2="                                                                ~~~~~~~~~~~~~~~">
130        <location
131            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBar.java"
132            line="807"
133            column="65"/>
134    </issue>
135
136    <issue
137        id="NonInjectedMainThread"
138        message="Replace with injected `@Main Executor`."
139        errorLine1="            mContext.getMainExecutor().execute(() ->"
140        errorLine2="                     ~~~~~~~~~~~~~~~">
141        <location
142            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java"
143            line="575"
144            column="22"/>
145    </issue>
146
147    <issue
148        id="NonInjectedMainThread"
149        message="Replace with injected `@Main Executor`."
150        errorLine1="                mContext.getMainExecutor());"
151        errorLine2="                         ~~~~~~~~~~~~~~~">
152        <location
153            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/PeopleSpaceWidgetManager.java"
154            line="918"
155            column="26"/>
156    </issue>
157
158    <issue
159        id="NonInjectedMainThread"
160        message="Replace with injected `@Main Executor`."
161        errorLine1="        mUserTracker.addCallback(mUserChangedCallback, mContext.getMainExecutor());"
162        errorLine2="                                                                ~~~~~~~~~~~~~~~">
163        <location
164            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
165            line="188"
166            column="65"/>
167    </issue>
168
169    <issue
170        id="NonInjectedMainThread"
171        message="Replace with injected `@Main Executor`."
172        errorLine1="            new Handler(mContext.getMainLooper())) {"
173        errorLine2="                                 ~~~~~~~~~~~~~">
174        <location
175            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSFooterView.java"
176            line="63"
177            column="34"/>
178    </issue>
179
180    <issue
181        id="NonInjectedMainThread"
182        message="Replace with injected `@Main Executor`."
183        errorLine1="            mUserTracker.addCallback(mUserChangedCallback, mContext.getMainExecutor());"
184        errorLine2="                                                                    ~~~~~~~~~~~~~~~">
185        <location
186            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java"
187            line="256"
188            column="69"/>
189    </issue>
190
191    <issue
192        id="NonInjectedMainThread"
193        message="Replace with injected `@Main Executor`."
194        errorLine1="                mSessionFuture.addListener(this::onStartComplete, mContext.getMainExecutor());"
195        errorLine2="                                                                           ~~~~~~~~~~~~~~~">
196        <location
197            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ScrollCaptureController.java"
198            line="182"
199            column="76"/>
200    </issue>
201
202    <issue
203        id="NonInjectedMainThread"
204        message="Replace with injected `@Main Executor`."
205        errorLine1="        }, mContext.getMainExecutor());"
206        errorLine2="                    ~~~~~~~~~~~~~~~">
207        <location
208            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ScrollCaptureController.java"
209            line="354"
210            column="21"/>
211    </issue>
212
213    <issue
214        id="NonInjectedMainThread"
215        message="Replace with injected `@Main Executor`."
216        errorLine1="        mUserTracker.addCallback(mUserChangedCallback, mContext.getMainExecutor());"
217        errorLine2="                                                                ~~~~~~~~~~~~~~~">
218        <location
219            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/WMShell.java"
220            line="230"
221            column="65"/>
222    </issue>
223
224    <issue
225        id="NonInjectedMainThread"
226        message="Replace with injected `@Main Executor`."
227        errorLine1="            wifiManager.registerTrafficStateCallback(context.getMainExecutor(),"
228        errorLine2="                                                             ~~~~~~~~~~~~~~~">
229        <location
230            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/WifiSignalController.java"
231            line="73"
232            column="62"/>
233    </issue>
234
235    <issue
236        id="NonInjectedMainThread"
237        message="Replace with injected `@Main Executor`."
238        errorLine1="                context.getMainThreadHandler(), this);"
239        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~">
240        <location
241            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationSettings.java"
242            line="156"
243            column="25"/>
244    </issue>
245
246    <issue
247        id="NonInjectedMainThread"
248        message="Replace with injected `@Main Executor`."
249        errorLine1="                mContext.getMainThreadHandler()) {"
250        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~">
251        <location
252            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationSettings.java"
253            line="159"
254            column="26"/>
255    </issue>
256
257    <issue
258        id="NonInjectedMainThread"
259        message="Replace with injected `@Main Executor`."
260        errorLine1="                context.mainExecutor.execute { unoccludeAnimator?.cancel() }"
261        errorLine2="                        ~~~~~~~~~~~~">
262        <location
263            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/WindowManagerOcclusionManager.kt"
264            line="245"
265            column="25"/>
266    </issue>
267
268    <issue
269        id="MissingSuperCall"
270        message="Overriding method should call `super.onBackPressed`"
271        errorLine1="    override fun onBackPressed() {"
272        errorLine2="                 ~~~~~~~~~~~~~">
273        <location
274            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ControlsActivity.kt"
275            line="143"
276            column="18"/>
277    </issue>
278
279    <issue
280        id="MissingSuperCall"
281        message="Overriding method should call `super.onBackPressed`"
282        errorLine1="    override fun onBackPressed() {"
283        errorLine2="                 ~~~~~~~~~~~~~">
284        <location
285            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsEditingActivity.kt"
286            line="133"
287            column="18"/>
288    </issue>
289
290    <issue
291        id="MissingSuperCall"
292        message="Overriding method should call `super.onBackPressed`"
293        errorLine1="    override fun onBackPressed() {"
294        errorLine2="                 ~~~~~~~~~~~~~">
295        <location
296            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsFavoritingActivity.kt"
297            line="118"
298            column="18"/>
299    </issue>
300
301    <issue
302        id="MissingSuperCall"
303        message="Overriding method should call `super.onBackPressed`"
304        errorLine1="    override fun onBackPressed() {"
305        errorLine2="                 ~~~~~~~~~~~~~">
306        <location
307            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsProviderSelectorActivity.kt"
308            line="126"
309            column="18"/>
310    </issue>
311
312    <issue
313        id="MissingSuperCall"
314        message="Overriding method should call `super.onDetachedFromWindow`"
315        errorLine1="        public void onDetachedFromWindow() {"
316        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~">
317        <location
318            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ImmersiveModeConfirmation.java"
319            line="474"
320            column="21"/>
321    </issue>
322
323    <issue
324        id="MissingSuperCall"
325        message="Overriding method should call `super.onDetachedFromWindow`"
326        errorLine1="        public void onDetachedFromWindow() {"
327        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~">
328        <location
329            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java"
330            line="381"
331            column="21"/>
332    </issue>
333
334    <issue
335        id="MissingSuperCall"
336        message="Overriding method should call `super.onBind`"
337        errorLine1="    override fun onBind(intent: Intent): IBinder? {"
338        errorLine2="                 ~~~~~~">
339        <location
340            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotProxyService.kt"
341            line="74"
342            column="18"/>
343    </issue>
344
345    <issue
346        id="WrongViewCast"
347        message="Unexpected implicit cast to `NotificationExpandButton`: layout tag was `ImageView`"
348        errorLine1="        mExpandButton = mView.findViewById(com.android.internal.R.id.expand_button);"
349        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
350        <location
351            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationHeaderViewWrapper.java"
352            line="145"
353            column="9"/>
354    </issue>
355
356    <issue
357        id="WrongViewCast"
358        message="Unexpected implicit cast to `NotificationActionListLayout`: layout tag was `LinearLayout`"
359        errorLine1="        mActions = mView.findViewById(com.android.internal.R.id.actions);"
360        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
361        <location
362            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationTemplateViewWrapper.java"
363            line="180"
364            column="9"/>
365    </issue>
366
367    <issue
368        id="CleanArchitectureDependencyViolation"
369        message="The domain layer may not depend on the ui layer."
370        errorLine1="import com.android.systemui.volume.panel.ui.VolumePanelUiEvent"
371        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
372        <location
373            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/startable/AudioModeLoggerStartable.kt"
374            line="23"
375            column="1"/>
376    </issue>
377
378    <issue
379        id="CleanArchitectureDependencyViolation"
380        message="The shared layer may not depend on the ui layer."
381        errorLine1="import com.android.systemui.statusbar.pipeline.satellite.ui.DeviceBasedSatelliteBindableIcon"
382        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
383        <location
384            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/icons/shared/BindableIconsRegistry.kt"
385            line="21"
386            column="1"/>
387    </issue>
388
389    <issue
390        id="CleanArchitectureDependencyViolation"
391        message="The domain layer may not depend on the ui layer."
392        errorLine1="import com.android.systemui.volume.panel.ui.VolumePanelUiEvent"
393        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
394        <location
395            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/captioning/domain/CaptioningAvailabilityCriteria.kt"
396            line="23"
397            column="1"/>
398    </issue>
399
400    <issue
401        id="CleanArchitectureDependencyViolation"
402        message="The data layer may not depend on the domain layer."
403        errorLine1="import com.android.systemui.media.controls.domain.pipeline.MediaDataManager"
404        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
405        <location
406            file="frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/CommunalMediaRepository.kt"
407            line="24"
408            column="1"/>
409    </issue>
410
411    <issue
412        id="CleanArchitectureDependencyViolation"
413        message="The ui layer may not depend on the data layer."
414        errorLine1="import com.android.systemui.statusbar.pipeline.airplane.data.repository.AirplaneModeRepository"
415        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
416        <location
417            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/DeviceBasedSatelliteViewModel.kt"
418            line="23"
419            column="1"/>
420    </issue>
421
422    <issue
423        id="CleanArchitectureDependencyViolation"
424        message="The data layer may not depend on the domain layer."
425        errorLine1="import com.android.systemui.deviceentry.domain.interactor.DeviceEntryFaceAuthInteractor"
426        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
427        <location
428            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/DeviceEntryFaceAuthModule.kt"
429            line="24"
430            column="1"/>
431    </issue>
432
433    <issue
434        id="CleanArchitectureDependencyViolation"
435        message="The data layer may not depend on the domain layer."
436        errorLine1="import com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor"
437        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
438        <location
439            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/DeviceEntryFaceAuthModule.kt"
440            line="25"
441            column="1"/>
442    </issue>
443
444    <issue
445        id="CleanArchitectureDependencyViolation"
446        message="The data layer may not depend on the ui layer."
447        errorLine1="import com.android.systemui.deviceentry.ui.binder.LiftToRunFaceAuthBinder"
448        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
449        <location
450            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/DeviceEntryFaceAuthModule.kt"
451            line="26"
452            column="1"/>
453    </issue>
454
455    <issue
456        id="CleanArchitectureDependencyViolation"
457        message="The data layer may not depend on the domain layer."
458        errorLine1="import com.android.systemui.biometrics.domain.interactor.DisplayStateInteractor"
459        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
460        <location
461            file="frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/DeviceEntryFaceAuthRepository.kt"
462            line="26"
463            column="1"/>
464    </issue>
465
466    <issue
467        id="CleanArchitectureDependencyViolation"
468        message="The data layer may not depend on the domain layer."
469        errorLine1="import com.android.systemui.bouncer.domain.interactor.AlternateBouncerInteractor"
470        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
471        <location
472            file="frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/DeviceEntryFaceAuthRepository.kt"
473            line="27"
474            column="1"/>
475    </issue>
476
477    <issue
478        id="CleanArchitectureDependencyViolation"
479        message="The data layer may not depend on the domain layer."
480        errorLine1="import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor"
481        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
482        <location
483            file="frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/DeviceEntryFaceAuthRepository.kt"
484            line="50"
485            column="1"/>
486    </issue>
487
488    <issue
489        id="CleanArchitectureDependencyViolation"
490        message="The data layer may not depend on the domain layer."
491        errorLine1="import com.android.systemui.keyguard.domain.interactor.KeyguardTransitionInteractor"
492        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
493        <location
494            file="frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/DeviceEntryFaceAuthRepository.kt"
495            line="51"
496            column="1"/>
497    </issue>
498
499    <issue
500        id="CleanArchitectureDependencyViolation"
501        message="The data layer may not depend on the domain layer."
502        errorLine1="import com.android.systemui.power.domain.interactor.PowerInteractor"
503        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
504        <location
505            file="frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/DeviceEntryFaceAuthRepository.kt"
506            line="59"
507            column="1"/>
508    </issue>
509
510    <issue
511        id="CleanArchitectureDependencyViolation"
512        message="The ui layer may not depend on the data layer."
513        errorLine1="import com.android.systemui.qs.footer.data.model.UserSwitcherStatusModel"
514        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
515        <location
516            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/FooterActionsViewModel.kt"
517            line="34"
518            column="1"/>
519    </issue>
520
521    <issue
522        id="CleanArchitectureDependencyViolation"
523        message="The data layer may not depend on the ui layer."
524        errorLine1="import com.android.systemui.controls.ui.ControlsActivity"
525        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
526        <location
527            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/HomeControlsKeyguardQuickAffordanceConfig.kt"
528            line="34"
529            column="1"/>
530    </issue>
531
532    <issue
533        id="CleanArchitectureDependencyViolation"
534        message="The data layer may not depend on the ui layer."
535        errorLine1="import com.android.systemui.controls.ui.ControlsUiController"
536        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
537        <location
538            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/HomeControlsKeyguardQuickAffordanceConfig.kt"
539            line="35"
540            column="1"/>
541    </issue>
542
543    <issue
544        id="CleanArchitectureDependencyViolation"
545        message="The data layer may not depend on the domain layer."
546        errorLine1="import com.android.systemui.keyguard.domain.interactor.InWindowLauncherUnlockAnimationInteractor"
547        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
548        <location
549            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/InWindowLauncherUnlockAnimationRepository.kt"
550            line="20"
551            column="1"/>
552    </issue>
553
554    <issue
555        id="CleanArchitectureDependencyViolation"
556        message="The domain layer may not depend on the ui layer."
557        errorLine1="import com.android.systemui.statusbar.pipeline.wifi.ui.model.WifiIcon"
558        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
559        <location
560            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/InternetTileDataInteractor.kt"
561            line="40"
562            column="1"/>
563    </issue>
564
565    <issue
566        id="CleanArchitectureDependencyViolation"
567        message="The ui layer may not depend on the data layer."
568        errorLine1="import com.android.systemui.keyguard.data.repository.KeyguardBlueprintRepository"
569        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
570        <location
571            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/KeyguardBlueprintCommandListener.kt"
572            line="20"
573            column="1"/>
574    </issue>
575
576    <issue
577        id="CleanArchitectureDependencyViolation"
578        message="The domain layer may not depend on the ui layer."
579        errorLine1="import com.android.systemui.keyguard.ui.view.layout.blueprints.DefaultKeyguardBlueprint"
580        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
581        <location
582            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardBlueprintInteractor.kt"
583            line="30"
584            column="1"/>
585    </issue>
586
587    <issue
588        id="CleanArchitectureDependencyViolation"
589        message="The domain layer may not depend on the ui layer."
590        errorLine1="import com.android.systemui.keyguard.ui.view.layout.blueprints.SplitShadeKeyguardBlueprint"
591        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
592        <location
593            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardBlueprintInteractor.kt"
594            line="31"
595            column="1"/>
596    </issue>
597
598    <issue
599        id="CleanArchitectureDependencyViolation"
600        message="The domain layer may not depend on the ui layer."
601        errorLine1="import com.android.systemui.keyguard.ui.view.layout.blueprints.transitions.IntraBlueprintTransition.Config"
602        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
603        <location
604            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardBlueprintInteractor.kt"
605            line="32"
606            column="1"/>
607    </issue>
608
609    <issue
610        id="CleanArchitectureDependencyViolation"
611        message="The domain layer may not depend on the ui layer."
612        errorLine1="import com.android.systemui.keyguard.ui.view.layout.blueprints.transitions.IntraBlueprintTransition.Type"
613        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
614        <location
615            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardBlueprintInteractor.kt"
616            line="33"
617            column="1"/>
618    </issue>
619
620    <issue
621        id="CleanArchitectureDependencyViolation"
622        message="The data layer may not depend on the ui layer."
623        errorLine1="import com.android.systemui.keyguard.ui.view.layout.blueprints.DefaultKeyguardBlueprint.Companion.DEFAULT"
624        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
625        <location
626            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardBlueprintRepository.kt"
627            line="25"
628            column="1"/>
629    </issue>
630
631    <issue
632        id="CleanArchitectureDependencyViolation"
633        message="The data layer may not depend on the ui layer."
634        errorLine1="import com.android.systemui.keyguard.ui.view.layout.blueprints.KeyguardBlueprintModule"
635        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
636        <location
637            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardBlueprintRepository.kt"
638            line="26"
639            column="1"/>
640    </issue>
641
642    <issue
643        id="CleanArchitectureDependencyViolation"
644        message="The data layer may not depend on the ui layer."
645        errorLine1="import com.android.systemui.keyguard.ui.view.layout.blueprints.transitions.IntraBlueprintTransition.Config"
646        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
647        <location
648            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardBlueprintRepository.kt"
649            line="27"
650            column="1"/>
651    </issue>
652
653    <issue
654        id="CleanArchitectureDependencyViolation"
655        message="The data layer may not depend on the domain layer."
656        errorLine1="import com.android.systemui.bouncer.domain.interactor.BouncerMessageAuditLogger"
657        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
658        <location
659            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardRepositoryModule.kt"
660            line="24"
661            column="1"/>
662    </issue>
663
664    <issue
665        id="CleanArchitectureDependencyViolation"
666        message="The data layer may not depend on the ui layer."
667        errorLine1="import com.android.systemui.keyguard.ui.binder.SideFpsProgressBarViewBinder"
668        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
669        <location
670            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardRepositoryModule.kt"
671            line="25"
672            column="1"/>
673    </issue>
674
675    <issue
676        id="CleanArchitectureDependencyViolation"
677        message="The domain layer may not depend on the ui layer."
678        errorLine1="import com.android.systemui.statusbar.notification.stack.ui.viewmodel.SharedNotificationContainerViewModel"
679        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
680        <location
681            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardTransitionAuditLogger.kt"
682            line="26"
683            column="1"/>
684    </issue>
685
686    <issue
687        id="CleanArchitectureDependencyViolation"
688        message="The domain layer may not depend on the ui layer."
689        errorLine1="import com.android.systemui.media.controls.ui.view.MediaViewHolder"
690        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
691        <location
692            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/LegacyMediaDataManagerImpl.kt"
693            line="81"
694            column="1"/>
695    </issue>
696
697    <issue
698        id="CleanArchitectureDependencyViolation"
699        message="The ui layer may not depend on the data layer."
700        errorLine1="import com.android.systemui.user.data.source.UserRecord"
701        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
702        <location
703            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/legacyhelper/ui/LegacyUserUiHelper.kt"
704            line="24"
705            column="1"/>
706    </issue>
707
708    <issue
709        id="CleanArchitectureDependencyViolation"
710        message="The domain layer may not depend on the ui layer."
711        errorLine1="import com.android.systemui.media.controls.ui.view.MediaViewHolder"
712        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
713        <location
714            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/MediaDataProcessor.kt"
715            line="84"
716            column="1"/>
717    </issue>
718
719    <issue
720        id="CleanArchitectureDependencyViolation"
721        message="The domain layer may not depend on the ui layer."
722        errorLine1="import com.android.systemui.statusbar.pipeline.satellite.ui.model.SatelliteIconModel"
723        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
724        <location
725            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/MobileIconInteractor.kt"
726            line="36"
727            column="1"/>
728    </issue>
729
730    <issue
731        id="CleanArchitectureDependencyViolation"
732        message="The ui layer may not depend on the data layer."
733        errorLine1="import com.android.systemui.people.data.model.PeopleTileModel"
734        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
735        <location
736            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/viewmodel/PeopleViewModel.kt"
737            line="29"
738            column="1"/>
739    </issue>
740
741    <issue
742        id="CleanArchitectureDependencyViolation"
743        message="The ui layer may not depend on the data layer."
744        errorLine1="import com.android.systemui.people.data.repository.PeopleTileRepository"
745        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
746        <location
747            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/viewmodel/PeopleViewModel.kt"
748            line="30"
749            column="1"/>
750    </issue>
751
752    <issue
753        id="CleanArchitectureDependencyViolation"
754        message="The ui layer may not depend on the data layer."
755        errorLine1="import com.android.systemui.people.data.repository.PeopleWidgetRepository"
756        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
757        <location
758            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/viewmodel/PeopleViewModel.kt"
759            line="31"
760            column="1"/>
761    </issue>
762
763    <issue
764        id="CleanArchitectureDependencyViolation"
765        message="The domain layer may not depend on the ui layer."
766        errorLine1="import com.android.systemui.bouncer.ui.BouncerView"
767        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
768        <location
769            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/PrimaryBouncerInteractor.kt"
770            line="38"
771            column="1"/>
772    </issue>
773
774    <issue
775        id="CleanArchitectureDependencyViolation"
776        message="The shared layer may not depend on the data layer."
777        errorLine1="import com.android.systemui.qs.pipeline.data.model.RestoreData"
778        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
779        <location
780            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/shared/logging/QSPipelineLogger.kt"
781            line="24"
782            column="1"/>
783    </issue>
784
785    <issue
786        id="CleanArchitectureDependencyViolation"
787        message="The shared layer may not depend on the data layer."
788        errorLine1="import com.android.systemui.qs.pipeline.data.repository.UserTileSpecRepository"
789        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
790        <location
791            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/shared/logging/QSPipelineLogger.kt"
792            line="25"
793            column="1"/>
794    </issue>
795
796    <issue
797        id="CleanArchitectureDependencyViolation"
798        message="The ui layer may not depend on the data layer."
799        errorLine1="import com.android.systemui.keyboard.data.repository.KeyboardRepository"
800        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
801        <location
802            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/ui/viewmodel/StickyKeysIndicatorViewModel.kt"
803            line="20"
804            column="1"/>
805    </issue>
806
807    <issue
808        id="CleanArchitectureDependencyViolation"
809        message="The ui layer may not depend on the data layer."
810        errorLine1="import com.android.systemui.keyboard.stickykeys.data.repository.StickyKeysRepository"
811        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
812        <location
813            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/ui/viewmodel/StickyKeysIndicatorViewModel.kt"
814            line="21"
815            column="1"/>
816    </issue>
817
818    <issue
819        id="CleanArchitectureDependencyViolation"
820        message="The shared layer may not depend on the data layer."
821        errorLine1="import com.android.systemui.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository"
822        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
823        <location
824            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/WifiNetworkModel.kt"
825            line="25"
826            column="1"/>
827    </issue>
828
829    <issue
830        id="DumpableNotRegistered"
831        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
832        errorLine1="class ActionReceiver("
833        errorLine2="      ~~~~~~~~~~~~~~">
834        <location
835            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/ActionReceiver.kt"
836            line="50"
837            column="7"/>
838    </issue>
839
840    <issue
841        id="DumpableNotRegistered"
842        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
843        errorLine1="public class GroupCoalescer implements Dumpable, PipelineDumpable {"
844        errorLine2="             ~~~~~~~~~~~~~~">
845        <location
846            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/GroupCoalescer.java"
847            line="70"
848            column="14"/>
849    </issue>
850
851    <issue
852        id="DumpableNotRegistered"
853        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
854        errorLine1="public class KeyguardIndicationRotateTextViewController extends"
855        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
856        <location
857            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardIndicationRotateTextViewController.java"
858            line="62"
859            column="14"/>
860    </issue>
861
862    <issue
863        id="DumpableNotRegistered"
864        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
865        errorLine1="public class LightBarTransitionsController implements Dumpable {"
866        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
867        <location
868            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/LightBarTransitionsController.java"
869            line="48"
870            column="14"/>
871    </issue>
872
873    <issue
874        id="DumpableNotRegistered"
875        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
876        errorLine1="public class LockIconView extends FrameLayout implements Dumpable {"
877        errorLine2="             ~~~~~~~~~~~~">
878        <location
879            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/LockIconView.java"
880            line="47"
881            column="14"/>
882    </issue>
883
884    <issue
885        id="DumpableNotRegistered"
886        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
887        errorLine1="public class NotificationBackgroundView extends View implements Dumpable {"
888        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~">
889        <location
890            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationBackgroundView.java"
891            line="47"
892            column="14"/>
893    </issue>
894
895    <issue
896        id="DumpableNotRegistered"
897        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
898        errorLine1="public class NotificationStackScrollLayout"
899        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
900        <location
901            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java"
902            line="151"
903            column="14"/>
904    </issue>
905
906    <issue
907        id="DumpableNotRegistered"
908        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
909        errorLine1="class PendingRemovalStore @Inject constructor("
910        errorLine2="      ~~~~~~~~~~~~~~~~~~~">
911        <location
912            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/PendingRemovalStore.kt"
913            line="19"
914            column="7"/>
915    </issue>
916
917    <issue
918        id="DumpableNotRegistered"
919        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
920        errorLine1="public class QSContainerImpl extends FrameLayout implements Dumpable {"
921        errorLine2="             ~~~~~~~~~~~~~~~">
922        <location
923            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSContainerImpl.java"
924            line="47"
925            column="14"/>
926    </issue>
927
928    <issue
929        id="DumpableNotRegistered"
930        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
931        errorLine1="class QSTileViewModelAdapter"
932        errorLine2="      ~~~~~~~~~~~~~~~~~~~~~~">
933        <location
934            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/viewmodel/QSTileViewModelAdapter.kt"
935            line="47"
936            column="7"/>
937    </issue>
938
939    <issue
940        id="DumpableNotRegistered"
941        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
942        errorLine1="class QSTileViewModelImpl&lt;DATA_TYPE>("
943        errorLine2="      ~~~~~~~~~~~~~~~~~~~">
944        <location
945            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/QSTileViewModelImpl.kt"
946            line="72"
947            column="7"/>
948    </issue>
949
950    <issue
951        id="DumpableNotRegistered"
952        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
953        errorLine1="class RoundedCornerResDelegateImpl("
954        errorLine2="      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
955        <location
956            file="frameworks/base/packages/SystemUI/src/com/android/systemui/decor/RoundedCornerResDelegate.kt"
957            line="48"
958            column="7"/>
959    </issue>
960
961    <issue
962        id="DumpableNotRegistered"
963        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
964        errorLine1="class StatusBarModePerDisplayRepositoryImpl"
965        errorLine2="      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
966        <location
967            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/StatusBarModePerDisplayRepository.kt"
968            line="108"
969            column="7"/>
970    </issue>
971
972    <issue
973        id="DumpableNotRegistered"
974        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
975        errorLine1="public final class StatusBarTouchableRegionManager implements Dumpable {"
976        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
977        <location
978            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarTouchableRegionManager.java"
979            line="61"
980            column="20"/>
981    </issue>
982
983    <issue
984        id="DumpableNotRegistered"
985        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
986        errorLine1="public class SwipeHelper implements Gefingerpoken, Dumpable {"
987        errorLine2="             ~~~~~~~~~~~">
988        <location
989            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SwipeHelper.java"
990            line="64"
991            column="14"/>
992    </issue>
993
994    <issue
995        id="DumpableNotRegistered"
996        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
997        errorLine1="public class SysUiState implements Dumpable {"
998        errorLine2="             ~~~~~~~~~~">
999        <location
1000            file="frameworks/base/packages/SystemUI/src/com/android/systemui/model/SysUiState.java"
1001            line="38"
1002            column="14"/>
1003    </issue>
1004
1005    <issue
1006        id="DumpableNotRegistered"
1007        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
1008        errorLine1="class TableLogBuffer("
1009        errorLine2="      ~~~~~~~~~~~~~~">
1010        <location
1011            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/TableLogBuffer.kt"
1012            line="78"
1013            column="7"/>
1014    </issue>
1015
1016    <issue
1017        id="DumpableNotRegistered"
1018        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
1019        errorLine1="open class UserBroadcastDispatcher("
1020        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
1021        <location
1022            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/UserBroadcastDispatcher.kt"
1023            line="48"
1024            column="12"/>
1025    </issue>
1026
1027    <issue
1028        id="DumpableNotRegistered"
1029        message="Any class implementing `Dumpable` must call `DumpManager.registerNormalDumpable` or `DumpManager.registerCriticalDumpable`"
1030        errorLine1="public class ViewState implements Dumpable {"
1031        errorLine2="             ~~~~~~~~~">
1032        <location
1033            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ViewState.java"
1034            line="47"
1035            column="14"/>
1036    </issue>
1037
1038    <issue
1039        id="MissingClass"
1040        message="Class referenced in the layout file, `com.android.systemui.multishade.ui.view.MultiShadeView`, was not found in the project or the libraries"
1041        errorLine1="&lt;com.android.systemui.multishade.ui.view.MultiShadeView"
1042        errorLine2="^">
1043        <location
1044            file="frameworks/base/packages/SystemUI/res/layout/multi_shade.xml"
1045            line="19"
1046            column="1"/>
1047    </issue>
1048
1049    <issue
1050        id="MissingClass"
1051        message="Class referenced in the layout file, `com.android.systemui.biometrics.UdfpsEnrollView`, was not found in the project or the libraries"
1052        errorLine1="&lt;com.android.systemui.biometrics.UdfpsEnrollView"
1053        errorLine2="^">
1054        <location
1055            file="frameworks/base/packages/SystemUI/res/layout/udfps_enroll_view.xml"
1056            line="17"
1057            column="1"/>
1058    </issue>
1059
1060    <issue
1061        id="NonInjectedService"
1062        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1063        errorLine1="                (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);"
1064        errorLine2="                                               ~~~~~~~~~~~~~~~~">
1065        <location
1066            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/AccessibilityController.java"
1067            line="47"
1068            column="48"/>
1069    </issue>
1070
1071    <issue
1072        id="NonInjectedService"
1073        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1074        errorLine1="        mAppOps = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE);"
1075        errorLine2="                                          ~~~~~~~~~~~~~~~~">
1076        <location
1077            file="frameworks/base/packages/SystemUI/src/com/android/systemui/appops/AppOpsControllerImpl.java"
1078            line="166"
1079            column="43"/>
1080    </issue>
1081
1082    <issue
1083        id="NonInjectedService"
1084        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1085        errorLine1="        mWm = mContext.getSystemService(WindowManager.class);"
1086        errorLine2="                       ~~~~~~~~~~~~~~~~">
1087        <location
1088            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistDisclosure.java"
1089            line="52"
1090            column="24"/>
1091    </issue>
1092
1093    <issue
1094        id="NonInjectedService"
1095        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1096        errorLine1="                (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);"
1097        errorLine2="                                         ~~~~~~~~~~~~~~~~">
1098        <location
1099            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java"
1100            line="409"
1101            column="42"/>
1102    </issue>
1103
1104    <issue
1105        id="NonInjectedService"
1106        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1107        errorLine1="                                mContext.getSystemService(StatusBarManager.class);"
1108        errorLine2="                                         ~~~~~~~~~~~~~~~~">
1109        <location
1110            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java"
1111            line="459"
1112            column="42"/>
1113    </issue>
1114
1115    <issue
1116        id="NonInjectedService"
1117        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1118        errorLine1="                                mContext.getSystemService(StatusBarManager.class);"
1119        errorLine2="                                         ~~~~~~~~~~~~~~~~">
1120        <location
1121            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java"
1122            line="475"
1123            column="42"/>
1124    </issue>
1125
1126    <issue
1127        id="NonInjectedService"
1128        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1129        errorLine1="        final StatusBarManager statusBarManager = mContext.getSystemService(StatusBarManager.class);"
1130        errorLine2="                                                           ~~~~~~~~~~~~~~~~">
1131        <location
1132            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java"
1133            line="485"
1134            column="60"/>
1135    </issue>
1136
1137    <issue
1138        id="NonInjectedService"
1139        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1140        errorLine1="        mWindowManager = mContext.getSystemService(WindowManager.class);"
1141        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1142        <location
1143            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java"
1144            line="343"
1145            column="35"/>
1146    </issue>
1147
1148    <issue
1149        id="NonInjectedService"
1150        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1151        errorLine1="        mSensorPrivacyManager = context.getSystemService(SensorPrivacyManager.class);"
1152        errorLine2="                                        ~~~~~~~~~~~~~~~~">
1153        <location
1154            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
1155            line="808"
1156            column="41"/>
1157    </issue>
1158
1159    <issue
1160        id="NonInjectedService"
1161        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1162        errorLine1="        mAccessibilityManager = context.getSystemService(AccessibilityManager.class);"
1163        errorLine2="                                        ~~~~~~~~~~~~~~~~">
1164        <location
1165            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/AutoHideController.java"
1166            line="68"
1167            column="41"/>
1168    </issue>
1169
1170    <issue
1171        id="NonInjectedService"
1172        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1173        errorLine1="            val jobScheduler = context.getSystemService(JobScheduler::class.java)"
1174        errorLine2="                                       ~~~~~~~~~~~~~~~~">
1175        <location
1176            file="frameworks/base/packages/SystemUI/src/com/android/systemui/backup/BackupHelper.kt"
1177            line="183"
1178            column="40"/>
1179    </issue>
1180
1181    <issue
1182        id="NonInjectedService"
1183        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1184        errorLine1="        mWindowManager = context.getSystemService(WindowManager.class);"
1185        errorLine2="                                 ~~~~~~~~~~~~~~~~">
1186        <location
1187            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/BiometricPromptLayout.java"
1188            line="67"
1189            column="34"/>
1190    </issue>
1191
1192    <issue
1193        id="NonInjectedService"
1194        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1195        errorLine1="        val accessibilityManager = view.context.getSystemService(AccessibilityManager::class.java)!!"
1196        errorLine2="                                                ~~~~~~~~~~~~~~~~">
1197        <location
1198            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt"
1199            line="91"
1200            column="49"/>
1201    </issue>
1202
1203    <issue
1204        id="NonInjectedService"
1205        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1206        errorLine1="        val windowManager = requireNotNull(view.context.getSystemService(WindowManager::class.java))"
1207        errorLine2="                                                        ~~~~~~~~~~~~~~~~">
1208        <location
1209            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewSizeBinder.kt"
1210            line="76"
1211            column="57"/>
1212    </issue>
1213
1214    <issue
1215        id="NonInjectedService"
1216        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1217        errorLine1="            requireNotNull(view.context.getSystemService(AccessibilityManager::class.java))"
1218        errorLine2="                                        ~~~~~~~~~~~~~~~~">
1219        <location
1220            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewSizeBinder.kt"
1221            line="78"
1222            column="41"/>
1223    </issue>
1224
1225    <issue
1226        id="NonInjectedService"
1227        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1228        errorLine1="        mUserManager = (UserManager) context.getSystemService(Context.USER_SERVICE);"
1229        errorLine2="                                             ~~~~~~~~~~~~~~~~">
1230        <location
1231            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
1232            line="114"
1233            column="46"/>
1234    </issue>
1235
1236    <issue
1237        id="NonInjectedService"
1238        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1239        errorLine1="        return applicationContext.getSystemService(Context.EUICC_SERVICE) as EuiccManager?"
1240        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1241        <location
1242            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractorModule.kt"
1243            line="54"
1244            column="35"/>
1245    </issue>
1246
1247    <issue
1248        id="NonInjectedService"
1249        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1250        errorLine1="            val manager = context.getSystemService(Context.CAMERA_SERVICE) as CameraManager"
1251        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1252        <location
1253            file="frameworks/base/packages/SystemUI/src/com/android/systemui/CameraAvailabilityListener.kt"
1254            line="167"
1255            column="35"/>
1256    </issue>
1257
1258    <issue
1259        id="NonInjectedService"
1260        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1261        errorLine1="        mMediaRouter = (MediaRouter) context.getSystemService(Context.MEDIA_ROUTER_SERVICE);"
1262        errorLine2="                                             ~~~~~~~~~~~~~~~~">
1263        <location
1264            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/CastControllerImpl.java"
1265            line="74"
1266            column="46"/>
1267    </issue>
1268
1269    <issue
1270        id="NonInjectedService"
1271        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1272        errorLine1="                context.getSystemService(Context.MEDIA_PROJECTION_SERVICE);"
1273        errorLine2="                        ~~~~~~~~~~~~~~~~">
1274        <location
1275            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/CastControllerImpl.java"
1276            line="77"
1277            column="25"/>
1278    </issue>
1279
1280    <issue
1281        id="NonInjectedService"
1282        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1283        errorLine1="        mUiModeManager = mContext.getSystemService(UiModeManager.class);"
1284        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1285        <location
1286            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
1287            line="856"
1288            column="35"/>
1289    </issue>
1290
1291    <issue
1292        id="NonInjectedService"
1293        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1294        errorLine1="        mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);"
1295        errorLine2="                                                  ~~~~~~~~~~~~~~~~">
1296        <location
1297            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
1298            line="864"
1299            column="51"/>
1300    </issue>
1301
1302    <issue
1303        id="NonInjectedService"
1304        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1305        errorLine1="        mDevicePolicyManager = (DevicePolicyManager) mContext.getSystemService("
1306        errorLine2="                                                              ~~~~~~~~~~~~~~~~">
1307        <location
1308            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
1309            line="875"
1310            column="63"/>
1311    </issue>
1312
1313    <issue
1314        id="NonInjectedService"
1315        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1316        errorLine1="                mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);"
1317        errorLine2="                         ~~~~~~~~~~~~~~~~">
1318        <location
1319            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
1320            line="879"
1321            column="26"/>
1322    </issue>
1323
1324    <issue
1325        id="NonInjectedService"
1326        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1327        errorLine1="        mKeyguardManager = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE);"
1328        errorLine2="                                                      ~~~~~~~~~~~~~~~~">
1329        <location
1330            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
1331            line="885"
1332            column="55"/>
1333    </issue>
1334
1335    <issue
1336        id="NonInjectedService"
1337        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1338        errorLine1="                        mContext.getSystemService(Context.NOTIFICATION_SERVICE);"
1339        errorLine2="                                 ~~~~~~~~~~~~~~~~">
1340        <location
1341            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
1342            line="2913"
1343            column="34"/>
1344    </issue>
1345
1346    <issue
1347        id="NonInjectedService"
1348        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1349        errorLine1="                    it.context.getSystemService(InputMethodManager::class.java)"
1350        errorLine2="                               ~~~~~~~~~~~~~~~~">
1351        <location
1352            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ChallengeDialogs.kt"
1353            line="80"
1354            column="32"/>
1355    </issue>
1356
1357    <issue
1358        id="NonInjectedService"
1359        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1360        errorLine1="        InputManager inputManager = mContext.getSystemService(InputManager.class);"
1361        errorLine2="                                             ~~~~~~~~~~~~~~~~">
1362        <location
1363            file="frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ClipboardOverlayController.java"
1364            line="520"
1365            column="46"/>
1366    </issue>
1367
1368    <issue
1369        id="NonInjectedService"
1370        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1371        errorLine1="        mWindowManager = mContext.getSystemService(WindowManager.class);"
1372        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1373        <location
1374            file="frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ClipboardOverlayWindow.java"
1375            line="66"
1376            column="35"/>
1377    </issue>
1378
1379    <issue
1380        id="NonInjectedService"
1381        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1382        errorLine1="        mClipboardManager = context.getSystemService(ClipboardManager.class);"
1383        errorLine2="                                    ~~~~~~~~~~~~~~~~">
1384        <location
1385            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ClipboardView.java"
1386            line="37"
1387            column="37"/>
1388    </issue>
1389
1390    <issue
1391        id="NonInjectedService"
1392        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1393        errorLine1="            val am = context.getSystemService(ActivityManager::class.java)"
1394        errorLine2="                             ~~~~~~~~~~~~~~~~">
1395        <location
1396            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsRequestReceiver.kt"
1397            line="48"
1398            column="30"/>
1399    </issue>
1400
1401    <issue
1402        id="NonInjectedService"
1403        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1404        errorLine1="        context.getSystemService(AccessibilityManager::class.java)"
1405        errorLine2="                ~~~~~~~~~~~~~~~~">
1406        <location
1407            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/CredentialPasswordView.kt"
1408            line="26"
1409            column="17"/>
1410    </issue>
1411
1412    <issue
1413        id="NonInjectedService"
1414        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1415        errorLine1="        val imeManager = view.context.getSystemService(InputMethodManager::class.java)!!"
1416        errorLine2="                                      ~~~~~~~~~~~~~~~~">
1417        <location
1418            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/CredentialPasswordViewBinder.kt"
1419            line="36"
1420            column="39"/>
1421    </issue>
1422
1423    <issue
1424        id="NonInjectedService"
1425        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1426        errorLine1="                .getSystemService(android.telecom.TelecomManager::class.java)!!"
1427        errorLine2="                 ~~~~~~~~~~~~~~~~">
1428        <location
1429            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/CredentialViewModel.kt"
1430            line="154"
1431            column="18"/>
1432    </issue>
1433
1434    <issue
1435        id="NonInjectedService"
1436        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1437        errorLine1="                .getSystemService(WindowManager.class);"
1438        errorLine2="                 ~~~~~~~~~~~~~~~~">
1439        <location
1440            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/display/DisplayHelper.java"
1441            line="50"
1442            column="18"/>
1443    </issue>
1444
1445    <issue
1446        id="NonInjectedService"
1447        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1448        errorLine1="        final PowerManager pm = getSystemService(PowerManager.class);"
1449        errorLine2="                                ~~~~~~~~~~~~~~~~">
1450        <location
1451            file="frameworks/base/packages/SystemUI/src/com/android/systemui/doze/DozeService.java"
1452            line="119"
1453            column="33"/>
1454    </issue>
1455
1456    <issue
1457        id="NonInjectedService"
1458        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1459        errorLine1="        context.getSystemService(Context.WINDOW_SERVICE) as WindowManager"
1460        errorLine2="                ~~~~~~~~~~~~~~~~">
1461        <location
1462            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/DragToInteractView.kt"
1463            line="90"
1464            column="17"/>
1465    </issue>
1466
1467    <issue
1468        id="NonInjectedService"
1469        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1470        errorLine1="        return mContext.getSystemService(InputManager.class)"
1471        errorLine2="                        ~~~~~~~~~~~~~~~~">
1472        <location
1473            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/EdgeBackGestureHandler.java"
1474            line="1205"
1475            column="25"/>
1476    </issue>
1477
1478    <issue
1479        id="NonInjectedService"
1480        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1481        errorLine1="        mClipboardManager = requireNonNull(getSystemService(ClipboardManager.class));"
1482        errorLine2="                                           ~~~~~~~~~~~~~~~~">
1483        <location
1484            file="frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/EditTextActivity.java"
1485            line="61"
1486            column="44"/>
1487    </issue>
1488
1489    <issue
1490        id="NonInjectedService"
1491        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1492        errorLine1="        InputMethodManager imm = getSystemService(InputMethodManager.class);"
1493        errorLine2="                                 ~~~~~~~~~~~~~~~~">
1494        <location
1495            file="frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/EditTextActivity.java"
1496            line="133"
1497            column="34"/>
1498    </issue>
1499
1500    <issue
1501        id="NonInjectedService"
1502        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1503        errorLine1="                    (AccessibilityManager) getContext().getSystemService("
1504        errorLine2="                                                        ~~~~~~~~~~~~~~~~">
1505        <location
1506            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java"
1507            line="2504"
1508            column="57"/>
1509    </issue>
1510
1511    <issue
1512        id="NonInjectedService"
1513        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1514        errorLine1="        mTetheringManager = context.getSystemService(TetheringManager.class);"
1515        errorLine2="                                    ~~~~~~~~~~~~~~~~">
1516        <location
1517            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/HotspotControllerImpl.java"
1518            line="105"
1519            column="37"/>
1520    </issue>
1521
1522    <issue
1523        id="NonInjectedService"
1524        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1525        errorLine1="        mWifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE);"
1526        errorLine2="                                             ~~~~~~~~~~~~~~~~">
1527        <location
1528            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/HotspotControllerImpl.java"
1529            line="106"
1530            column="46"/>
1531    </issue>
1532
1533    <issue
1534        id="NonInjectedService"
1535        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1536        errorLine1="        LayoutInflater inflater = mContext.getSystemService(LayoutInflater.class);"
1537        errorLine2="                                           ~~~~~~~~~~~~~~~~">
1538        <location
1539            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
1540            line="77"
1541            column="44"/>
1542    </issue>
1543
1544    <issue
1545        id="NonInjectedService"
1546        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1547        errorLine1="            mWallpaperManager = getDisplayContext().getSystemService(WallpaperManager.class);"
1548        errorLine2="                                                    ~~~~~~~~~~~~~~~~">
1549        <location
1550            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ImageWallpaper.java"
1551            line="181"
1552            column="53"/>
1553    </issue>
1554
1555    <issue
1556        id="NonInjectedService"
1557        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1558        errorLine1="            getDisplayContext().getSystemService(DisplayManager.class)"
1559        errorLine2="                                ~~~~~~~~~~~~~~~~">
1560        <location
1561            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ImageWallpaper.java"
1562            line="188"
1563            column="33"/>
1564    </issue>
1565
1566    <issue
1567        id="NonInjectedService"
1568        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1569        errorLine1="                DisplayManager displayManager = context.getSystemService(DisplayManager.class);"
1570        errorLine2="                                                        ~~~~~~~~~~~~~~~~">
1571        <location
1572            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ImageWallpaper.java"
1573            line="198"
1574            column="57"/>
1575    </issue>
1576
1577    <issue
1578        id="NonInjectedService"
1579        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1580        errorLine1="                    .getSystemService(WindowManager.class)"
1581        errorLine2="                     ~~~~~~~~~~~~~~~~">
1582        <location
1583            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ImageWallpaper.java"
1584            line="518"
1585            column="22"/>
1586    </issue>
1587
1588    <issue
1589        id="NonInjectedService"
1590        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1591        errorLine1="        mWindowManager = mWindowContext.getSystemService(WindowManager.class);"
1592        errorLine2="                                        ~~~~~~~~~~~~~~~~">
1593        <location
1594            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ImmersiveModeConfirmation.java"
1595            line="508"
1596            column="41"/>
1597    </issue>
1598
1599    <issue
1600        id="NonInjectedService"
1601        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1602        errorLine1="        mWindowManager = mContext.getSystemService(WindowManager.class);"
1603        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1604        <location
1605            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/InattentiveSleepWarningView.java"
1606            line="46"
1607            column="35"/>
1608    </issue>
1609
1610    <issue
1611        id="NonInjectedService"
1612        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1613        errorLine1="        NotificationManager noMan = mContext.getSystemService(NotificationManager.class);"
1614        errorLine2="                                             ~~~~~~~~~~~~~~~~">
1615        <location
1616            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java"
1617            line="109"
1618            column="46"/>
1619    </issue>
1620
1621    <issue
1622        id="NonInjectedService"
1623        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1624        errorLine1="        NotificationManager noMan = mContext.getSystemService(NotificationManager.class);"
1625        errorLine2="                                             ~~~~~~~~~~~~~~~~">
1626        <location
1627            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java"
1628            line="148"
1629            column="46"/>
1630    </issue>
1631
1632    <issue
1633        id="NonInjectedService"
1634        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1635        errorLine1="                        context.getSystemService(TelephonyManager.class).createForSubscriptionId("
1636        errorLine2="                                ~~~~~~~~~~~~~~~~">
1637        <location
1638            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogController.java"
1639            line="963"
1640            column="33"/>
1641    </issue>
1642
1643    <issue
1644        id="NonInjectedService"
1645        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1646        errorLine1="        mAudioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE);"
1647        errorLine2="                                               ~~~~~~~~~~~~~~~~">
1648        <location
1649            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/KeyButtonView.java"
1650            line="177"
1651            column="48"/>
1652    </issue>
1653
1654    <issue
1655        id="NonInjectedService"
1656        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1657        errorLine1="            this.mWindowManager = mContext.getSystemService(WindowManager.class);"
1658        errorLine2="                                           ~~~~~~~~~~~~~~~~">
1659        <location
1660            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcutListSearch.java"
1661            line="154"
1662            column="44"/>
1663    </issue>
1664
1665    <issue
1666        id="NonInjectedService"
1667        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1668        errorLine1="        LayoutInflater inflater = mContext.getSystemService(LayoutInflater.class);"
1669        errorLine2="                                           ~~~~~~~~~~~~~~~~">
1670        <location
1671            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcutListSearch.java"
1672            line="858"
1673            column="44"/>
1674    </issue>
1675
1676    <issue
1677        id="NonInjectedService"
1678        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1679        errorLine1="            this.mWindowManager = mContext.getSystemService(WindowManager.class);"
1680        errorLine2="                                           ~~~~~~~~~~~~~~~~">
1681        <location
1682            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java"
1683            line="141"
1684            column="44"/>
1685    </issue>
1686
1687    <issue
1688        id="NonInjectedService"
1689        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1690        errorLine1="        final InputManager inputManager = mContext.getSystemService(InputManager.class);"
1691        errorLine2="                                                   ~~~~~~~~~~~~~~~~">
1692        <location
1693            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java"
1694            line="353"
1695            column="52"/>
1696    </issue>
1697
1698    <issue
1699        id="NonInjectedService"
1700        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1701        errorLine1="        LayoutInflater inflater = (LayoutInflater) mContext.getSystemService("
1702        errorLine2="                                                            ~~~~~~~~~~~~~~~~">
1703        <location
1704            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java"
1705            line="601"
1706            column="61"/>
1707    </issue>
1708
1709    <issue
1710        id="NonInjectedService"
1711        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1712        errorLine1="        InputManager im = context.getSystemService(InputManager.class);"
1713        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1714        <location
1715            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/KeyboardUI.java"
1716            line="206"
1717            column="35"/>
1718    </issue>
1719
1720    <issue
1721        id="NonInjectedService"
1722        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1723        errorLine1="        uiBgExecutor.execute(() -> mMediaRouter = mContext.getSystemService(MediaRouter.class));"
1724        errorLine2="                                                           ~~~~~~~~~~~~~~~~">
1725        <location
1726            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardDisplayManager.java"
1727            line="109"
1728            column="60"/>
1729    </issue>
1730
1731    <issue
1732        id="NonInjectedService"
1733        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1734        errorLine1="        mDisplayService = mContext.getSystemService(DisplayManager.class);"
1735        errorLine2="                                   ~~~~~~~~~~~~~~~~">
1736        <location
1737            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardDisplayManager.java"
1738            line="110"
1739            column="36"/>
1740    </issue>
1741
1742    <issue
1743        id="NonInjectedService"
1744        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1745        errorLine1="        mEuiccManager = (EuiccManager) context.getSystemService(Context.EUICC_SERVICE);"
1746        errorLine2="                                               ~~~~~~~~~~~~~~~~">
1747        <location
1748            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardEsimArea.java"
1749            line="87"
1750            column="48"/>
1751    </issue>
1752
1753    <issue
1754        id="NonInjectedService"
1755        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1756        errorLine1="                (EuiccManager) context.getSystemService(Context.EUICC_SERVICE);"
1757        errorLine2="                                       ~~~~~~~~~~~~~~~~">
1758        <location
1759            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardEsimArea.java"
1760            line="105"
1761            column="40"/>
1762    </issue>
1763
1764    <issue
1765        id="NonInjectedService"
1766        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1767        errorLine1="                message = mContext.getSystemService(DevicePolicyManager.class).getResources()"
1768        errorLine2="                                   ~~~~~~~~~~~~~~~~">
1769        <location
1770            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java"
1771            line="765"
1772            column="36"/>
1773    </issue>
1774
1775    <issue
1776        id="NonInjectedService"
1777        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1778        errorLine1="                message = mContext.getSystemService(DevicePolicyManager.class).getResources()"
1779        errorLine2="                                   ~~~~~~~~~~~~~~~~">
1780        <location
1781            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java"
1782            line="788"
1783            column="36"/>
1784    </issue>
1785
1786    <issue
1787        id="NonInjectedService"
1788        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1789        errorLine1="        mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE);"
1790        errorLine2="                                                ~~~~~~~~~~~~~~~~">
1791        <location
1792            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
1793            line="1528"
1794            column="49"/>
1795    </issue>
1796
1797    <issue
1798        id="NonInjectedService"
1799        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1800        errorLine1="                mContext.getSystemService(PowerManager.class).wakeUp(mSystemClock.uptimeMillis(),"
1801        errorLine2="                         ~~~~~~~~~~~~~~~~">
1802        <location
1803            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
1804            line="1715"
1805            column="26"/>
1806    </issue>
1807
1808    <issue
1809        id="NonInjectedService"
1810        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1811        errorLine1="                final UserManager um = (UserManager) mContext.getSystemService("
1812        errorLine2="                                                              ~~~~~~~~~~~~~~~~">
1813        <location
1814            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
1815            line="2684"
1816            column="63"/>
1817    </issue>
1818
1819    <issue
1820        id="NonInjectedService"
1821        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1822        errorLine1="                mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);"
1823        errorLine2="                                                        ~~~~~~~~~~~~~~~~">
1824        <location
1825            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
1826            line="2736"
1827            column="57"/>
1828    </issue>
1829
1830    <issue
1831        id="NonInjectedService"
1832        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1833        errorLine1="                    mContext.getSystemService(Context.STATUS_BAR_SERVICE);"
1834        errorLine2="                             ~~~~~~~~~~~~~~~~">
1835        <location
1836            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
1837            line="3413"
1838            column="30"/>
1839    </issue>
1840
1841    <issue
1842        id="NonInjectedService"
1843        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1844        errorLine1="                        getApplicationContext().getSystemService(LauncherApps.class);"
1845        errorLine2="                                                ~~~~~~~~~~~~~~~~">
1846        <location
1847            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/LaunchConversationActivity.java"
1848            line="163"
1849            column="49"/>
1850    </issue>
1851
1852    <issue
1853        id="NonInjectedService"
1854        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1855        errorLine1="            NotificationManager notiMan = mContext.getSystemService(NotificationManager.class);"
1856        errorLine2="                                                   ~~~~~~~~~~~~~~~~">
1857        <location
1858            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/LeakReporter.java"
1859            line="96"
1860            column="52"/>
1861    </issue>
1862
1863    <issue
1864        id="NonInjectedService"
1865        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1866        errorLine1="        WindowManager windowManager = mContext.getSystemService(WindowManager.class);"
1867        errorLine2="                                               ~~~~~~~~~~~~~~~~">
1868        <location
1869            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/LegacyLockIconViewController.java"
1870            line="435"
1871            column="48"/>
1872    </issue>
1873
1874    <issue
1875        id="NonInjectedService"
1876        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1877        errorLine1="        context.getSystemService(Context.STATUS_BAR_SERVICE) as StatusBarManager"
1878        errorLine2="                ~~~~~~~~~~~~~~~~">
1879        <location
1880            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/LegacyMediaDataManagerImpl.kt"
1881            line="237"
1882            column="17"/>
1883    </issue>
1884
1885    <issue
1886        id="NonInjectedService"
1887        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1888        errorLine1="                (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);"
1889        errorLine2="                                           ~~~~~~~~~~~~~~~~">
1890        <location
1891            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/LocationControllerImpl.java"
1892            line="192"
1893            column="44"/>
1894    </issue>
1895
1896    <issue
1897        id="NonInjectedService"
1898        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1899        errorLine1="        final UserManager um = (UserManager) mContext.getSystemService(Context.USER_SERVICE);"
1900        errorLine2="                                                      ~~~~~~~~~~~~~~~~">
1901        <location
1902            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/LocationControllerImpl.java"
1903            line="206"
1904            column="55"/>
1905    </issue>
1906
1907    <issue
1908        id="NonInjectedService"
1909        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1910        errorLine1="                    windowContext.getSystemService(AccessibilityManager.class),"
1911        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1912        <location
1913            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/Magnification.java"
1914            line="163"
1915            column="35"/>
1916    </issue>
1917
1918    <issue
1919        id="NonInjectedService"
1920        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1921        errorLine1="                    windowContext.getSystemService(WindowManager.class),"
1922        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1923        <location
1924            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/Magnification.java"
1925            line="164"
1926            column="35"/>
1927    </issue>
1928
1929    <issue
1930        id="NonInjectedService"
1931        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1932        errorLine1="        mAccessibilityManager = mContext.getSystemService(AccessibilityManager.class);"
1933        errorLine2="                                         ~~~~~~~~~~~~~~~~">
1934        <location
1935            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/Magnification.java"
1936            line="215"
1937            column="42"/>
1938    </issue>
1939
1940    <issue
1941        id="NonInjectedService"
1942        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1943        errorLine1="        mAccessibilityManager = mContext.getSystemService(AccessibilityManager.class);"
1944        errorLine2="                                         ~~~~~~~~~~~~~~~~">
1945        <location
1946            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/MagnificationModeSwitch.java"
1947            line="111"
1948            column="42"/>
1949    </issue>
1950
1951    <issue
1952        id="NonInjectedService"
1953        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1954        errorLine1="        mWindowManager = mContext.getSystemService(WindowManager.class);"
1955        errorLine2="                                  ~~~~~~~~~~~~~~~~">
1956        <location
1957            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/MagnificationModeSwitch.java"
1958            line="112"
1959            column="35"/>
1960    </issue>
1961
1962    <issue
1963        id="NonInjectedService"
1964        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1965        errorLine1="                            .getSystemService(android.app.Service.STATUS_BAR_SERVICE);"
1966        errorLine2="                             ~~~~~~~~~~~~~~~~">
1967        <location
1968            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ManagedProfileControllerImpl.java"
1969            line="81"
1970            column="30"/>
1971    </issue>
1972
1973    <issue
1974        id="NonInjectedService"
1975        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1976        errorLine1="        context.getSystemService(Context.STATUS_BAR_SERVICE) as StatusBarManager"
1977        errorLine2="                ~~~~~~~~~~~~~~~~">
1978        <location
1979            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/MediaDataProcessor.kt"
1980            line="201"
1981            column="17"/>
1982    </issue>
1983
1984    <issue
1985        id="NonInjectedService"
1986        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1987        errorLine1="    val audioManager: AudioManager = context.getSystemService(Context.AUDIO_SERVICE) as AudioManager"
1988        errorLine2="                                             ~~~~~~~~~~~~~~~~">
1989        <location
1990            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/MediaMuteAwaitConnectionManager.kt"
1991            line="46"
1992            column="46"/>
1993    </issue>
1994
1995    <issue
1996        id="NonInjectedService"
1997        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
1998        errorLine1="        final UserManager um = mContext.getSystemService(UserManager.class);"
1999        errorLine2="                                        ~~~~~~~~~~~~~~~~">
2000        <location
2001            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputController.java"
2002            line="881"
2003            column="41"/>
2004    </issue>
2005
2006    <issue
2007        id="NonInjectedService"
2008        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2009        errorLine1="            val statusBarManager = context.getSystemService(Context.STATUS_BAR_SERVICE)"
2010        errorLine2="                                           ~~~~~~~~~~~~~~~~">
2011        <location
2012            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/MediaTttCommandLineHelper.kt"
2013            line="68"
2014            column="44"/>
2015    </issue>
2016
2017    <issue
2018        id="NonInjectedService"
2019        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2020        errorLine1="            val statusBarManager = context.getSystemService(Context.STATUS_BAR_SERVICE)"
2021        errorLine2="                                           ~~~~~~~~~~~~~~~~">
2022        <location
2023            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/MediaTttCommandLineHelper.kt"
2024            line="159"
2025            column="44"/>
2026    </issue>
2027
2028    <issue
2029        id="NonInjectedService"
2030        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2031        errorLine1="        mNotificationManager = context.getSystemService(NotificationManager.class);"
2032        errorLine2="                                       ~~~~~~~~~~~~~~~~">
2033        <location
2034            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/MenuViewLayer.java"
2035            line="253"
2036            column="40"/>
2037    </issue>
2038
2039    <issue
2040        id="NonInjectedService"
2041        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2042        errorLine1="        mStatusBarManager = context.getSystemService(StatusBarManager.class);"
2043        errorLine2="                                    ~~~~~~~~~~~~~~~~">
2044        <location
2045            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/MenuViewLayer.java"
2046            line="254"
2047            column="37"/>
2048    </issue>
2049
2050    <issue
2051        id="NonInjectedService"
2052        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2053        errorLine1="        mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);"
2054        errorLine2="                                                  ~~~~~~~~~~~~~~~~">
2055        <location
2056            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/MirrorWindowControl.java"
2057            line="77"
2058            column="51"/>
2059    </issue>
2060
2061    <issue
2062        id="NonInjectedService"
2063        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2064        errorLine1="        mDisplayManager = mContext.getSystemService(DisplayManager.class);"
2065        errorLine2="                                   ~~~~~~~~~~~~~~~~">
2066        <location
2067            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarControllerImpl.java"
2068            line="142"
2069            column="36"/>
2070    </issue>
2071
2072    <issue
2073        id="NonInjectedService"
2074        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2075        errorLine1="        return context.getSystemService(WindowManager.class);"
2076        errorLine2="                       ~~~~~~~~~~~~~~~~">
2077        <location
2078            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarModule.java"
2079            line="72"
2080            column="24"/>
2081    </issue>
2082
2083    <issue
2084        id="NonInjectedService"
2085        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2086        errorLine1="            WindowManager wm = getContext().getSystemService(WindowManager.class);"
2087        errorLine2="                                            ~~~~~~~~~~~~~~~~">
2088        <location
2089            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBarView.java"
2090            line="729"
2091            column="45"/>
2092    </issue>
2093
2094    <issue
2095        id="NonInjectedService"
2096        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2097        errorLine1="        WindowManager wm = getContext().getSystemService(WindowManager.class);"
2098        errorLine2="                                        ~~~~~~~~~~~~~~~~">
2099        <location
2100            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBarView.java"
2101            line="830"
2102            column="41"/>
2103    </issue>
2104
2105    <issue
2106        id="NonInjectedService"
2107        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2108        errorLine1="        mManager = getHost().getUserContext().getSystemService(ColorDisplayManager.class);"
2109        errorLine2="                                              ~~~~~~~~~~~~~~~~">
2110        <location
2111            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/NightDisplayTile.java"
2112            line="136"
2113            column="47"/>
2114    </issue>
2115
2116    <issue
2117        id="NonInjectedService"
2118        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2119        errorLine1="        final NotificationManager nm = context.getSystemService(NotificationManager.class);"
2120        errorLine2="                                               ~~~~~~~~~~~~~~~~">
2121        <location
2122            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/NotificationChannels.java"
2123            line="57"
2124            column="48"/>
2125    </issue>
2126
2127    <issue
2128        id="NonInjectedService"
2129        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2130        errorLine1="        mContext.getSystemService(NotificationManager.class).deleteNotificationChannel(GENERAL);"
2131        errorLine2="                 ~~~~~~~~~~~~~~~~">
2132        <location
2133            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/NotificationChannels.java"
2134            line="144"
2135            column="18"/>
2136    </issue>
2137
2138    <issue
2139        id="NonInjectedService"
2140        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2141        errorLine1="                    (AudioManager) mCmd.context.getSystemService(Context.AUDIO_SERVICE);"
2142        errorLine2="                                                ~~~~~~~~~~~~~~~~">
2143        <location
2144            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java"
2145            line="93"
2146            column="49"/>
2147    </issue>
2148
2149    <issue
2150        id="NonInjectedService"
2151        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2152        errorLine1="            PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE);"
2153        errorLine2="                                                    ~~~~~~~~~~~~~~~~">
2154        <location
2155            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java"
2156            line="508"
2157            column="53"/>
2158    </issue>
2159
2160    <issue
2161        id="NonInjectedService"
2162        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2163        errorLine1="        mUserManager = (UserManager) mContext.getSystemService(Context.USER_SERVICE);"
2164        errorLine2="                                              ~~~~~~~~~~~~~~~~">
2165        <location
2166            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java"
2167            line="285"
2168            column="47"/>
2169    </issue>
2170
2171    <issue
2172        id="NonInjectedService"
2173        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2174        errorLine1="        mKeyguardManager = context.getSystemService(KeyguardManager.class);"
2175        errorLine2="                                   ~~~~~~~~~~~~~~~~">
2176        <location
2177            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java"
2178            line="286"
2179            column="36"/>
2180    </issue>
2181
2182    <issue
2183        id="NonInjectedService"
2184        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2185        errorLine1="        LayoutInflater inflater = (LayoutInflater) getContext().getSystemService("
2186        errorLine2="                                                                ~~~~~~~~~~~~~~~~">
2187        <location
2188            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java"
2189            line="316"
2190            column="65"/>
2191    </issue>
2192
2193    <issue
2194        id="NonInjectedService"
2195        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2196        errorLine1="        mPM = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);"
2197        errorLine2="                                      ~~~~~~~~~~~~~~~~">
2198        <location
2199            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/NumPadKey.java"
2200            line="109"
2201            column="39"/>
2202    </issue>
2203
2204    <issue
2205        id="NonInjectedService"
2206        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2207        errorLine1="        LayoutInflater inflater = (LayoutInflater) getContext().getSystemService("
2208        errorLine2="                                                                ~~~~~~~~~~~~~~~~">
2209        <location
2210            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/NumPadKey.java"
2211            line="110"
2212            column="65"/>
2213    </issue>
2214
2215    <issue
2216        id="NonInjectedService"
2217        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2218        errorLine1="            mContext.getSystemService(InputMethodManager.class)"
2219        errorLine2="                     ~~~~~~~~~~~~~~~~">
2220        <location
2221            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java"
2222            line="284"
2223            column="22"/>
2224    </issue>
2225
2226    <issue
2227        id="NonInjectedService"
2228        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2229        errorLine1="        mPM = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);"
2230        errorLine2="                                      ~~~~~~~~~~~~~~~~">
2231        <location
2232            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java"
2233            line="145"
2234            column="39"/>
2235    </issue>
2236
2237    <issue
2238        id="NonInjectedService"
2239        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2240        errorLine1="        JobScheduler jobScheduler = context.getSystemService(JobScheduler.class);"
2241        errorLine2="                                            ~~~~~~~~~~~~~~~~">
2242        <location
2243            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleBackupFollowUpJob.java"
2244            line="74"
2245            column="45"/>
2246    </issue>
2247
2248    <issue
2249        id="NonInjectedService"
2250        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2251        errorLine1="        mJobScheduler = mContext.getSystemService(JobScheduler.class);"
2252        errorLine2="                                 ~~~~~~~~~~~~~~~~">
2253        <location
2254            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleBackupFollowUpJob.java"
2255            line="92"
2256            column="34"/>
2257    </issue>
2258
2259    <issue
2260        id="NonInjectedService"
2261        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2262        errorLine1="        mPeopleManager = context.getSystemService(PeopleManager.class);"
2263        errorLine2="                                 ~~~~~~~~~~~~~~~~">
2264        <location
2265            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/PeopleSpaceWidgetManager.java"
2266            line="204"
2267            column="34"/>
2268    </issue>
2269
2270    <issue
2271        id="NonInjectedService"
2272        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2273        errorLine1="                JobScheduler jobScheduler = mContext.getSystemService(JobScheduler.class);"
2274        errorLine2="                                                     ~~~~~~~~~~~~~~~~">
2275        <location
2276            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/PeopleSpaceWidgetManager.java"
2277            line="1134"
2278            column="54"/>
2279    </issue>
2280
2281    <issue
2282        id="NonInjectedService"
2283        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2284        errorLine1="        KeyguardManager keyguardManager = mContext.getSystemService(KeyguardManager.class);"
2285        errorLine2="                                                   ~~~~~~~~~~~~~~~~">
2286        <location
2287            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/PhoneStateMonitor.java"
2288            line="190"
2289            column="52"/>
2290    </issue>
2291
2292    <issue
2293        id="NonInjectedService"
2294        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2295        errorLine1="        mNoMan = mContext.getSystemService(NotificationManager.class);"
2296        errorLine2="                          ~~~~~~~~~~~~~~~~">
2297        <location
2298            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
2299            line="200"
2300            column="27"/>
2301    </issue>
2302
2303    <issue
2304        id="NonInjectedService"
2305        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2306        errorLine1="        mPowerMan = (PowerManager) context.getSystemService(Context.POWER_SERVICE);"
2307        errorLine2="                                           ~~~~~~~~~~~~~~~~">
2308        <location
2309            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
2310            line="201"
2311            column="44"/>
2312    </issue>
2313
2314    <issue
2315        id="NonInjectedService"
2316        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2317        errorLine1="        mKeyguard = mContext.getSystemService(KeyguardManager.class);"
2318        errorLine2="                             ~~~~~~~~~~~~~~~~">
2319        <location
2320            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
2321            line="202"
2322            column="30"/>
2323    </issue>
2324
2325    <issue
2326        id="NonInjectedService"
2327        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2328        errorLine1="        mPowerManager = context.getSystemService(PowerManager::class.java)"
2329        errorLine2="                                ~~~~~~~~~~~~~~~~">
2330        <location
2331            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/PulseExpansionHandler.kt"
2332            line="125"
2333            column="33"/>
2334    </issue>
2335
2336    <issue
2337        id="NonInjectedService"
2338        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2339        errorLine1="                        mUserTracker.getUserContext().getSystemService(ClipboardManager.class);"
2340        errorLine2="                                                      ~~~~~~~~~~~~~~~~">
2341        <location
2342            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSFooterViewController.java"
2343            line="77"
2344            column="55"/>
2345    </issue>
2346
2347    <issue
2348        id="NonInjectedService"
2349        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2350        errorLine1="        WindowManager wm = this.mPanelView.getContext().getSystemService(WindowManager.class);"
2351        errorLine2="                                                        ~~~~~~~~~~~~~~~~">
2352        <location
2353            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/QuickSettingsControllerImpl.java"
2354            line="527"
2355            column="57"/>
2356    </issue>
2357
2358    <issue
2359        id="NonInjectedService"
2360        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2361        errorLine1="                mInputMethodManager = targetContext.getSystemService(InputMethodManager.class);"
2362        errorLine2="                                                    ~~~~~~~~~~~~~~~~">
2363        <location
2364            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java"
2365            line="1111"
2366            column="53"/>
2367    </issue>
2368
2369    <issue
2370        id="NonInjectedService"
2371        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2372        errorLine1="        mWindowManager = mContext.getSystemService(WindowManager.class);"
2373        errorLine2="                                  ~~~~~~~~~~~~~~~~">
2374        <location
2375            file="frameworks/base/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java"
2376            line="484"
2377            column="35"/>
2378    </issue>
2379
2380    <issue
2381        id="NonInjectedService"
2382        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2383        errorLine1="        WindowManager wm = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);"
2384        errorLine2="                                                    ~~~~~~~~~~~~~~~~">
2385        <location
2386            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ScreenMediaRecorder.java"
2387            line="144"
2388            column="53"/>
2389    </issue>
2390
2391    <issue
2392        id="NonInjectedService"
2393        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2394        errorLine1="                mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);"
2395        errorLine2="                         ~~~~~~~~~~~~~~~~">
2396        <location
2397            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java"
2398            line="113"
2399            column="26"/>
2400    </issue>
2401
2402    <issue
2403        id="NonInjectedService"
2404        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2405        errorLine1="                mContext.getSystemService(Context.WINDOW_SERVICE);"
2406        errorLine2="                         ~~~~~~~~~~~~~~~~">
2407        <location
2408            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java"
2409            line="115"
2410            column="26"/>
2411    </issue>
2412
2413    <issue
2414        id="NonInjectedService"
2415        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2416        errorLine1="        NotificationManager notificationManager = context.getSystemService("
2417        errorLine2="                                                          ~~~~~~~~~~~~~~~~">
2418        <location
2419            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotServiceErrorReceiver.java"
2420            line="36"
2421            column="59"/>
2422    </issue>
2423
2424    <issue
2425        id="NonInjectedService"
2426        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2427        errorLine1="        DevicePolicyManager devicePolicyManager = context.getSystemService("
2428        errorLine2="                                                          ~~~~~~~~~~~~~~~~">
2429        <location
2430            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotServiceErrorReceiver.java"
2431            line="38"
2432            column="59"/>
2433    </issue>
2434
2435    <issue
2436        id="NonInjectedService"
2437        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2438        errorLine1="            final WindowManager wm = mContext.getSystemService(WindowManager.class);"
2439        errorLine2="                                              ~~~~~~~~~~~~~~~~">
2440        <location
2441            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotView.java"
2442            line="311"
2443            column="47"/>
2444    </issue>
2445
2446    <issue
2447        id="NonInjectedService"
2448        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2449        errorLine1="                context.getSystemService(Context.DEVICE_POLICY_SERVICE);"
2450        errorLine2="                        ~~~~~~~~~~~~~~~~">
2451        <location
2452            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SecurityControllerImpl.java"
2453            line="140"
2454            column="25"/>
2455    </issue>
2456
2457    <issue
2458        id="NonInjectedService"
2459        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2460        errorLine1="                context.getSystemService(Context.CONNECTIVITY_SERVICE);"
2461        errorLine2="                        ~~~~~~~~~~~~~~~~">
2462        <location
2463            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SecurityControllerImpl.java"
2464            line="142"
2465            column="25"/>
2466    </issue>
2467
2468    <issue
2469        id="NonInjectedService"
2470        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2471        errorLine1="        mVpnManager = context.getSystemService(VpnManager.class);"
2472        errorLine2="                              ~~~~~~~~~~~~~~~~">
2473        <location
2474            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SecurityControllerImpl.java"
2475            line="143"
2476            column="31"/>
2477    </issue>
2478
2479    <issue
2480        id="NonInjectedService"
2481        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2482        errorLine1="        mUserManager = (UserManager) context.getSystemService(Context.USER_SERVICE);"
2483        errorLine2="                                             ~~~~~~~~~~~~~~~~">
2484        <location
2485            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SecurityControllerImpl.java"
2486            line="145"
2487            column="46"/>
2488    </issue>
2489
2490    <issue
2491        id="NonInjectedService"
2492        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2493        errorLine1="        LauncherApps apps = getContext().getSystemService(LauncherApps.class);"
2494        errorLine2="                                         ~~~~~~~~~~~~~~~~">
2495        <location
2496            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ShortcutPicker.java"
2497            line="61"
2498            column="42"/>
2499    </issue>
2500
2501    <issue
2502        id="NonInjectedService"
2503        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2504        errorLine1="            getSystemService(SliceManager.class).grantPermissionFromUser(mUri, mCallingPkg,"
2505        errorLine2="            ~~~~~~~~~~~~~~~~">
2506        <location
2507            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SlicePermissionActivity.java"
2508            line="108"
2509            column="13"/>
2510    </issue>
2511
2512    <issue
2513        id="NonInjectedService"
2514        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2515        errorLine1="        mKeyguardManager = context.getSystemService(KeyguardManager.class);"
2516        errorLine2="                                   ~~~~~~~~~~~~~~~~">
2517        <location
2518            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarNotificationPresenter.java"
2519            line="159"
2520            column="36"/>
2521    </issue>
2522
2523    <issue
2524        id="NonInjectedService"
2525        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2526        errorLine1="        mKeyguardManager = context.getSystemService(KeyguardManager.class);"
2527        errorLine2="                                   ~~~~~~~~~~~~~~~~">
2528        <location
2529            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarRemoteInputCallback.java"
2530            line="110"
2531            column="36"/>
2532    </issue>
2533
2534    <issue
2535        id="NonInjectedService"
2536        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2537        errorLine1="        mA11yManager = (AccessibilityManager) mContext.getSystemService("
2538        errorLine2="                                                       ~~~~~~~~~~~~~~~~">
2539        <location
2540            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SystemActions.java"
2541            line="215"
2542            column="56"/>
2543    </issue>
2544
2545    <issue
2546        id="NonInjectedService"
2547        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2548        errorLine1="        mContext.getSystemService(InputManager.class)"
2549        errorLine2="                 ~~~~~~~~~~~~~~~~">
2550        <location
2551            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SystemActions.java"
2552            line="479"
2553            column="18"/>
2554    </issue>
2555
2556    <issue
2557        id="NonInjectedService"
2558        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2559        errorLine1="        mContext.getSystemService(PowerManager.class).goToSleep(SystemClock.uptimeMillis(),"
2560        errorLine2="                 ~~~~~~~~~~~~~~~~">
2561        <location
2562            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SystemActions.java"
2563            line="509"
2564            column="18"/>
2565    </issue>
2566
2567    <issue
2568        id="NonInjectedService"
2569        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2570        errorLine1="                context.getSystemService(WallpaperManager.class),"
2571        errorLine2="                        ~~~~~~~~~~~~~~~~">
2572        <location
2573            file="frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/SysuiColorExtractor.java"
2574            line="62"
2575            column="25"/>
2576    </issue>
2577
2578    <issue
2579        id="NonInjectedService"
2580        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2581        errorLine1="        mDisplayManager = mContext.getSystemService(DisplayManager.class);"
2582        errorLine2="                                   ~~~~~~~~~~~~~~~~">
2583        <location
2584            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/TaskbarDelegate.java"
2585            line="176"
2586            column="36"/>
2587    </issue>
2588
2589    <issue
2590        id="NonInjectedService"
2591        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2592        errorLine1="        return usercontext.getSystemService(UserManager.class).isPrivateProfile();"
2593        errorLine2="                           ~~~~~~~~~~~~~~~~">
2594        <location
2595            file="frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ThemeOverlayController.java"
2596            line="591"
2597            column="28"/>
2598    </issue>
2599
2600    <issue
2601        id="NonInjectedService"
2602        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2603        errorLine1="                mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);"
2604        errorLine2="                         ~~~~~~~~~~~~~~~~">
2605        <location
2606            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TimeoutHandler.java"
2607            line="96"
2608            column="26"/>
2609    </issue>
2610
2611    <issue
2612        id="NonInjectedService"
2613        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2614        errorLine1="        mAccessibilityManager = mContext.getSystemService(AccessibilityManager.class);"
2615        errorLine2="                                         ~~~~~~~~~~~~~~~~">
2616        <location
2617            file="frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ToastUI.java"
2618            line="104"
2619            column="42"/>
2620    </issue>
2621
2622    <issue
2623        id="NonInjectedService"
2624        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2625        errorLine1="            DisplayManager mDisplayManager = mContext.getSystemService(DisplayManager.class);"
2626        errorLine2="                                                      ~~~~~~~~~~~~~~~~">
2627        <location
2628            file="frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ToastUI.java"
2629            line="122"
2630            column="55"/>
2631    </issue>
2632
2633    <issue
2634        id="NonInjectedService"
2635        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2636        errorLine1="        view.getContext().getSystemService(WindowManager.class)"
2637        errorLine2="                          ~~~~~~~~~~~~~~~~">
2638        <location
2639            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunablePadding.java"
2640            line="48"
2641            column="27"/>
2642    </issue>
2643
2644    <issue
2645        id="NonInjectedService"
2646        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2647        errorLine1="        mWindowManager = mView.getContext().getSystemService(WindowManager.class);"
2648        errorLine2="                                            ~~~~~~~~~~~~~~~~">
2649        <location
2650            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsDialogMeasureAdapter.java"
2651            line="57"
2652            column="45"/>
2653    </issue>
2654
2655    <issue
2656        id="NonInjectedService"
2657        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2658        errorLine1="        mUiModeManager = host.getUserContext().getSystemService(UiModeManager.class);"
2659        errorLine2="                                               ~~~~~~~~~~~~~~~~">
2660        <location
2661            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/UiModeNightTile.java"
2662            line="88"
2663            column="48"/>
2664    </issue>
2665
2666    <issue
2667        id="NonInjectedService"
2668        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2669        errorLine1="        mUsbPort = port.getUsbPort(getSystemService(UsbManager.class));"
2670        errorLine2="                                   ~~~~~~~~~~~~~~~~">
2671        <location
2672            file="frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbContaminantActivity.java"
2673            line="60"
2674            column="36"/>
2675    </issue>
2676
2677    <issue
2678        id="NonInjectedService"
2679        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2680        errorLine1="        LayoutInflater inflater = getSystemService(LayoutInflater.class);"
2681        errorLine2="                                  ~~~~~~~~~~~~~~~~">
2682        <location
2683            file="frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbDialogActivity.java"
2684            line="102"
2685            column="35"/>
2686    </issue>
2687
2688    <issue
2689        id="NonInjectedService"
2690        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2691        errorLine1="        return requireNotNull(context.getSystemService(serviceType))"
2692        errorLine2="                                      ~~~~~~~~~~~~~~~~">
2693        <location
2694            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/utils/UserScopedService.kt"
2695            line="64"
2696            column="39"/>
2697    </issue>
2698
2699    <issue
2700        id="NonInjectedService"
2701        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2702        errorLine1="        mCaptioningManager.set(userContext.getSystemService(CaptioningManager.class));"
2703        errorLine2="                                           ~~~~~~~~~~~~~~~~">
2704        <location
2705            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java"
2706            line="343"
2707            column="44"/>
2708    </issue>
2709
2710    <issue
2711        id="NonInjectedService"
2712        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2713        errorLine1="        mKeyguard = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE);"
2714        errorLine2="                                               ~~~~~~~~~~~~~~~~">
2715        <location
2716            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java"
2717            line="342"
2718            column="48"/>
2719    </issue>
2720
2721    <issue
2722        id="NonInjectedService"
2723        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2724        errorLine1="        mActivityManager = (ActivityManager) mContext.getSystemService(Context.ACTIVITY_SERVICE);"
2725        errorLine2="                                                      ~~~~~~~~~~~~~~~~">
2726        <location
2727            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java"
2728            line="343"
2729            column="55"/>
2730    </issue>
2731
2732    <issue
2733        id="NonInjectedService"
2734        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2735        errorLine1="        return context.getSystemService(PowerManager.class)"
2736        errorLine2="                       ~~~~~~~~~~~~~~~~">
2737        <location
2738            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/WakeLock.java"
2739            line="93"
2740            column="24"/>
2741    </issue>
2742
2743    <issue
2744        id="NonInjectedService"
2745        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2746        errorLine1="        mWm = context.getSystemService(WindowManager.class);"
2747        errorLine2="                      ~~~~~~~~~~~~~~~~">
2748        <location
2749            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
2750            line="279"
2751            column="23"/>
2752    </issue>
2753
2754    <issue
2755        id="NonInjectedService"
2756        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2757        errorLine1="                .getSystemService(AccessibilityManager.class);"
2758        errorLine2="                 ~~~~~~~~~~~~~~~~">
2759        <location
2760            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
2761            line="776"
2762            column="18"/>
2763    </issue>
2764
2765    <issue
2766        id="NonInjectedService"
2767        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2768        errorLine1="        mAccessibilityManager = mContext.getSystemService(AccessibilityManager.class);"
2769        errorLine2="                                         ~~~~~~~~~~~~~~~~">
2770        <location
2771            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationSettings.java"
2772            line="140"
2773            column="42"/>
2774    </issue>
2775
2776    <issue
2777        id="NonInjectedService"
2778        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2779        errorLine1="        mWindowManager = mContext.getSystemService(WindowManager.class);"
2780        errorLine2="                                  ~~~~~~~~~~~~~~~~">
2781        <location
2782            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationSettings.java"
2783            line="141"
2784            column="35"/>
2785    </issue>
2786
2787    <issue
2788        id="NonInjectedService"
2789        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2790        errorLine1="                mWM = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);"
2791        errorLine2="                                              ~~~~~~~~~~~~~~~~">
2792        <location
2793            file="frameworks/base/packages/SystemUI/src/com/android/systemui/charging/WirelessChargingAnimation.java"
2794            line="203"
2795            column="47"/>
2796    </issue>
2797
2798    <issue
2799        id="NonInjectedService"
2800        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2801        errorLine1="        DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class);"
2802        errorLine2="                                           ~~~~~~~~~~~~~~~~">
2803        <location
2804            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/WorkModeTile.java"
2805            line="114"
2806            column="44"/>
2807    </issue>
2808
2809    <issue
2810        id="NonInjectedService"
2811        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2812        errorLine1="        mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);"
2813        errorLine2="                                               ~~~~~~~~~~~~~~~~">
2814        <location
2815            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
2816            line="140"
2817            column="48"/>
2818    </issue>
2819
2820    <issue
2821        id="NonInjectedService"
2822        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2823        errorLine1="        mAlarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE);"
2824        errorLine2="                                               ~~~~~~~~~~~~~~~~">
2825        <location
2826            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
2827            line="155"
2828            column="48"/>
2829    </issue>
2830
2831    <issue
2832        id="NonInjectedService"
2833        message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`"
2834        errorLine1="        mUserManager = context.getSystemService(UserManager.class);"
2835        errorLine2="                               ~~~~~~~~~~~~~~~~">
2836        <location
2837            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
2838            line="158"
2839            column="32"/>
2840    </issue>
2841
2842    <issue
2843        id="StaticSettingsProvider"
2844        message="`@Inject` a GlobalSettings instead"
2845        errorLine1="                = Settings.Global.getUriFor(Settings.Global.ALWAYS_ON_DISPLAY_CONSTANTS);"
2846        errorLine2="                                  ~~~~~~~~~">
2847        <location
2848            file="frameworks/base/packages/SystemUI/src/com/android/systemui/doze/AlwaysOnDisplayPolicy.java"
2849            line="148"
2850            column="35"/>
2851    </issue>
2852
2853    <issue
2854        id="StaticSettingsProvider"
2855        message="`@Inject` a GlobalSettings instead"
2856        errorLine1="                final String value = Settings.Global.getString(mContext.getContentResolver(),"
2857        errorLine2="                                                     ~~~~~~~~~">
2858        <location
2859            file="frameworks/base/packages/SystemUI/src/com/android/systemui/doze/AlwaysOnDisplayPolicy.java"
2860            line="169"
2861            column="54"/>
2862    </issue>
2863
2864    <issue
2865        id="StaticSettingsProvider"
2866        message="`@Inject` a GlobalSettings instead"
2867        errorLine1="                    Settings.Global.getUriFor(Settings.Global.ANIMATOR_DURATION_SCALE),"
2868        errorLine2="                                    ~~~~~~~~~">
2869        <location
2870            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/data/repository/AnimationStatusRepository.kt"
2871            line="62"
2872            column="37"/>
2873    </issue>
2874
2875    <issue
2876        id="StaticSettingsProvider"
2877        message="`@Inject` a SystemSettings instead"
2878        errorLine1="                Settings.System.getUriFor(SHOW_BATTERY_PERCENT),"
2879        errorLine2="                                ~~~~~~~~~">
2880        <location
2881            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatteryMeterViewController.java"
2882            line="215"
2883            column="33"/>
2884    </issue>
2885
2886    <issue
2887        id="StaticSettingsProvider"
2888        message="`@Inject` a GlobalSettings instead"
2889        errorLine1="                Settings.Global.getUriFor(Settings.Global.BATTERY_ESTIMATES_LAST_UPDATE_TIME),"
2890        errorLine2="                                ~~~~~~~~~">
2891        <location
2892            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatteryMeterViewController.java"
2893            line="223"
2894            column="33"/>
2895    </issue>
2896
2897    <issue
2898        id="StaticSettingsProvider"
2899        message="`@Inject` a SystemSettings instead"
2900        errorLine1="        mHasPercentage = Settings.System.getInt(getContext().getContentResolver(),"
2901        errorLine2="                                         ~~~~~~">
2902        <location
2903            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/BatteryPreference.java"
2904            line="53"
2905            column="42"/>
2906    </issue>
2907
2908    <issue
2909        id="StaticSettingsProvider"
2910        message="`@Inject` a SystemSettings instead"
2911        errorLine1="        Settings.System.putInt(getContext().getContentResolver(), SHOW_BATTERY_PERCENT, v ? 1 : 0);"
2912        errorLine2="                        ~~~~~~">
2913        <location
2914            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/BatteryPreference.java"
2915            line="89"
2916            column="25"/>
2917    </issue>
2918
2919    <issue
2920        id="StaticSettingsProvider"
2921        message="`@Inject` a SystemSettings instead"
2922        errorLine1="            Settings.System.getUriFor(Settings.System.SCREEN_BRIGHTNESS_MODE);"
2923        errorLine2="                            ~~~~~~~~~">
2924        <location
2925            file="frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/BrightnessController.java"
2926            line="73"
2927            column="29"/>
2928    </issue>
2929
2930    <issue
2931        id="StaticSettingsProvider"
2932        message="`@Inject` a SecureSettings instead"
2933        errorLine1="            return Settings.Secure.getInt(context.getContentResolver(),"
2934        errorLine2="                                   ~~~~~~">
2935        <location
2936            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java"
2937            line="668"
2938            column="36"/>
2939    </issue>
2940
2941    <issue
2942        id="StaticSettingsProvider"
2943        message="`@Inject` a SecureSettings instead"
2944        errorLine1="                Settings.Secure.putInt(mContext.getContentResolver(),"
2945        errorLine2="                                ~~~~~~">
2946        <location
2947            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
2948            line="2917"
2949            column="33"/>
2950    </issue>
2951
2952    <issue
2953        id="StaticSettingsProvider"
2954        message="`@Inject` a SecureSettings instead"
2955        errorLine1="        return Settings.Secure.getInt(mContext.getContentResolver(),"
2956        errorLine2="                               ~~~~~~">
2957        <location
2958            file="frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ClipboardListener.java"
2959            line="152"
2960            column="32"/>
2961    </issue>
2962
2963    <issue
2964        id="StaticSettingsProvider"
2965        message="`@Inject` a SecureSettings instead"
2966        errorLine1="        boolean showOnboarding = Settings.Secure.getInt(mContext.getContentResolver(),"
2967        errorLine2="                                                 ~~~~~~">
2968        <location
2969            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/DndTile.java"
2970            line="167"
2971            column="50"/>
2972    </issue>
2973
2974    <issue
2975        id="StaticSettingsProvider"
2976        message="`@Inject` a SecureSettings instead"
2977        errorLine1="                &amp;&amp; Settings.Secure.getInt(mContext.getContentResolver(),"
2978        errorLine2="                                   ~~~~~~">
2979        <location
2980            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/DndTile.java"
2981            line="169"
2982            column="36"/>
2983    </issue>
2984
2985    <issue
2986        id="StaticSettingsProvider"
2987        message="`@Inject` a SecureSettings instead"
2988        errorLine1="            Settings.Secure.putInt(mContext.getContentResolver(),"
2989        errorLine2="                            ~~~~~~">
2990        <location
2991            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/DndTile.java"
2992            line="173"
2993            column="29"/>
2994    </issue>
2995
2996    <issue
2997        id="StaticSettingsProvider"
2998        message="`@Inject` a SecureSettings instead"
2999        errorLine1="                Settings.Secure.getUriFor(Settings.Secure.DOZE_QUICK_PICKUP_GESTURE);"
3000        errorLine2="                                ~~~~~~~~~">
3001        <location
3002            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java"
3003            line="475"
3004            column="33"/>
3005    </issue>
3006
3007    <issue
3008        id="StaticSettingsProvider"
3009        message="`@Inject` a SecureSettings instead"
3010        errorLine1="                Settings.Secure.getUriFor(Settings.Secure.DOZE_PICK_UP_GESTURE);"
3011        errorLine2="                                ~~~~~~~~~">
3012        <location
3013            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java"
3014            line="477"
3015            column="33"/>
3016    </issue>
3017
3018    <issue
3019        id="StaticSettingsProvider"
3020        message="`@Inject` a SecureSettings instead"
3021        errorLine1="                Settings.Secure.getUriFor(Settings.Secure.DOZE_ALWAYS_ON);"
3022        errorLine2="                                ~~~~~~~~~">
3023        <location
3024            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java"
3025            line="479"
3026            column="33"/>
3027    </issue>
3028
3029    <issue
3030        id="StaticSettingsProvider"
3031        message="`@Inject` a SecureSettings instead"
3032        errorLine1="            Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_BUBBLES);"
3033        errorLine2="                            ~~~~~~~~~">
3034        <location
3035            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRowController.java"
3036            line="80"
3037            column="29"/>
3038    </issue>
3039
3040    <issue
3041        id="StaticSettingsProvider"
3042        message="`@Inject` a GlobalSettings instead"
3043        errorLine1="                Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON), true,"
3044        errorLine2="                                ~~~~~~~~~">
3045        <location
3046            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java"
3047            line="424"
3048            column="33"/>
3049    </issue>
3050
3051    <issue
3052        id="StaticSettingsProvider"
3053        message="`@Inject` a SystemSettings instead"
3054        errorLine1="                        Settings.System.getString("
3055        errorLine2="                                        ~~~~~~~~~">
3056        <location
3057            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
3058            line="2328"
3059            column="41"/>
3060    </issue>
3061
3062    <issue
3063        id="StaticSettingsProvider"
3064        message="`@Inject` a SystemSettings instead"
3065        errorLine1="                Settings.System.getUriFor(Settings.System.TIME_12_24),"
3066        errorLine2="                                ~~~~~~~~~">
3067        <location
3068            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
3069            line="2462"
3070            column="33"/>
3071    </issue>
3072
3073    <issue
3074        id="StaticSettingsProvider"
3075        message="`@Inject` a GlobalSettings instead"
3076        errorLine1="        return Settings.Global.getInt(mContext.getContentResolver(),"
3077        errorLine2="                               ~~~~~~">
3078        <location
3079            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
3080            line="3051"
3081            column="32"/>
3082    </issue>
3083
3084    <issue
3085        id="StaticSettingsProvider"
3086        message="`@Inject` a GlobalSettings instead"
3087        errorLine1="                Settings.Global.getUriFor(Settings.Global.DEVICE_PROVISIONED),"
3088        errorLine2="                                ~~~~~~~~~">
3089        <location
3090            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
3091            line="3069"
3092            column="33"/>
3093    </issue>
3094
3095    <issue
3096        id="StaticSettingsProvider"
3097        message="`@Inject` a GlobalSettings instead"
3098        errorLine1="        String soundPath = Settings.Global.getString(cr, Settings.Global.LOCK_SOUND);"
3099        errorLine2="                                           ~~~~~~~~~">
3100        <location
3101            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
3102            line="1564"
3103            column="44"/>
3104    </issue>
3105
3106    <issue
3107        id="StaticSettingsProvider"
3108        message="`@Inject` a GlobalSettings instead"
3109        errorLine1="        soundPath = Settings.Global.getString(cr, Settings.Global.UNLOCK_SOUND);"
3110        errorLine2="                                    ~~~~~~~~~">
3111        <location
3112            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
3113            line="1571"
3114            column="37"/>
3115    </issue>
3116
3117    <issue
3118        id="StaticSettingsProvider"
3119        message="`@Inject` a GlobalSettings instead"
3120        errorLine1="        soundPath = Settings.Global.getString(cr, Settings.Global.TRUSTED_SOUND);"
3121        errorLine2="                                    ~~~~~~~~~">
3122        <location
3123            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
3124            line="1578"
3125            column="37"/>
3126    </issue>
3127
3128    <issue
3129        id="StaticSettingsProvider"
3130        message="`@Inject` a SecureSettings instead"
3131        errorLine1="        Settings.Secure.getInt("
3132        errorLine2="                        ~~~~~~">
3133        <location
3134            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/LegacyMediaDataManagerImpl.kt"
3135            line="157"
3136            column="25"/>
3137    </issue>
3138
3139    <issue
3140        id="StaticSettingsProvider"
3141        message="`@Inject` a SecureSettings instead"
3142        errorLine1="                Settings.Secure.getString(getContext().getContentResolver(),"
3143        errorLine2="                                ~~~~~~~~~">
3144        <location
3145            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/LockIcon.java"
3146            line="254"
3147            column="33"/>
3148    </issue>
3149
3150    <issue
3151        id="StaticSettingsProvider"
3152        message="`@Inject` a GlobalSettings instead"
3153        errorLine1="            Settings.Global.getUriFor(Settings.Global.ANIMATOR_DURATION_SCALE),"
3154        errorLine2="                            ~~~~~~~~~">
3155        <location
3156            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
3157            line="559"
3158            column="29"/>
3159    </issue>
3160
3161    <issue
3162        id="StaticSettingsProvider"
3163        message="`@Inject` a GlobalSettings instead"
3164        errorLine1="        mContext.getContentResolver().registerContentObserver(Global.getUriFor(Global.MOBILE_DATA),"
3165        errorLine2="                                                                     ~~~~~~~~~">
3166        <location
3167            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java"
3168            line="200"
3169            column="70"/>
3170    </issue>
3171
3172    <issue
3173        id="StaticSettingsProvider"
3174        message="`@Inject` a GlobalSettings instead"
3175        errorLine1="        mContext.getContentResolver().registerContentObserver(Global.getUriFor("
3176        errorLine2="                                                                     ~~~~~~~~~">
3177        <location
3178            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java"
3179            line="202"
3180            column="70"/>
3181    </issue>
3182
3183    <issue
3184        id="StaticSettingsProvider"
3185        message="`@Inject` a SystemSettings instead"
3186        errorLine1="                Settings.System.getUriFor(Settings.System.TOUCHPAD_NATURAL_SCROLLING), false,"
3187        errorLine2="                                ~~~~~~~~~">
3188        <location
3189            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/NaturalScrollingSettingObserver.kt"
3190            line="55"
3191            column="33"/>
3192    </issue>
3193
3194    <issue
3195        id="StaticSettingsProvider"
3196        message="`@Inject` a SecureSettings instead"
3197        errorLine1="                Settings.Secure.getUriFor(Settings.Secure.ASSISTANT),"
3198        errorLine2="                                ~~~~~~~~~">
3199        <location
3200            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
3201            line="245"
3202            column="33"/>
3203    </issue>
3204
3205    <issue
3206        id="StaticSettingsProvider"
3207        message="`@Inject` a SecureSettings instead"
3208        errorLine1="                Settings.Secure.getUriFor(Settings.Secure.ASSIST_LONG_PRESS_HOME_ENABLED),"
3209        errorLine2="                                ~~~~~~~~~">
3210        <location
3211            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
3212            line="248"
3213            column="33"/>
3214    </issue>
3215
3216    <issue
3217        id="StaticSettingsProvider"
3218        message="`@Inject` a SecureSettings instead"
3219        errorLine1="                Settings.Secure.getUriFor(Secure.SEARCH_ALL_ENTRYPOINTS_ENABLED),"
3220        errorLine2="                                ~~~~~~~~~">
3221        <location
3222            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
3223            line="251"
3224            column="33"/>
3225    </issue>
3226
3227    <issue
3228        id="StaticSettingsProvider"
3229        message="`@Inject` a SecureSettings instead"
3230        errorLine1="                Settings.Secure.getUriFor(Settings.Secure.ASSIST_TOUCH_GESTURE_ENABLED),"
3231        errorLine2="                                ~~~~~~~~~">
3232        <location
3233            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
3234            line="254"
3235            column="33"/>
3236    </issue>
3237
3238    <issue
3239        id="StaticSettingsProvider"
3240        message="`@Inject` a SecureSettings instead"
3241        errorLine1="            Settings.Secure.putString(mCurrentUserContext.getContentResolver(),"
3242        errorLine2="                            ~~~~~~~~~">
3243        <location
3244            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationModeController.java"
3245            line="139"
3246            column="29"/>
3247    </issue>
3248
3249    <issue
3250        id="StaticSettingsProvider"
3251        message="`@Inject` a GlobalSettings instead"
3252        errorLine1="        boolean airplaneMode = (Settings.Global.getInt(mContext.getContentResolver(),"
3253        errorLine2="                                                ~~~~~~">
3254        <location
3255            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
3256            line="1048"
3257            column="49"/>
3258    </issue>
3259
3260    <issue
3261        id="StaticSettingsProvider"
3262        message="`@Inject` a GlobalSettings instead"
3263        errorLine1="        if (&quot;1&quot;.equals(Settings.Global.getString(mContext.getContentResolver(),"
3264        errorLine2="                                       ~~~~~~~~~">
3265        <location
3266            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/NightDisplayTile.java"
3267            line="117"
3268            column="40"/>
3269    </issue>
3270
3271    <issue
3272        id="StaticSettingsProvider"
3273        message="`@Inject` a GlobalSettings instead"
3274        errorLine1="        final String soundPath = Settings.Global.getString(context.getContentResolver(),"
3275        errorLine2="                                                 ~~~~~~~~~">
3276        <location
3277            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/NotificationChannels.java"
3278            line="61"
3279            column="50"/>
3280    </issue>
3281
3282    <issue
3283        id="StaticSettingsProvider"
3284        message="`@Inject` a SecureSettings instead"
3285        errorLine1="            Settings.Secure.getUriFor(LOCK_SCREEN_SHOW_NOTIFICATIONS);"
3286        errorLine2="                            ~~~~~~~~~">
3287        <location
3288            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java"
3289            line="108"
3290            column="29"/>
3291    </issue>
3292
3293    <issue
3294        id="StaticSettingsProvider"
3295        message="`@Inject` a SecureSettings instead"
3296        errorLine1="            Settings.Secure.getUriFor(LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);"
3297        errorLine2="                            ~~~~~~~~~">
3298        <location
3299            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java"
3300            line="110"
3301            column="29"/>
3302    </issue>
3303
3304    <issue
3305        id="StaticSettingsProvider"
3306        message="`@Inject` a GlobalSettings instead"
3307        errorLine1="        final int showDismissSetting =  Settings.Global.getInt(mContext.getContentResolver(),"
3308        errorLine2="                                                        ~~~~~~">
3309        <location
3310            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java"
3311            line="298"
3312            column="57"/>
3313    </issue>
3314
3315    <issue
3316        id="StaticSettingsProvider"
3317        message="`@Inject` a GlobalSettings instead"
3318        errorLine1="                Settings.Global.getUriFor(Settings.Global.USER_SWITCHER_ENABLED),"
3319        errorLine2="                                ~~~~~~~~~">
3320        <location
3321            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
3322            line="3664"
3323            column="33"/>
3324    </issue>
3325
3326    <issue
3327        id="StaticSettingsProvider"
3328        message="`@Inject` a GlobalSettings instead"
3329        errorLine1="            final String config = Settings.Global.getString(getContext().getContentResolver(),"
3330        errorLine2="                                                  ~~~~~~~~~">
3331        <location
3332            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java"
3333            line="270"
3334            column="51"/>
3335    </issue>
3336
3337    <issue
3338        id="StaticSettingsProvider"
3339        message="`@Inject` a GlobalSettings instead"
3340        errorLine1="        final int mode = Settings.Global.getInt(resolver, Global.AUTOMATIC_POWER_SAVE_MODE,"
3341        errorLine2="                                         ~~~~~~">
3342        <location
3343            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
3344            line="352"
3345            column="42"/>
3346    </issue>
3347
3348    <issue
3349        id="StaticSettingsProvider"
3350        message="`@Inject` a GlobalSettings instead"
3351        errorLine1="                &amp;&amp; Settings.Global.getInt(resolver, Global.LOW_POWER_MODE_TRIGGER_LEVEL, 0) > 0;"
3352        errorLine2="                                   ~~~~~~">
3353        <location
3354            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
3355            line="358"
3356            column="36"/>
3357    </issue>
3358
3359    <issue
3360        id="StaticSettingsProvider"
3361        message="`@Inject` a GlobalSettings instead"
3362        errorLine1="                        Settings.Global.putInt("
3363        errorLine2="                                        ~~~~~~">
3364        <location
3365            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
3366            line="674"
3367            column="41"/>
3368    </issue>
3369
3370    <issue
3371        id="StaticSettingsProvider"
3372        message="`@Inject` a GlobalSettings instead"
3373        errorLine1="                        Settings.Global.putInt("
3374        errorLine2="                                        ~~~~~~">
3375        <location
3376            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
3377            line="678"
3378            column="41"/>
3379    </issue>
3380
3381    <issue
3382        id="StaticSettingsProvider"
3383        message="`@Inject` a GlobalSettings instead"
3384        errorLine1="        resolver.registerContentObserver(Settings.Global.getUriFor("
3385        errorLine2="                                                         ~~~~~~~~~">
3386        <location
3387            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
3388            line="183"
3389            column="58"/>
3390    </issue>
3391
3392    <issue
3393        id="StaticSettingsProvider"
3394        message="`@Inject` a GlobalSettings instead"
3395        errorLine1="                Settings.Global.getUriFor(Settings.Global.SHOW_TEMPERATURE_WARNING),"
3396        errorLine2="                                ~~~~~~~~~">
3397        <location
3398            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
3399            line="198"
3400            column="33"/>
3401    </issue>
3402
3403    <issue
3404        id="StaticSettingsProvider"
3405        message="`@Inject` a GlobalSettings instead"
3406        errorLine1="                Settings.Global.getUriFor(Settings.Global.SHOW_USB_TEMPERATURE_ALARM),"
3407        errorLine2="                                ~~~~~~~~~">
3408        <location
3409            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
3410            line="209"
3411            column="33"/>
3412    </issue>
3413
3414    <issue
3415        id="StaticSettingsProvider"
3416        message="`@Inject` a GlobalSettings instead"
3417        errorLine1="        mEnableSkinTemperatureWarning = Settings.Global.getInt(mContext.getContentResolver(),"
3418        errorLine2="                                                        ~~~~~~">
3419        <location
3420            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
3421            line="556"
3422            column="57"/>
3423    </issue>
3424
3425    <issue
3426        id="StaticSettingsProvider"
3427        message="`@Inject` a GlobalSettings instead"
3428        errorLine1="        mEnableUsbTemperatureAlarm = Settings.Global.getInt(mContext.getContentResolver(),"
3429        errorLine2="                                                     ~~~~~~">
3430        <location
3431            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
3432            line="591"
3433            column="54"/>
3434    </issue>
3435
3436    <issue
3437        id="StaticSettingsProvider"
3438        message="`@Inject` a GlobalSettings instead"
3439        errorLine1="            bootCount = Settings.Global.getInt(mContext.getContentResolver(),"
3440        errorLine2="                                        ~~~~~~">
3441        <location
3442            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
3443            line="625"
3444            column="41"/>
3445    </issue>
3446
3447    <issue
3448        id="StaticSettingsProvider"
3449        message="`@Inject` a GlobalSettings instead"
3450        errorLine1="        pw.println(Settings.Global.getInt(mContext.getContentResolver(),"
3451        errorLine2="                                   ~~~~~~">
3452        <location
3453            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
3454            line="679"
3455            column="36"/>
3456    </issue>
3457
3458    <issue
3459        id="StaticSettingsProvider"
3460        message="`@Inject` a GlobalSettings instead"
3461        errorLine1="                Settings.Global.getUriFor(Settings.Global.DEVELOPMENT_SETTINGS_ENABLED), false,"
3462        errorLine2="                                ~~~~~~~~~">
3463        <location
3464            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSFooterView.java"
3465            line="179"
3466            column="33"/>
3467    </issue>
3468
3469    <issue
3470        id="StaticSettingsProvider"
3471        message="`@Inject` a GlobalSettings instead"
3472        errorLine1="        return (Settings.Global.getInt(cr, Settings.Global.DEVICE_PROVISIONED, 0) != 0) &amp;&amp;"
3473        errorLine2="                                ~~~~~~">
3474        <location
3475            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/Recents.java"
3476            line="131"
3477            column="33"/>
3478    </issue>
3479
3480    <issue
3481        id="StaticSettingsProvider"
3482        message="`@Inject` a SecureSettings instead"
3483        errorLine1="                (Settings.Secure.getInt(cr, Settings.Secure.USER_SETUP_COMPLETE, 0) != 0);"
3484        errorLine2="                                 ~~~~~~">
3485        <location
3486            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/Recents.java"
3487            line="132"
3488            column="34"/>
3489    </issue>
3490
3491    <issue
3492        id="StaticSettingsProvider"
3493        message="`@Inject` a SystemSettings instead"
3494        errorLine1="                mOriginalShowTaps = Settings.System.getInt("
3495        errorLine2="                                                    ~~~~~~">
3496        <location
3497            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java"
3498            line="163"
3499            column="53"/>
3500    </issue>
3501
3502    <issue
3503        id="StaticSettingsProvider"
3504        message="`@Inject` a SystemSettings instead"
3505        errorLine1="        Settings.System.putInt(getContentResolver(), Settings.System.SHOW_TOUCHES, value);"
3506        errorLine2="                        ~~~~~~">
3507        <location
3508            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java"
3509            line="472"
3510            column="25"/>
3511    </issue>
3512
3513    <issue
3514        id="StaticSettingsProvider"
3515        message="`@Inject` a SecureSettings instead"
3516        errorLine1="        return Settings.Secure.getInt(mContext.createContextAsUser(owner, 0)"
3517        errorLine2="                               ~~~~~~">
3518        <location
3519            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.java"
3520            line="959"
3521            column="32"/>
3522    </issue>
3523
3524    <issue
3525        id="StaticSettingsProvider"
3526        message="`@Inject` a SecureSettings instead"
3527        errorLine1="                float maxPages = Settings.Secure.getFloat(mContext.getContentResolver(),"
3528        errorLine2="                                                 ~~~~~~~~">
3529        <location
3530            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ScrollCaptureController.java"
3531            line="179"
3532            column="50"/>
3533    </issue>
3534
3535    <issue
3536        id="StaticSettingsProvider"
3537        message="`@Inject` a SecureSettings instead"
3538        errorLine1="                    Settings.Secure.getUriFor(mKey), /* notifyForDescendants= */"
3539        errorLine2="                                    ~~~~~~~~~">
3540        <location
3541            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SecureSettingsContentObserver.java"
3542            line="84"
3543            column="37"/>
3544    </issue>
3545
3546    <issue
3547        id="StaticSettingsProvider"
3548        message="`@Inject` a SecureSettings instead"
3549        errorLine1="        return Settings.Secure.getUriFor(name);"
3550        errorLine2="                               ~~~~~~~~~">
3551        <location
3552            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/SecureSettingsImpl.java"
3553            line="51"
3554            column="32"/>
3555    </issue>
3556
3557    <issue
3558        id="StaticSettingsProvider"
3559        message="`@Inject` a SecureSettings instead"
3560        errorLine1="        return Settings.Secure.putString(mContentResolver, name, value, overrideableByRestore);"
3561        errorLine2="                               ~~~~~~~~~">
3562        <location
3563            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/SecureSettingsImpl.java"
3564            line="62"
3565            column="32"/>
3566    </issue>
3567
3568    <issue
3569        id="StaticSettingsProvider"
3570        message="`@Inject` a SecureSettings instead"
3571        errorLine1="        return Settings.Secure.putString(mContentResolver, name, value, tag, makeDefault);"
3572        errorLine2="                               ~~~~~~~~~">
3573        <location
3574            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/SecureSettingsImpl.java"
3575            line="81"
3576            column="32"/>
3577    </issue>
3578
3579    <issue
3580        id="StaticSettingsProvider"
3581        message="`@Inject` a SystemSettings instead"
3582        errorLine1="        return Settings.System.getUriFor(name);"
3583        errorLine2="                               ~~~~~~~~~">
3584        <location
3585            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/SystemSettingsImpl.java"
3586            line="51"
3587            column="32"/>
3588    </issue>
3589
3590    <issue
3591        id="StaticSettingsProvider"
3592        message="`@Inject` a SystemSettings instead"
3593        errorLine1="        return Settings.System.putString(mContentResolver, name, value, overrideableByRestore);"
3594        errorLine2="                               ~~~~~~~~~">
3595        <location
3596            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/SystemSettingsImpl.java"
3597            line="62"
3598            column="32"/>
3599    </issue>
3600
3601    <issue
3602        id="StaticSettingsProvider"
3603        message="`@Inject` a SystemSettings instead"
3604        errorLine1="        mLessRows = ((Settings.System.getInt(context.getContentResolver(), &quot;qs_less_rows&quot;, 0) != 0)"
3605        errorLine2="                                      ~~~~~~">
3606        <location
3607            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/TileLayout.java"
3608            line="66"
3609            column="39"/>
3610    </issue>
3611
3612    <issue
3613        id="StaticSettingsProvider"
3614        message="`@Inject` a SecureSettings instead"
3615        errorLine1="        String current = Settings.Secure.getString(mContext.getContentResolver(),"
3616        errorLine2="                                         ~~~~~~~~~">
3617        <location
3618            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/TileQueryHelper.java"
3619            line="100"
3620            column="42"/>
3621    </issue>
3622
3623    <issue
3624        id="StaticSettingsProvider"
3625        message="`@Inject` a SecureSettings instead"
3626        errorLine1="        if (Settings.Secure.getInt(getContext().getContentResolver(), SETTING_SEEN_TUNER_WARNING,"
3627        errorLine2="                            ~~~~~~">
3628        <location
3629            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerFragment.java"
3630            line="105"
3631            column="29"/>
3632    </issue>
3633
3634    <issue
3635        id="StaticSettingsProvider"
3636        message="`@Inject` a SecureSettings instead"
3637        errorLine1="                            Settings.Secure.putInt(getContext().getContentResolver(),"
3638        errorLine2="                                            ~~~~~~">
3639        <location
3640            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerFragment.java"
3641            line="163"
3642            column="45"/>
3643    </issue>
3644
3645    <issue
3646        id="StaticSettingsProvider"
3647        message="`@Inject` a SecureSettings instead"
3648        errorLine1="        Uri uri = Settings.Secure.getUriFor(key);"
3649        errorLine2="                                  ~~~~~~~~~">
3650        <location
3651            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java"
3652            line="217"
3653            column="35"/>
3654    </issue>
3655
3656    <issue
3657        id="StaticSettingsProvider"
3658        message="`@Inject` a SecureSettings instead"
3659        errorLine1="                    Secure.putInt(mContext.getContentResolver(),"
3660        errorLine2="                           ~~~~~~">
3661        <location
3662            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java"
3663            line="321"
3664            column="28"/>
3665    </issue>
3666
3667    <issue
3668        id="StaticSettingsProvider"
3669        message="`@Inject` a SecureSettings instead"
3670        errorLine1="            Settings.Secure.putString(getContext().getContentResolver(), key, value ? &quot;1&quot; : &quot;0&quot;);"
3671        errorLine2="                            ~~~~~~~~~">
3672        <location
3673            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerSwitch.java"
3674            line="57"
3675            column="29"/>
3676    </issue>
3677
3678    <issue
3679        id="StaticSettingsProvider"
3680        message="`@Inject` a GlobalSettings instead"
3681        errorLine1="            return Settings.Global.getInt("
3682        errorLine2="                                   ~~~~~~">
3683        <location
3684            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsControllerOverlay.kt"
3685            line="194"
3686            column="36"/>
3687    </issue>
3688
3689    <issue
3690        id="StaticSettingsProvider"
3691        message="`@Inject` a GlobalSettings instead"
3692        errorLine1="            Settings.Global.getUriFor(Settings.Global.ANIMATOR_DURATION_SCALE),"
3693        errorLine2="                            ~~~~~~~~~">
3694        <location
3695            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt"
3696            line="166"
3697            column="29"/>
3698    </issue>
3699
3700    <issue
3701        id="StaticSettingsProvider"
3702        message="`@Inject` a GlobalSettings instead"
3703        errorLine1="            Settings.Global.getString("
3704        errorLine2="                            ~~~~~~~~~">
3705        <location
3706            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt"
3707            line="363"
3708            column="29"/>
3709    </issue>
3710
3711    <issue
3712        id="StaticSettingsProvider"
3713        message="`@Inject` a GlobalSettings instead"
3714        errorLine1="            final int settingsFlag = Settings.Global.getInt(context.getContentResolver(),"
3715        errorLine2="                                                     ~~~~~~">
3716        <location
3717            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/Utils.java"
3718            line="102"
3719            column="54"/>
3720    </issue>
3721
3722    <issue
3723        id="StaticSettingsProvider"
3724        message="`@Inject` a SecureSettings instead"
3725        errorLine1="        int flag = Settings.Secure.getInt(context.getContentResolver(),"
3726        errorLine2="                                   ~~~~~~">
3727        <location
3728            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/Utils.java"
3729            line="116"
3730            column="36"/>
3731    </issue>
3732
3733    <issue
3734        id="StaticSettingsProvider"
3735        message="`@Inject` a GlobalSettings instead"
3736        errorLine1="        final int zen = Settings.Global.getInt(mContext.getContentResolver(),"
3737        errorLine2="                                        ~~~~~~">
3738        <location
3739            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java"
3740            line="655"
3741            column="41"/>
3742    </issue>
3743
3744    <issue
3745        id="StaticSettingsProvider"
3746        message="`@Inject` a GlobalSettings instead"
3747        errorLine1="                Settings.Global.getUriFor(Settings.Global.ZEN_MODE);"
3748        errorLine2="                                ~~~~~~~~~">
3749        <location
3750            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java"
3751            line="1157"
3752            column="33"/>
3753    </issue>
3754
3755    <issue
3756        id="StaticSettingsProvider"
3757        message="`@Inject` a GlobalSettings instead"
3758        errorLine1="                Settings.Global.getUriFor(Settings.Global.ZEN_MODE_CONFIG_ETAG);"
3759        errorLine2="                                ~~~~~~~~~">
3760        <location
3761            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java"
3762            line="1159"
3763            column="33"/>
3764    </issue>
3765
3766    <issue
3767        id="StaticSettingsProvider"
3768        message="`@Inject` a SecureSettings instead"
3769        errorLine1="        int ringerCount = Settings.Secure.getInt(cr, Settings.Secure.MANUAL_RINGER_TOGGLE_COUNT, 0);"
3770        errorLine2="                                          ~~~~~~">
3771        <location
3772            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java"
3773            line="1397"
3774            column="43"/>
3775    </issue>
3776
3777    <issue
3778        id="StaticSettingsProvider"
3779        message="`@Inject` a SecureSettings instead"
3780        errorLine1="        Settings.Secure.putInt(cr, Settings.Secure.MANUAL_RINGER_TOGGLE_COUNT, ringerCount + 1);"
3781        errorLine2="                        ~~~~~~">
3782        <location
3783            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java"
3784            line="1398"
3785            column="25"/>
3786    </issue>
3787
3788    <issue
3789        id="StaticSettingsProvider"
3790        message="`@Inject` a GlobalSettings instead"
3791        errorLine1="            return Global.getInt(mResolver, Global.DEVICE_PROVISIONED, 0) != 0;"
3792        errorLine2="                          ~~~~~~">
3793        <location
3794            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
3795            line="372"
3796            column="27"/>
3797    </issue>
3798
3799    <issue
3800        id="StaticSettingsProvider"
3801        message="`@Inject` a GlobalSettings instead"
3802        errorLine1="                    Global.getUriFor(Global.DEVICE_PROVISIONED), false, this);"
3803        errorLine2="                           ~~~~~~~~~">
3804        <location
3805            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
3806            line="380"
3807            column="28"/>
3808    </issue>
3809
3810    <issue
3811        id="StaticSettingsProvider"
3812        message="`@Inject` a SecureSettings instead"
3813        errorLine1="                    Secure.getUriFor(Secure.USER_SETUP_COMPLETE), false, this, mUserId);"
3814        errorLine2="                           ~~~~~~~~~">
3815        <location
3816            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
3817            line="382"
3818            column="28"/>
3819    </issue>
3820
3821    <issue
3822        id="StaticSettingsProvider"
3823        message="`@Inject` a GlobalSettings instead"
3824        errorLine1="            if (Global.getUriFor(Global.DEVICE_PROVISIONED).equals(uri)"
3825        errorLine2="                       ~~~~~~~~~">
3826        <location
3827            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
3828            line="389"
3829            column="24"/>
3830    </issue>
3831
3832    <issue
3833        id="StaticSettingsProvider"
3834        message="`@Inject` a SecureSettings instead"
3835        errorLine1="                    || Secure.getUriFor(Secure.USER_SETUP_COMPLETE).equals(uri)) {"
3836        errorLine2="                              ~~~~~~~~~">
3837        <location
3838            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
3839            line="390"
3840            column="31"/>
3841    </issue>
3842
3843    <issue
3844        id="CanvasSize"
3845        message="Calling `Canvas.getHeight()` is usually wrong; you should be calling `getHeight()` instead"
3846        errorLine1="            canvas.drawRect(0, 0, canvas.getWidth(), canvas.getHeight(), pt);"
3847        errorLine2="                                                     ~~~~~~~~~~~~~~~~~~">
3848        <location
3849            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowView.java"
3850            line="155"
3851            column="54"/>
3852    </issue>
3853
3854    <issue
3855        id="CanvasSize"
3856        message="Calling `Canvas.getWidth()` is usually wrong; you should be calling `getWidth()` instead"
3857        errorLine1="            canvas.drawRect(0, 0, canvas.getWidth(), canvas.getHeight(), pt);"
3858        errorLine2="                                  ~~~~~~~~~~~~~~~~~">
3859        <location
3860            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowView.java"
3861            line="155"
3862            column="35"/>
3863    </issue>
3864
3865    <issue
3866        id="CustomViewStyleable"
3867        message="By convention, the custom view (`KeyguardAffordanceView`) and the declare-styleable (`ImageView`) should have the same name (various editor features rely on this convention)"
3868        errorLine1="        TypedArray a = context.obtainStyledAttributes(attrs, android.R.styleable.ImageView);"
3869        errorLine2="                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3870        <location
3871            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyguardAffordanceView.java"
3872            line="130"
3873            column="62"/>
3874    </issue>
3875
3876    <issue
3877        id="CustomViewStyleable"
3878        message="By convention, the custom view (`PasswordTextView`) and the declare-styleable (`View`) should have the same name (various editor features rely on this convention)"
3879        errorLine1="        TypedArray a = context.obtainStyledAttributes(attrs, android.R.styleable.View);"
3880        errorLine2="                                                             ~~~~~~~~~~~~~~~~~~~~~~~~">
3881        <location
3882            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java"
3883            line="107"
3884            column="62"/>
3885    </issue>
3886
3887    <issue
3888        id="CustomViewStyleable"
3889        message="By convention, the custom view (`ResizingSpace`) and the declare-styleable (`ViewGroup_Layout`) should have the same name (various editor features rely on this convention)"
3890        errorLine1="        TypedArray a = context.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);"
3891        errorLine2="                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3892        <location
3893            file="frameworks/base/packages/SystemUI/src/com/android/systemui/ResizingSpace.java"
3894            line="35"
3895            column="62"/>
3896    </issue>
3897
3898    <issue
3899        id="CustomViewStyleable"
3900        message="By convention, the custom view (`SeekBarWithIconButtonsView`) and the declare-styleable (`SeekBarWithIconButtonsView_Layout`) should have the same name (various editor features rely on this convention)"
3901        errorLine1="                    R.styleable.SeekBarWithIconButtonsView_Layout,"
3902        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3903        <location
3904            file="frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/SeekBarWithIconButtonsView.java"
3905            line="87"
3906            column="21"/>
3907    </issue>
3908
3909    <issue
3910        id="CutPasteId"
3911        message="The id `R.id.app_or_structure_spinner` has already been looked up in this method; possible cut &amp; paste error?"
3912        errorLine1="        val anchor = parent.requireViewById&lt;View>(R.id.app_or_structure_spinner)"
3913        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3914        <location
3915            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ControlsUiControllerImpl.kt"
3916            line="611"
3917            column="22"/>
3918        <location
3919            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ControlsUiControllerImpl.kt"
3920            line="601"
3921            column="23"
3922            message="First usage here"/>
3923    </issue>
3924
3925    <issue
3926        id="DefaultLocale"
3927        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
3928        errorLine1="                    String.format(&quot;%dx%d&quot;, mDisplayMetrics.widthPixels, mDisplayMetrics.heightPixels));"
3929        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3930        <location
3931            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
3932            line="1839"
3933            column="21"/>
3934    </issue>
3935
3936    <issue
3937        id="DefaultLocale"
3938        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
3939        errorLine1="            demoTime = String.format(&quot;%02d00&quot;, majorVersion % 24);"
3940        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3941        <location
3942            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
3943            line="167"
3944            column="24"/>
3945    </issue>
3946
3947    <issue
3948        id="DefaultLocale"
3949        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
3950        errorLine1="        mPredictionLog.log(String.format(&quot;Prediction [%d,%d,%d,%d,%f,%d]&quot;,"
3951        errorLine2="                           ^">
3952        <location
3953            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/EdgeBackGestureHandler.java"
3954            line="914"
3955            column="28"/>
3956    </issue>
3957
3958    <issue
3959        id="DefaultLocale"
3960        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
3961        errorLine1="            (isWithinInsets ? mGestureLogInsideInsets : mGestureLogOutsideInsets).log(String.format("
3962        errorLine2="                                                                                      ^">
3963        <location
3964            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/EdgeBackGestureHandler.java"
3965            line="1034"
3966            column="87"/>
3967    </issue>
3968
3969    <issue
3970        id="DefaultLocale"
3971        message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
3972        errorLine1="            cmd = args.get(1).toLowerCase();"
3973        errorLine2="                              ~~~~~~~~~~~">
3974        <location
3975            file="frameworks/base/packages/SystemUI/src/com/android/systemui/flags/FlagCommand.java"
3976            line="75"
3977            column="31"/>
3978    </issue>
3979
3980    <issue
3981        id="DefaultLocale"
3982        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
3983        errorLine1="                return String.format("
3984        errorLine2="                       ^">
3985        <location
3986            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/GestureRecorder.java"
3987            line="65"
3988            column="24"/>
3989    </issue>
3990
3991    <issue
3992        id="DefaultLocale"
3993        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
3994        errorLine1="                return String.format(&quot;{\&quot;type\&quot;:\&quot;tag\&quot;, \&quot;time\&quot;:%d, \&quot;tag\&quot;:\&quot;%s\&quot;, \&quot;info\&quot;:\&quot;%s\&quot;}&quot;,"
3995        errorLine2="                       ^">
3996        <location
3997            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/GestureRecorder.java"
3998            line="85"
3999            column="24"/>
4000    </issue>
4001
4002    <issue
4003        id="DefaultLocale"
4004        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
4005        errorLine1="            return String.format(FILENAME_PATTERN, time, fileExtension(format));"
4006        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4007        <location
4008            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ImageExporter.java"
4009            line="483"
4010            column="20"/>
4011    </issue>
4012
4013    <issue
4014        id="DefaultLocale"
4015        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
4016        errorLine1="        return String.format(CONNECTED_DISPLAY_FILENAME_PATTERN, time, displayId,"
4017        errorLine2="               ^">
4018        <location
4019            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ImageExporter.java"
4020            line="485"
4021            column="16"/>
4022    </issue>
4023
4024    <issue
4025        id="DefaultLocale"
4026        message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
4027        errorLine1="                info.setContentDescription(mContentDescription.toLowerCase());"
4028        errorLine2="                                                               ~~~~~~~~~~~">
4029        <location
4030            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java"
4031            line="798"
4032            column="64"/>
4033    </issue>
4034
4035    <issue
4036        id="DefaultLocale"
4037        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
4038        errorLine1="                    .setContentText(String.format("
4039        errorLine2="                                    ^">
4040        <location
4041            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/LeakReporter.java"
4042            line="107"
4043            column="37"/>
4044    </issue>
4045
4046    <issue
4047        id="DefaultLocale"
4048        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
4049        errorLine1="        pw.println(String.format(&quot;      mCurrentView: id=%s (%dx%d) %s %f&quot;,"
4050        errorLine2="                   ^">
4051        <location
4052            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBarView.java"
4053            line="1128"
4054            column="20"/>
4055    </issue>
4056
4057    <issue
4058        id="DefaultLocale"
4059        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
4060        errorLine1="        pw.println(String.format(&quot;      disabled=0x%08x vertical=%s darkIntensity=%.2f&quot;,"
4061        errorLine2="                   ^">
4062        <location
4063            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBarView.java"
4064            line="1134"
4065            column="20"/>
4066    </issue>
4067
4068    <issue
4069        id="DefaultLocale"
4070        message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
4071        errorLine1="            b.append(s.substring(1).toLowerCase());"
4072        errorLine2="                                    ~~~~~~~~~~~">
4073        <location
4074            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/PluginFragment.java"
4075            line="139"
4076            column="37"/>
4077    </issue>
4078
4079    <issue
4080        id="DefaultLocale"
4081        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
4082        errorLine1="            state.secondaryLabel = String.format(&quot;%d...&quot;, countdown);"
4083        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4084        <location
4085            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ScreenRecordTile.java"
4086            line="151"
4087            column="36"/>
4088    </issue>
4089
4090    <issue
4091        id="DefaultLocale"
4092        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
4093        errorLine1="                    secondaryLabel = String.format(&quot;%d...&quot;, countDown)"
4094        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4095        <location
4096            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/ui/ScreenRecordTileMapper.kt"
4097            line="64"
4098            column="38"/>
4099    </issue>
4100
4101    <issue
4102        id="DefaultLocale"
4103        message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
4104        errorLine1="                String colorString =  systemPalette.getPackageName().toLowerCase();"
4105        errorLine2="                                                                     ~~~~~~~~~~~">
4106        <location
4107            file="frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ThemeOverlayController.java"
4108            line="728"
4109            column="70"/>
4110    </issue>
4111
4112    <issue
4113        id="DuplicateDefinition"
4114        message="`android:textSize` has already been defined in this `&lt;style>`"
4115        errorLine1="        &lt;item name=&quot;android:textSize&quot;>@dimen/notification_importance_channel_text&lt;/item>"
4116        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~">
4117        <location
4118            file="frameworks/base/packages/SystemUI/res/values/styles.xml"
4119            line="683"
4120            column="15"/>
4121        <location
4122            file="frameworks/base/packages/SystemUI/res/values/styles.xml"
4123            line="680"
4124            column="9"
4125            message="Previously defined here"/>
4126    </issue>
4127
4128    <issue
4129        id="DuplicateDefinition"
4130        message="`android:textSize` has already been defined in this `&lt;style>`"
4131        errorLine1="        &lt;item name=&quot;android:textSize&quot;>@dimen/notification_importance_channel_group_text&lt;/item>"
4132        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~">
4133        <location
4134            file="frameworks/base/packages/SystemUI/res/values/styles.xml"
4135            line="690"
4136            column="15"/>
4137        <location
4138            file="frameworks/base/packages/SystemUI/res/values/styles.xml"
4139            line="687"
4140            column="9"
4141            message="Previously defined here"/>
4142    </issue>
4143
4144    <issue
4145        id="DuplicateDefinition"
4146        message="`android:textSize` has already been defined in this `&lt;style>`"
4147        errorLine1="        &lt;item name=&quot;android:textSize&quot;>@dimen/notification_importance_channel_group_text&lt;/item>"
4148        errorLine2="              ~~~~~~~~~~~~~~~~~~~~~~~">
4149        <location
4150            file="frameworks/base/packages/SystemUI/res/values/styles.xml"
4151            line="697"
4152            column="15"/>
4153        <location
4154            file="frameworks/base/packages/SystemUI/res/values/styles.xml"
4155            line="694"
4156            column="9"
4157            message="Previously defined here"/>
4158    </issue>
4159
4160    <issue
4161        id="DuplicateIncludedIds"
4162        message="Duplicate id @+id/wifi_combo, defined or included multiple times in layout/new_status_bar_wifi_group.xml: [layout/new_status_bar_wifi_group.xml defines @+id/wifi_combo, layout/new_status_bar_wifi_group.xml => layout/status_bar_wifi_group_inner.xml defines @+id/wifi_combo]"
4163        errorLine1="    &lt;include layout=&quot;@layout/status_bar_wifi_group_inner&quot; />"
4164        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4165        <location
4166            file="frameworks/base/packages/SystemUI/res/layout/new_status_bar_wifi_group.xml"
4167            line="26"
4168            column="5"
4169            message="Duplicate id @+id/wifi_combo, defined or included multiple times in layout/new_status_bar_wifi_group.xml: [layout/new_status_bar_wifi_group.xml defines @+id/wifi_combo, layout/new_status_bar_wifi_group.xml => layout/status_bar_wifi_group_inner.xml defines @+id/wifi_combo]"/>
4170        <location
4171            file="frameworks/base/packages/SystemUI/res/layout/new_status_bar_wifi_group.xml"
4172            line="21"
4173            column="5"
4174            message="Defined here"/>
4175        <location
4176            file="frameworks/base/packages/SystemUI/res/layout/status_bar_wifi_group_inner.xml"
4177            line="52"
4178            column="13"
4179            message="Defined here, included via layout/new_status_bar_wifi_group.xml => layout/status_bar_wifi_group_inner.xml defines @+id/wifi_combo"/>
4180    </issue>
4181
4182    <issue
4183        id="ExactAlarm"
4184        message="`USE_EXACT_ALARM` can only be used when targeting API level 33 or higher"
4185        errorLine1="    &lt;uses-permission android:name=&quot;android.permission.USE_EXACT_ALARM&quot;/>"
4186        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4187        <location
4188            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
4189            line="175"
4190            column="36"/>
4191    </issue>
4192
4193    <issue
4194        id="InconsistentLayout"
4195        message="The id &quot;midGuideline&quot; in layout &quot;biometric_prompt_constraint_layout&quot; is missing from the following layout configurations: layout, layout-sw600dp (present in layout-land)"
4196        errorLine1="        android:id=&quot;@+id/midGuideline&quot;"
4197        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4198        <location
4199            file="frameworks/base/packages/SystemUI/res/layout-land/biometric_prompt_constraint_layout.xml"
4200            line="224"
4201            column="9"
4202            message="Occurrence in layout-land"/>
4203    </issue>
4204
4205    <issue
4206        id="InconsistentLayout"
4207        message="The id &quot;volume_dialog_top_container&quot; in layout &quot;volume_dialog&quot; is missing from the following layout configurations: layout-land-television (present in layout, layout-land)"
4208        errorLine1="            android:id=&quot;@+id/volume_dialog_top_container&quot;"
4209        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4210        <location
4211            file="frameworks/base/packages/SystemUI/res/layout/volume_dialog.xml"
4212            line="41"
4213            column="13"
4214            message="Occurrence in layout"/>
4215        <location
4216            file="frameworks/base/packages/SystemUI/res/layout-land/volume_dialog.xml"
4217            line="42"
4218            column="13"
4219            message="Occurrence in layout-land"/>
4220    </issue>
4221
4222    <issue
4223        id="InconsistentLayout"
4224        message="The id &quot;ringer&quot; in layout &quot;volume_dialog&quot; is missing from the following layout configurations: layout-land-television (present in layout, layout-land)"
4225        errorLine1="                android:id=&quot;@+id/ringer&quot;"
4226        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~">
4227        <location
4228            file="frameworks/base/packages/SystemUI/res/layout/volume_dialog.xml"
4229            line="52"
4230            column="17"
4231            message="Occurrence in layout"/>
4232        <location
4233            file="frameworks/base/packages/SystemUI/res/layout-land/volume_dialog.xml"
4234            line="53"
4235            column="17"
4236            message="Occurrence in layout-land"/>
4237    </issue>
4238
4239    <issue
4240        id="InconsistentLayout"
4241        message="The id &quot;ringer_icon&quot; in layout &quot;volume_dialog&quot; is missing from the following layout configurations: layout-land-television (present in layout, layout-land)"
4242        errorLine1="                    android:id=&quot;@+id/ringer_icon&quot;"
4243        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4244        <location
4245            file="frameworks/base/packages/SystemUI/res/layout/volume_dialog.xml"
4246            line="62"
4247            column="21"
4248            message="Occurrence in layout"/>
4249        <location
4250            file="frameworks/base/packages/SystemUI/res/layout-land/volume_dialog.xml"
4251            line="63"
4252            column="21"
4253            message="Occurrence in layout-land"/>
4254    </issue>
4255
4256    <issue
4257        id="InconsistentLayout"
4258        message="The id &quot;settings_container&quot; in layout &quot;volume_dialog&quot; is missing from the following layout configurations: layout-land-television (present in layout, layout-land)"
4259        errorLine1="                    android:id=&quot;@+id/settings_container&quot;"
4260        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4261        <location
4262            file="frameworks/base/packages/SystemUI/res/layout/volume_dialog.xml"
4263            line="92"
4264            column="21"
4265            message="Occurrence in layout"/>
4266        <location
4267            file="frameworks/base/packages/SystemUI/res/layout-land/volume_dialog.xml"
4268            line="93"
4269            column="21"
4270            message="Occurrence in layout-land"/>
4271    </issue>
4272
4273    <issue
4274        id="InconsistentLayout"
4275        message="The id &quot;settings&quot; in layout &quot;volume_dialog&quot; is missing from the following layout configurations: layout-land-television (present in layout, layout-land)"
4276        errorLine1="                        android:id=&quot;@+id/settings&quot;"
4277        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
4278        <location
4279            file="frameworks/base/packages/SystemUI/res/layout/volume_dialog.xml"
4280            line="100"
4281            column="25"
4282            message="Occurrence in layout"/>
4283        <location
4284            file="frameworks/base/packages/SystemUI/res/layout-land/volume_dialog.xml"
4285            line="101"
4286            column="25"
4287            message="Occurrence in layout-land"/>
4288    </issue>
4289
4290    <issue
4291        id="InconsistentLayout"
4292        message="The id &quot;volume_number&quot; in layout &quot;volume_dialog_row&quot; is missing from the following layout configurations: layout (present in layout-land-television)"
4293        errorLine1="            android:id=&quot;@+id/volume_number&quot;"
4294        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4295        <location
4296            file="frameworks/base/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml"
4297            line="36"
4298            column="13"
4299            message="Occurrence in layout-land-television"/>
4300    </issue>
4301
4302    <issue
4303        id="KotlinNullnessAnnotation"
4304        message="Do not use `@NonNull` in Kotlin; the nullability is already implied by the Kotlin type `PrintWriter` **not** ending with `?`"
4305        errorLine1="    fun dump(@NonNull pw: PrintWriter, name: String) {"
4306        errorLine2="             ~~~~~~~~">
4307        <location
4308            file="frameworks/base/packages/SystemUI/src/com/android/systemui/decor/OverlayWindow.kt"
4309            line="112"
4310            column="14"/>
4311    </issue>
4312
4313    <issue
4314        id="MissingDefaultResource"
4315        message="The color &quot;notification_primary_text_color&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4316        errorLine1="    &lt;color name=&quot;notification_primary_text_color&quot;>@*android:color/notification_primary_text_color_dark&lt;/color>"
4317        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4318        <location
4319            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4320            line="34"
4321            column="12"/>
4322    </issue>
4323
4324    <issue
4325        id="MissingDefaultResource"
4326        message="The color &quot;notification_section_header_label_color&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4327        errorLine1="    &lt;color name=&quot;notification_section_header_label_color&quot;>@color/GM2_grey_200&lt;/color>"
4328        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4329        <location
4330            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4331            line="45"
4332            column="12"/>
4333    </issue>
4334
4335    <issue
4336        id="MissingDefaultResource"
4337        message="The color &quot;notification_channel_dialog_separator&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4338        errorLine1="    &lt;color name=&quot;notification_channel_dialog_separator&quot;>@color/GM2_grey_700&lt;/color>"
4339        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4340        <location
4341            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4342            line="47"
4343            column="12"/>
4344    </issue>
4345
4346    <issue
4347        id="MissingDefaultResource"
4348        message="The color &quot;global_actions_text&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4349        errorLine1="    &lt;color name=&quot;global_actions_text&quot;>@color/GM2_grey_200&lt;/color>"
4350        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
4351        <location
4352            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4353            line="56"
4354            column="12"/>
4355    </issue>
4356
4357    <issue
4358        id="MissingDefaultResource"
4359        message="The color &quot;global_actions_alert_text&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4360        errorLine1="    &lt;color name=&quot;global_actions_alert_text&quot;>@color/GM2_red_300&lt;/color>"
4361        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4362        <location
4363            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4364            line="59"
4365            column="12"/>
4366    </issue>
4367
4368    <issue
4369        id="MissingDefaultResource"
4370        message="The color &quot;media_divider&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4371        errorLine1="    &lt;color name=&quot;media_divider&quot;>#85ffffff&lt;/color>"
4372        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
4373        <location
4374            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4375            line="65"
4376            column="12"/>
4377    </issue>
4378
4379    <issue
4380        id="MissingDefaultResource"
4381        message="The color &quot;GM2_green_500&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4382        errorLine1="    &lt;color name=&quot;GM2_green_500&quot;>#FF41Af6A&lt;/color>"
4383        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
4384        <location
4385            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4386            line="81"
4387            column="12"/>
4388    </issue>
4389
4390    <issue
4391        id="MissingDefaultResource"
4392        message="The color &quot;GM2_blue_500&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4393        errorLine1="    &lt;color name=&quot;GM2_blue_500&quot;>#5195EA&lt;/color>"
4394        errorLine2="           ~~~~~~~~~~~~~~~~~~~">
4395        <location
4396            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4397            line="82"
4398            column="12"/>
4399    </issue>
4400
4401    <issue
4402        id="MissingDefaultResource"
4403        message="The color &quot;GM2_yellow_500&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4404        errorLine1="    &lt;color name=&quot;GM2_yellow_500&quot;>#F5C518&lt;/color>"
4405        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
4406        <location
4407            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4408            line="84"
4409            column="12"/>
4410    </issue>
4411
4412    <issue
4413        id="MissingDefaultResource"
4414        message="The color &quot;kg_user_switcher_selected_avatar_icon_color&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4415        errorLine1="    &lt;color name=&quot;kg_user_switcher_selected_avatar_icon_color&quot;>#202124&lt;/color>"
4416        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4417        <location
4418            file="frameworks/base/packages/SystemUI/res/values-night/colors.xml"
4419            line="89"
4420            column="12"/>
4421    </issue>
4422
4423    <issue
4424        id="MissingDefaultResource"
4425        message="The bool &quot;quick_settings_rssi_tile_capitalization&quot; in values-mcc262-mnc07 has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4426        errorLine1="    &lt;bool name=&quot;quick_settings_rssi_tile_capitalization&quot;>false&lt;/bool>"
4427        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4428        <location
4429            file="frameworks/base/packages/SystemUI/res/values-mcc262-mnc07/config.xml"
4430            line="24"
4431            column="11"/>
4432    </issue>
4433
4434    <issue
4435        id="MissingDefaultResource"
4436        message="The bool &quot;quick_settings_rssi_tile_capitalization&quot; in values-mcc262-mnc08 has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4437        errorLine1="    &lt;bool name=&quot;quick_settings_rssi_tile_capitalization&quot;>false&lt;/bool>"
4438        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4439        <location
4440            file="frameworks/base/packages/SystemUI/res/values-mcc262-mnc08/config.xml"
4441            line="24"
4442            column="11"/>
4443    </issue>
4444
4445    <issue
4446        id="MissingDefaultResource"
4447        message="The bool &quot;quick_settings_rssi_tile_capitalization&quot; in values-mcc262-mnc11 has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4448        errorLine1="    &lt;bool name=&quot;quick_settings_rssi_tile_capitalization&quot;>false&lt;/bool>"
4449        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4450        <location
4451            file="frameworks/base/packages/SystemUI/res/values-mcc262-mnc11/config.xml"
4452            line="24"
4453            column="11"/>
4454    </issue>
4455
4456    <issue
4457        id="MissingDefaultResource"
4458        message="The integer &quot;quick_settings_user_time_settings_tile_span&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4459        errorLine1="    &lt;integer name=&quot;quick_settings_user_time_settings_tile_span&quot;>2&lt;/integer>"
4460        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4461        <location
4462            file="frameworks/base/packages/SystemUI/res/values-land/config.xml"
4463            line="29"
4464            column="14"/>
4465    </issue>
4466
4467    <issue
4468        id="MissingDefaultResource"
4469        message="The integer &quot;power_menu_max_columns&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4470        errorLine1="    &lt;integer name=&quot;power_menu_max_columns&quot;>4&lt;/integer>"
4471        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4472        <location
4473            file="frameworks/base/packages/SystemUI/res/values-land/config.xml"
4474            line="35"
4475            column="14"/>
4476    </issue>
4477
4478    <issue
4479        id="MissingDefaultResource"
4480        message="The dimen &quot;ambient_indication_container_margin_top&quot; in values-h700dp has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4481        errorLine1="    &lt;dimen name=&quot;ambient_indication_container_margin_top&quot;>15dp&lt;/dimen>"
4482        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4483        <location
4484            file="frameworks/base/packages/SystemUI/res/values-h700dp/dimens.xml"
4485            line="19"
4486            column="12"/>
4487    </issue>
4488
4489    <issue
4490        id="MissingDefaultResource"
4491        message="The dimen &quot;ambient_indication_container_margin_top&quot; in values-h800dp has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4492        errorLine1="    &lt;dimen name=&quot;ambient_indication_container_margin_top&quot;>20dp&lt;/dimen>"
4493        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4494        <location
4495            file="frameworks/base/packages/SystemUI/res/values-h800dp/dimens.xml"
4496            line="19"
4497            column="12"/>
4498    </issue>
4499
4500    <issue
4501        id="MissingDefaultResource"
4502        message="The dimen &quot;volume_dialog_panel_height&quot; in values-land-television has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4503        errorLine1="  &lt;dimen name=&quot;volume_dialog_panel_height&quot;>190dp&lt;/dimen>"
4504        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4505        <location
4506            file="frameworks/base/packages/SystemUI/res/values-land-television/dimens.xml"
4507            line="19"
4508            column="10"/>
4509    </issue>
4510
4511    <issue
4512        id="MissingDefaultResource"
4513        message="The dimen &quot;screenshot_bg_protection_height&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4514        errorLine1="    &lt;dimen name=&quot;screenshot_bg_protection_height&quot;>375dp&lt;/dimen>"
4515        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4516        <location
4517            file="frameworks/base/packages/SystemUI/res/values-night/dimens.xml"
4518            line="21"
4519            column="12"/>
4520    </issue>
4521
4522    <issue
4523        id="MissingDefaultResource"
4524        message="The dimen &quot;docked_divider_handle_width&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4525        errorLine1="    &lt;dimen name=&quot;docked_divider_handle_width&quot;>2dp&lt;/dimen>"
4526        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4527        <location
4528            file="frameworks/base/packages/SystemUI/res/values-land/dimens.xml"
4529            line="22"
4530            column="12"/>
4531    </issue>
4532
4533    <issue
4534        id="MissingDefaultResource"
4535        message="The dimen &quot;docked_divider_handle_height&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4536        errorLine1="    &lt;dimen name=&quot;docked_divider_handle_height&quot;>16dp&lt;/dimen>"
4537        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4538        <location
4539            file="frameworks/base/packages/SystemUI/res/values-land/dimens.xml"
4540            line="23"
4541            column="12"/>
4542    </issue>
4543
4544    <issue
4545        id="MissingDefaultResource"
4546        message="The dimen &quot;button_size&quot; in values-sw900dp has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4547        errorLine1="    &lt;dimen name=&quot;button_size&quot;>80dp&lt;/dimen>"
4548        errorLine2="           ~~~~~~~~~~~~~~~~~~">
4549        <location
4550            file="frameworks/base/packages/SystemUI/res/values-sw900dp/dimens.xml"
4551            line="26"
4552            column="12"/>
4553    </issue>
4554
4555    <issue
4556        id="MissingDefaultResource"
4557        message="The dimen &quot;tv_volume_dialog_bubble_size&quot; in values-land-television has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4558        errorLine1="  &lt;dimen name=&quot;tv_volume_dialog_bubble_size&quot;>36dp&lt;/dimen>"
4559        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4560        <location
4561            file="frameworks/base/packages/SystemUI/res/values-land-television/dimens.xml"
4562            line="28"
4563            column="10"/>
4564    </issue>
4565
4566    <issue
4567        id="MissingDefaultResource"
4568        message="The dimen &quot;tv_volume_dialog_row_padding&quot; in values-land-television has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4569        errorLine1="  &lt;dimen name=&quot;tv_volume_dialog_row_padding&quot;>6dp&lt;/dimen>"
4570        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4571        <location
4572            file="frameworks/base/packages/SystemUI/res/values-land-television/dimens.xml"
4573            line="29"
4574            column="10"/>
4575    </issue>
4576
4577    <issue
4578        id="MissingDefaultResource"
4579        message="The dimen &quot;tv_volume_number_text_size&quot; in values-land-television has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4580        errorLine1="  &lt;dimen name=&quot;tv_volume_number_text_size&quot;>16sp&lt;/dimen>"
4581        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4582        <location
4583            file="frameworks/base/packages/SystemUI/res/values-land-television/dimens.xml"
4584            line="30"
4585            column="10"/>
4586    </issue>
4587
4588    <issue
4589        id="MissingDefaultResource"
4590        message="The dimen &quot;tv_volume_seek_bar_thumb_diameter&quot; in values-land-television has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4591        errorLine1="  &lt;dimen name=&quot;tv_volume_seek_bar_thumb_diameter&quot;>16dp&lt;/dimen>"
4592        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4593        <location
4594            file="frameworks/base/packages/SystemUI/res/values-land-television/dimens.xml"
4595            line="31"
4596            column="10"/>
4597    </issue>
4598
4599    <issue
4600        id="MissingDefaultResource"
4601        message="The dimen &quot;tv_volume_icons_size&quot; in values-land-television has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4602        errorLine1="  &lt;dimen name=&quot;tv_volume_icons_size&quot;>20dp&lt;/dimen>"
4603        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4604        <location
4605            file="frameworks/base/packages/SystemUI/res/values-land-television/dimens.xml"
4606            line="32"
4607            column="10"/>
4608    </issue>
4609
4610    <issue
4611        id="MissingDefaultResource"
4612        message="The dimen &quot;volume_tool_tip_top_margin&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4613        errorLine1="    &lt;dimen name=&quot;volume_tool_tip_top_margin&quot;>12dp&lt;/dimen>"
4614        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4615        <location
4616            file="frameworks/base/packages/SystemUI/res/values-land/dimens.xml"
4617            line="35"
4618            column="12"/>
4619    </issue>
4620
4621    <issue
4622        id="MissingDefaultResource"
4623        message="The dimen &quot;controls_activity_view_top_offset&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4624        errorLine1="    &lt;dimen name=&quot;controls_activity_view_top_offset&quot;>25dp&lt;/dimen>"
4625        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4626        <location
4627            file="frameworks/base/packages/SystemUI/res/values-land/dimens.xml"
4628            line="41"
4629            column="12"/>
4630    </issue>
4631
4632    <issue
4633        id="MissingDefaultResource"
4634        message="The dimen &quot;car_body2_size&quot; in values-h600dp has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
4635        errorLine1="    &lt;dimen name=&quot;car_body2_size&quot;>32sp&lt;/dimen> &lt;!-- B2 -->"
4636        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
4637        <location
4638            file="frameworks/base/packages/SystemUI/res/values-h600dp/dimens_car.xml"
4639            line="19"
4640            column="12"/>
4641    </issue>
4642
4643    <issue
4644        id="MissingPrefix"
4645        message="Attribute is missing the Android namespace prefix"
4646        errorLine1="    &lt;item android:state_activated=&quot;true&quot; android_state_enabled=&quot;true&quot; android:color=&quot;@color/kg_user_switcher_activated_background_color&quot; />"
4647        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4648        <location
4649            file="frameworks/base/packages/SystemUI/res/color/kg_user_switcher_rounded_background_color.xml"
4650            line="20"
4651            column="42"/>
4652    </issue>
4653
4654    <issue
4655        id="SdCardPath"
4656        message="Do not hardcode &quot;/sdcard/&quot;; use `Environment.getExternalStorageDirectory().getPath()` instead"
4657        errorLine1="        ? new GestureRecorder(&quot;/sdcard/statusbar_gestures.dat&quot;)"
4658        errorLine2="                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4659        <location
4660            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
4661            line="467"
4662            column="31"/>
4663    </issue>
4664
4665    <issue
4666        id="ShowToast"
4667        message="Expected duration `Toast.LENGTH_SHORT` or `Toast.LENGTH_LONG`, a custom duration value is not supported"
4668        errorLine1="                    500).show();"
4669        errorLine2="                    ~~~">
4670        <location
4671            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBar.java"
4672            line="1894"
4673            column="21"/>
4674    </issue>
4675
4676    <issue
4677        id="SimpleDateFormat"
4678        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
4679        errorLine1="    private static final SimpleDateFormat SSDF = new SimpleDateFormat(&quot;MM-dd HH:mm:ss.SSS&quot;);"
4680        errorLine2="                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4681        <location
4682            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/CallbackHandler.java"
4683            line="52"
4684            column="50"/>
4685    </issue>
4686
4687    <issue
4688        id="SimpleDateFormat"
4689        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
4690        errorLine1="            mContentDescriptionFormat = new SimpleDateFormat(format);"
4691        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4692        <location
4693            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java"
4694            line="452"
4695            column="41"/>
4696    </issue>
4697
4698    <issue
4699        id="SimpleDateFormat"
4700        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
4701        errorLine1="            mClockFormat = new SimpleDateFormat(format);"
4702        errorLine2="                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4703        <location
4704            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java"
4705            line="483"
4706            column="28"/>
4707    </issue>
4708
4709    <issue
4710        id="SimpleDateFormat"
4711        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
4712        errorLine1="    private static final SimpleDateFormat SSDF = new SimpleDateFormat(&quot;MM-dd HH:mm:ss.SSS&quot;);"
4713        errorLine2="                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4714        <location
4715            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java"
4716            line="60"
4717            column="50"/>
4718    </issue>
4719
4720    <issue
4721        id="SimpleDateFormat"
4722        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
4723        errorLine1="    private static final SimpleDateFormat SSDF = new SimpleDateFormat(&quot;MM-dd HH:mm:ss.SSS&quot;);"
4724        errorLine2="                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4725        <location
4726            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
4727            line="119"
4728            column="50"/>
4729    </issue>
4730
4731    <issue
4732        id="SimpleDateFormat"
4733        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
4734        errorLine1="        String today = new SimpleDateFormat(&quot;MM-dd&quot;).format(new Date());"
4735        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4736        <location
4737            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java"
4738            line="503"
4739            column="24"/>
4740    </issue>
4741
4742    <issue
4743        id="SimpleDateFormat"
4744        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
4745        errorLine1="        String fileName = new SimpleDateFormat(&quot;&apos;screen-&apos;yyyyMMdd-HHmmss&apos;.mp4&apos;&quot;)"
4746        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4747        <location
4748            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ScreenMediaRecorder.java"
4749            line="329"
4750            column="27"/>
4751    </issue>
4752
4753    <issue
4754        id="Slices"
4755        message="A slice should have a primary action set on one of its rows"
4756        errorLine1="            ListBuilder builder = new ListBuilder(getContext(), mSliceUri, ListBuilder.INFINITY);"
4757        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4758        <location
4759            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardSliceProvider.java"
4760            line="218"
4761            column="35"/>
4762    </issue>
4763
4764    <issue
4765        id="ValidFragment"
4766        message="This fragment should provide a default constructor (a public constructor with no arguments) (`com.android.systemui.tuner.DemoModeFragment`)"
4767        errorLine1="public class DemoModeFragment extends PreferenceFragment implements OnPreferenceChangeListener {"
4768        errorLine2="             ~~~~~~~~~~~~~~~~">
4769        <location
4770            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
4771            line="38"
4772            column="14"/>
4773    </issue>
4774
4775    <issue
4776        id="ValidFragment"
4777        message="This fragment should provide a default constructor (a public constructor with no arguments) (`com.android.systemui.qs.QSFragmentLegacy`)"
4778        errorLine1="public class QSFragmentLegacy extends LifecycleFragment implements QS {"
4779        errorLine2="             ~~~~~~~~~~~~~~~~">
4780        <location
4781            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSFragmentLegacy.java"
4782            line="42"
4783            column="14"/>
4784    </issue>
4785
4786    <issue
4787        id="ValidFragment"
4788        message="Avoid non-default constructors in fragments: use a default constructor plus `Fragment#setArguments(Bundle)` instead"
4789        errorLine1="    public QSFragmentLegacy("
4790        errorLine2="           ~~~~~~~~~~~~~~~~">
4791        <location
4792            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSFragmentLegacy.java"
4793            line="52"
4794            column="12"/>
4795    </issue>
4796
4797    <issue
4798        id="ValidFragment"
4799        message="This fragment should provide a default constructor (a public constructor with no arguments) (`com.android.systemui.tuner.TunerFragment`)"
4800        errorLine1="public class TunerFragment extends PreferenceFragment {"
4801        errorLine2="             ~~~~~~~~~~~~~">
4802        <location
4803            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerFragment.java"
4804            line="41"
4805            column="14"/>
4806    </issue>
4807
4808    <issue
4809        id="WrongConstant"
4810        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4811        errorLine1="            animateAway(false /* sendReason */, 0 /* reason */);"
4812        errorLine2="                                                ~">
4813        <location
4814            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java"
4815            line="778"
4816            column="49"/>
4817    </issue>
4818
4819    <issue
4820        id="WrongConstant"
4821        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4822        errorLine1="        animateAway(false /* sendReason */, 0 /* reason */);"
4823        errorLine2="                                            ~">
4824        <location
4825            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java"
4826            line="787"
4827            column="45"/>
4828    </issue>
4829
4830    <issue
4831        id="WrongConstant"
4832        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4833        errorLine1="                sendResultAndCleanUp(BiometricPrompt.DISMISSED_REASON_USER_CANCEL,"
4834        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4835        <location
4836            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4837            line="539"
4838            column="38"/>
4839    </issue>
4840
4841    <issue
4842        id="WrongConstant"
4843        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4844        errorLine1="                sendResultAndCleanUp(BiometricPrompt.DISMISSED_REASON_NEGATIVE,"
4845        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4846        <location
4847            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4848            line="544"
4849            column="38"/>
4850    </issue>
4851
4852    <issue
4853        id="WrongConstant"
4854        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4855        errorLine1="                sendResultAndCleanUp(BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRMED,"
4856        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4857        <location
4858            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4859            line="549"
4860            column="38"/>
4861    </issue>
4862
4863    <issue
4864        id="WrongConstant"
4865        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4866        errorLine1="                        BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED,"
4867        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4868        <location
4869            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4870            line="555"
4871            column="25"/>
4872    </issue>
4873
4874    <issue
4875        id="WrongConstant"
4876        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4877        errorLine1="                sendResultAndCleanUp(BiometricPrompt.DISMISSED_REASON_ERROR,"
4878        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4879        <location
4880            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4881            line="560"
4882            column="38"/>
4883    </issue>
4884
4885    <issue
4886        id="WrongConstant"
4887        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4888        errorLine1="                sendResultAndCleanUp(BiometricPrompt.DISMISSED_REASON_SERVER_REQUESTED,"
4889        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4890        <location
4891            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4892            line="565"
4893            column="38"/>
4894    </issue>
4895
4896    <issue
4897        id="WrongConstant"
4898        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4899        errorLine1="                sendResultAndCleanUp(BiometricPrompt.DISMISSED_REASON_CREDENTIAL_CONFIRMED,"
4900        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4901        <location
4902            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4903            line="570"
4904            column="38"/>
4905    </issue>
4906
4907    <issue
4908        id="WrongConstant"
4909        message="Must be one of: AuthDialogCallback.DISMISSED_USER_CANCELED, AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE, AuthDialogCallback.DISMISSED_BUTTON_POSITIVE, AuthDialogCallback.DISMISSED_BIOMETRIC_AUTHENTICATED, AuthDialogCallback.DISMISSED_ERROR, AuthDialogCallback.DISMISSED_BY_SYSTEM_SERVER, AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED, AuthDialogCallback.DISMISSED_BUTTON_CONTENT_VIEW_MORE_OPTIONS"
4910        errorLine1="                        BiometricPrompt.DISMISSED_REASON_CONTENT_VIEW_MORE_OPTIONS,"
4911        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4912        <location
4913            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
4914            line="576"
4915            column="25"/>
4916    </issue>
4917
4918    <issue
4919        id="WrongConstant"
4920        message="Must be one of: DreamOverlayStatusBarView.STATUS_ICON_NOTIFICATIONS, DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, DreamOverlayStatusBarView.STATUS_ICON_ALARM_SET, DreamOverlayStatusBarView.STATUS_ICON_CAMERA_DISABLED, DreamOverlayStatusBarView.STATUS_ICON_MIC_DISABLED, DreamOverlayStatusBarView.STATUS_ICON_MIC_CAMERA_DISABLED, DreamOverlayStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, DreamOverlayStatusBarView.STATUS_ICON_ASSISTANT_ATTENTION_ACTIVE"
4921        errorLine1="        @DreamOverlayStatusBarView.StatusIconType int iconType = Resources.ID_NULL;"
4922        errorLine2="                                                                 ~~~~~~~~~~~~~~~~~">
4923        <location
4924            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/DreamOverlayStatusBarViewController.java"
4925            line="287"
4926            column="66"/>
4927    </issue>
4928
4929    <issue
4930        id="WrongConstant"
4931        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
4932        errorLine1="    @MediaLocation private var desiredLocation: Int = -1"
4933        errorLine2="                                                      ~~">
4934        <location
4935            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
4936            line="153"
4937            column="55"/>
4938    </issue>
4939
4940    <issue
4941        id="WrongConstant"
4942        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
4943        errorLine1="    @MediaLocation @VisibleForTesting var currentEndLocation: Int = -1"
4944        errorLine2="                                                                    ~~">
4945        <location
4946            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
4947            line="159"
4948            column="69"/>
4949    </issue>
4950
4951    <issue
4952        id="WrongConstant"
4953        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
4954        errorLine1="    @MediaLocation private var currentStartLocation: Int = -1"
4955        errorLine2="                                                           ~~">
4956        <location
4957            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
4958            line="165"
4959            column="60"/>
4960    </issue>
4961
4962    <issue
4963        id="WrongConstant"
4964        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
4965        errorLine1="                    if (location == desiredLocation) {"
4966        errorLine2="                                    ~~~~~~~~~~~~~~~">
4967        <location
4968            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
4969            line="542"
4970            column="37"/>
4971    </issue>
4972
4973    <issue
4974        id="WrongConstant"
4975        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
4976        errorLine1="                        onDesiredLocationChanged(desiredLocation, mediaHostState, animate = false)"
4977        errorLine2="                                                 ~~~~~~~~~~~~~~~">
4978        <location
4979            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
4980            line="543"
4981            column="50"/>
4982    </issue>
4983
4984    <issue
4985        id="WrongConstant"
4986        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
4987        errorLine1="            startLocation != currentStartLocation ||"
4988        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~">
4989        <location
4990            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
4991            line="974"
4992            column="30"/>
4993    </issue>
4994
4995    <issue
4996        id="WrongConstant"
4997        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
4998        errorLine1="            currentStartLocation = startLocation"
4999        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
5000        <location
5001            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5002            line="979"
5003            column="13"/>
5004    </issue>
5005
5006    <issue
5007        id="WrongConstant"
5008        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5009        errorLine1="        val startIsVisible = hostStates[currentStartLocation]?.visible ?: false"
5010        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~~">
5011        <location
5012            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5013            line="994"
5014            column="41"/>
5015    </issue>
5016
5017    <issue
5018        id="WrongConstant"
5019        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5020        errorLine1="            hostStates[currentStartLocation]?.showsOnlyActiveMedia ?: endShowsActive"
5021        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~">
5022        <location
5023            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5024            line="1070"
5025            column="24"/>
5026    </issue>
5027
5028    <issue
5029        id="WrongConstant"
5030        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5031        errorLine1="            startLocation = currentStartLocation,"
5032        errorLine2="                            ~~~~~~~~~~~~~~~~~~~~">
5033        <location
5034            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5035            line="1085"
5036            column="29"/>
5037    </issue>
5038
5039    <issue
5040        id="WrongConstant"
5041        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5042        errorLine1="            startLocation = currentStartLocation,"
5043        errorLine2="                            ~~~~~~~~~~~~~~~~~~~~">
5044        <location
5045            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5046            line="1085"
5047            column="29"/>
5048    </issue>
5049
5050    <issue
5051        id="WrongConstant"
5052        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5053        errorLine1="                if (this.desiredLocation != desiredLocation) {"
5054        errorLine2="                         ~~~~~~~~~~~~~~~">
5055        <location
5056            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5057            line="1111"
5058            column="26"/>
5059    </issue>
5060
5061    <issue
5062        id="WrongConstant"
5063        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5064        errorLine1="                this.desiredLocation = desiredLocation"
5065        errorLine2="                     ~~~~~~~~~~~~~~~">
5066        <location
5067            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5068            line="1117"
5069            column="22"/>
5070    </issue>
5071
5072    <issue
5073        id="WrongConstant"
5074        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5075        errorLine1="            println(&quot;location: $desiredLocation&quot;)"
5076        errorLine2="                                ~~~~~~~~~~~~~~~">
5077        <location
5078            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt"
5079            line="1325"
5080            column="33"/>
5081    </issue>
5082
5083    <issue
5084        id="WrongConstant"
5085        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5086        errorLine1="    @MediaLocation private var crossFadeAnimationStartLocation = -1"
5087        errorLine2="                                                                 ~~">
5088        <location
5089            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5090            line="155"
5091            column="66"/>
5092    </issue>
5093
5094    <issue
5095        id="WrongConstant"
5096        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5097        errorLine1="    @MediaLocation private var crossFadeAnimationEndLocation = -1"
5098        errorLine2="                                                               ~~">
5099        <location
5100            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5101            line="158"
5102            column="64"/>
5103    </issue>
5104
5105    <issue
5106        id="WrongConstant"
5107        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5108        errorLine1="    @MediaLocation private var previousLocation = -1"
5109        errorLine2="                                                  ~~">
5110        <location
5111            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5112            line="226"
5113            column="51"/>
5114    </issue>
5115
5116    <issue
5117        id="WrongConstant"
5118        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5119        errorLine1="    @MediaLocation private var desiredLocation = -1"
5120        errorLine2="                                                 ~~">
5121        <location
5122            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5123            line="228"
5124            column="50"/>
5125    </issue>
5126
5127    <issue
5128        id="WrongConstant"
5129        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5130        errorLine1="    @MediaLocation private var currentAttachmentLocation = -1"
5131        errorLine2="                                                           ~~">
5132        <location
5133            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5134            line="235"
5135            column="60"/>
5136    </issue>
5137
5138    <issue
5139        id="WrongConstant"
5140        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5141        errorLine1="        val startHost = getHost(previousLocation)"
5142        errorLine2="                                ~~~~~~~~~~~~~~~~">
5143        <location
5144            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5145            line="337"
5146            column="33"/>
5147    </issue>
5148
5149    <issue
5150        id="WrongConstant"
5151        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5152        errorLine1="        val startHost = getHost(previousLocation)"
5153        errorLine2="                                ~~~~~~~~~~~~~~~~">
5154        <location
5155            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5156            line="337"
5157            column="33"/>
5158    </issue>
5159
5160    <issue
5161        id="WrongConstant"
5162        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5163        errorLine1="        if (mediaObject.location == desiredLocation) {"
5164        errorLine2="                                    ~~~~~~~~~~~~~~~">
5165        <location
5166            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5167            line="618"
5168            column="37"/>
5169    </issue>
5170
5171    <issue
5172        id="WrongConstant"
5173        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5174        errorLine1="            desiredLocation = -1"
5175        errorLine2="            ~~~~~~~~~~~~~~~">
5176        <location
5177            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5178            line="621"
5179            column="13"/>
5180    </issue>
5181
5182    <issue
5183        id="WrongConstant"
5184        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5185        errorLine1="            desiredLocation = -1"
5186        errorLine2="                              ~~">
5187        <location
5188            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5189            line="621"
5190            column="31"/>
5191    </issue>
5192
5193    <issue
5194        id="WrongConstant"
5195        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5196        errorLine1="        if (mediaObject.location == currentAttachmentLocation) {"
5197        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~">
5198        <location
5199            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5200            line="623"
5201            column="37"/>
5202    </issue>
5203
5204    <issue
5205        id="WrongConstant"
5206        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5207        errorLine1="            currentAttachmentLocation = -1"
5208        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
5209        <location
5210            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5211            line="624"
5212            column="13"/>
5213    </issue>
5214
5215    <issue
5216        id="WrongConstant"
5217        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5218        errorLine1="            currentAttachmentLocation = -1"
5219        errorLine2="                                        ~~">
5220        <location
5221            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5222            line="624"
5223            column="41"/>
5224    </issue>
5225
5226    <issue
5227        id="WrongConstant"
5228        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5229        errorLine1="                desiredLocation != this.desiredLocation || forceStateUpdate &amp;&amp; !blockLocationChanges"
5230        errorLine2="                                        ~~~~~~~~~~~~~~~">
5231        <location
5232            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5233            line="671"
5234            column="41"/>
5235    </issue>
5236
5237    <issue
5238        id="WrongConstant"
5239        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5240        errorLine1="                if (this.desiredLocation >= 0 &amp;&amp; desiredLocation != this.desiredLocation) {"
5241        errorLine2="                         ~~~~~~~~~~~~~~~">
5242        <location
5243            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5244            line="673"
5245            column="26"/>
5246    </issue>
5247
5248    <issue
5249        id="WrongConstant"
5250        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5251        errorLine1="                if (this.desiredLocation >= 0 &amp;&amp; desiredLocation != this.desiredLocation) {"
5252        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
5253        <location
5254            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5255            line="673"
5256            column="74"/>
5257    </issue>
5258
5259    <issue
5260        id="WrongConstant"
5261        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5262        errorLine1="                    previousLocation = this.desiredLocation"
5263        errorLine2="                    ~~~~~~~~~~~~~~~~">
5264        <location
5265            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5266            line="675"
5267            column="21"/>
5268    </issue>
5269
5270    <issue
5271        id="WrongConstant"
5272        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5273        errorLine1="                    previousLocation = this.desiredLocation"
5274        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
5275        <location
5276            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5277            line="675"
5278            column="40"/>
5279    </issue>
5280
5281    <issue
5282        id="WrongConstant"
5283        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5284        errorLine1="                    previousLocation = this.desiredLocation"
5285        errorLine2="                                            ~~~~~~~~~~~~~~~">
5286        <location
5287            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5288            line="675"
5289            column="45"/>
5290    </issue>
5291
5292    <issue
5293        id="WrongConstant"
5294        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5295        errorLine1="                            previousLocation == LOCATION_LOCKSCREEN &amp;&amp;"
5296        errorLine2="                            ~~~~~~~~~~~~~~~~">
5297        <location
5298            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5299            line="682"
5300            column="29"/>
5301    </issue>
5302
5303    <issue
5304        id="WrongConstant"
5305        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5306        errorLine1="                        previousLocation = LOCATION_QQS"
5307        errorLine2="                        ~~~~~~~~~~~~~~~~">
5308        <location
5309            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5310            line="687"
5311            column="25"/>
5312    </issue>
5313
5314    <issue
5315        id="WrongConstant"
5316        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5317        errorLine1="                val isNewView = this.desiredLocation == -1"
5318        errorLine2="                                     ~~~~~~~~~~~~~~~">
5319        <location
5320            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5321            line="690"
5322            column="38"/>
5323    </issue>
5324
5325    <issue
5326        id="WrongConstant"
5327        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5328        errorLine1="                this.desiredLocation = desiredLocation"
5329        errorLine2="                     ~~~~~~~~~~~~~~~">
5330        <location
5331            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5332            line="691"
5333            column="22"/>
5334    </issue>
5335
5336    <issue
5337        id="WrongConstant"
5338        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5339        errorLine1="                    !forceNoAnimation &amp;&amp; shouldAnimateTransition(desiredLocation, previousLocation)"
5340        errorLine2="                                                                                  ~~~~~~~~~~~~~~~~">
5341        <location
5342            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5343            line="694"
5344            column="83"/>
5345    </issue>
5346
5347    <issue
5348        id="WrongConstant"
5349        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5350        errorLine1="                    !forceNoAnimation &amp;&amp; shouldAnimateTransition(desiredLocation, previousLocation)"
5351        errorLine2="                                                                                  ~~~~~~~~~~~~~~~~">
5352        <location
5353            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5354            line="694"
5355            column="83"/>
5356    </issue>
5357
5358    <issue
5359        id="WrongConstant"
5360        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5361        errorLine1="                val (animDuration, delay) = getAnimationParams(previousLocation, desiredLocation)"
5362        errorLine2="                                                               ~~~~~~~~~~~~~~~~">
5363        <location
5364            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5365            line="695"
5366            column="64"/>
5367    </issue>
5368
5369    <issue
5370        id="WrongConstant"
5371        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5372        errorLine1="            if (previousLocation &lt; 0 || isNewView) {"
5373        errorLine2="                ~~~~~~~~~~~~~~~~">
5374        <location
5375            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5376            line="715"
5377            column="17"/>
5378    </issue>
5379
5380    <issue
5381        id="WrongConstant"
5382        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5383        errorLine1="            val currentHost = getHost(desiredLocation)"
5384        errorLine2="                                      ~~~~~~~~~~~~~~~">
5385        <location
5386            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5387            line="719"
5388            column="39"/>
5389    </issue>
5390
5391    <issue
5392        id="WrongConstant"
5393        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5394        errorLine1="            val currentHost = getHost(desiredLocation)"
5395        errorLine2="                                      ~~~~~~~~~~~~~~~">
5396        <location
5397            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5398            line="719"
5399            column="39"/>
5400    </issue>
5401
5402    <issue
5403        id="WrongConstant"
5404        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5405        errorLine1="            val previousHost = getHost(previousLocation)"
5406        errorLine2="                                       ~~~~~~~~~~~~~~~~">
5407        <location
5408            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5409            line="720"
5410            column="40"/>
5411    </issue>
5412
5413    <issue
5414        id="WrongConstant"
5415        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5416        errorLine1="            val previousHost = getHost(previousLocation)"
5417        errorLine2="                                       ~~~~~~~~~~~~~~~~">
5418        <location
5419            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5420            line="720"
5421            column="40"/>
5422    </issue>
5423
5424    <issue
5425        id="WrongConstant"
5426        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5427        errorLine1="                    currentAttachmentLocation != previousLocation ||"
5428        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~">
5429        <location
5430            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5431            line="733"
5432            column="21"/>
5433    </issue>
5434
5435    <issue
5436        id="WrongConstant"
5437        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5438        errorLine1="                    currentAttachmentLocation != previousLocation ||"
5439        errorLine2="                                                 ~~~~~~~~~~~~~~~~">
5440        <location
5441            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5442            line="733"
5443            column="50"/>
5444    </issue>
5445
5446    <issue
5447        id="WrongConstant"
5448        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5449        errorLine1="                var newCrossFadeStartLocation = previousLocation"
5450        errorLine2="                                                ~~~~~~~~~~~~~~~~">
5451        <location
5452            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5453            line="751"
5454            column="49"/>
5455    </issue>
5456
5457    <issue
5458        id="WrongConstant"
5459        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5460        errorLine1="                    if (currentAttachmentLocation == crossFadeAnimationEndLocation) {"
5461        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~">
5462        <location
5463            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5464            line="753"
5465            column="25"/>
5466    </issue>
5467
5468    <issue
5469        id="WrongConstant"
5470        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5471        errorLine1="                    if (currentAttachmentLocation == crossFadeAnimationEndLocation) {"
5472        errorLine2="                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5473        <location
5474            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5475            line="753"
5476            column="54"/>
5477    </issue>
5478
5479    <issue
5480        id="WrongConstant"
5481        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5482        errorLine1="                        newCrossFadeStartLocation = crossFadeAnimationStartLocation"
5483        errorLine2="                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5484        <location
5485            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5486            line="763"
5487            column="53"/>
5488    </issue>
5489
5490    <issue
5491        id="WrongConstant"
5492        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5493        errorLine1="                        if (newCrossFadeStartLocation == desiredLocation) {"
5494        errorLine2="                                                         ~~~~~~~~~~~~~~~">
5495        <location
5496            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5497            line="764"
5498            column="58"/>
5499    </issue>
5500
5501    <issue
5502        id="WrongConstant"
5503        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5504        errorLine1="                crossFadeAnimationStartLocation = newCrossFadeStartLocation"
5505        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5506        <location
5507            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5508            line="781"
5509            column="17"/>
5510    </issue>
5511
5512    <issue
5513        id="WrongConstant"
5514        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5515        errorLine1="                crossFadeAnimationStartLocation = newCrossFadeStartLocation"
5516        errorLine2="                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~">
5517        <location
5518            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5519            line="781"
5520            column="51"/>
5521    </issue>
5522
5523    <issue
5524        id="WrongConstant"
5525        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5526        errorLine1="                crossFadeAnimationEndLocation = desiredLocation"
5527        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
5528        <location
5529            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5530            line="782"
5531            column="17"/>
5532    </issue>
5533
5534    <issue
5535        id="WrongConstant"
5536        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5537        errorLine1="                crossFadeAnimationEndLocation = desiredLocation"
5538        errorLine2="                                                ~~~~~~~~~~~~~~~">
5539        <location
5540            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5541            line="782"
5542            column="49"/>
5543    </issue>
5544
5545    <issue
5546        id="WrongConstant"
5547        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5548        errorLine1="                crossFadeAnimationEndLocation = desiredLocation"
5549        errorLine2="                                                ~~~~~~~~~~~~~~~">
5550        <location
5551            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5552            line="782"
5553            column="49"/>
5554    </issue>
5555
5556    <issue
5557        id="WrongConstant"
5558        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5559        errorLine1="                adjustAnimatorForTransition(desiredLocation, previousLocation)"
5560        errorLine2="                                            ~~~~~~~~~~~~~~~">
5561        <location
5562            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5563            line="785"
5564            column="45"/>
5565    </issue>
5566
5567    <issue
5568        id="WrongConstant"
5569        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5570        errorLine1="                adjustAnimatorForTransition(desiredLocation, previousLocation)"
5571        errorLine2="                                                             ~~~~~~~~~~~~~~~~">
5572        <location
5573            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5574            line="785"
5575            column="62"/>
5576    </issue>
5577
5578    <issue
5579        id="WrongConstant"
5580        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5581        errorLine1="                desiredLocation == LOCATION_QQS &amp;&amp;"
5582        errorLine2="                ~~~~~~~~~~~~~~~">
5583        <location
5584            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5585            line="812"
5586            column="17"/>
5587    </issue>
5588
5589    <issue
5590        id="WrongConstant"
5591        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5592        errorLine1="            desiredLocation == LOCATION_QS &amp;&amp;"
5593        errorLine2="            ~~~~~~~~~~~~~~~">
5594        <location
5595            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5596            line="830"
5597            column="13"/>
5598    </issue>
5599
5600    <issue
5601        id="WrongConstant"
5602        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5603        errorLine1="        var starthost = getHost(previousLocation)"
5604        errorLine2="                                ~~~~~~~~~~~~~~~~">
5605        <location
5606            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5607            line="887"
5608            column="33"/>
5609    </issue>
5610
5611    <issue
5612        id="WrongConstant"
5613        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5614        errorLine1="        var starthost = getHost(previousLocation)"
5615        errorLine2="                                ~~~~~~~~~~~~~~~~">
5616        <location
5617            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5618            line="887"
5619            column="33"/>
5620    </issue>
5621
5622    <issue
5623        id="WrongConstant"
5624        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5625        errorLine1="        var endHost = getHost(desiredLocation)"
5626        errorLine2="                              ~~~~~~~~~~~~~~~">
5627        <location
5628            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5629            line="888"
5630            column="31"/>
5631    </issue>
5632
5633    <issue
5634        id="WrongConstant"
5635        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5636        errorLine1="        var endHost = getHost(desiredLocation)"
5637        errorLine2="                              ~~~~~~~~~~~~~~~">
5638        <location
5639            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5640            line="888"
5641            column="31"/>
5642    </issue>
5643
5644    <issue
5645        id="WrongConstant"
5646        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5647        errorLine1="        return previousLocation != -1 &amp;&amp; desiredLocation != -1"
5648        errorLine2="               ~~~~~~~~~~~~~~~~">
5649        <location
5650            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5651            line="943"
5652            column="16"/>
5653    </issue>
5654
5655    <issue
5656        id="WrongConstant"
5657        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5658        errorLine1="        return previousLocation != -1 &amp;&amp; desiredLocation != -1"
5659        errorLine2="                                         ~~~~~~~~~~~~~~~">
5660        <location
5661            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5662            line="943"
5663            column="42"/>
5664    </issue>
5665
5666    <issue
5667        id="WrongConstant"
5668        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5669        errorLine1="            previousLocation == LOCATION_LOCKSCREEN &amp;&amp; desiredLocation == LOCATION_QS ||"
5670        errorLine2="            ~~~~~~~~~~~~~~~~">
5671        <location
5672            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5673            line="957"
5674            column="13"/>
5675    </issue>
5676
5677    <issue
5678        id="WrongConstant"
5679        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5680        errorLine1="            previousLocation == LOCATION_LOCKSCREEN &amp;&amp; desiredLocation == LOCATION_QS ||"
5681        errorLine2="                                                       ~~~~~~~~~~~~~~~">
5682        <location
5683            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5684            line="957"
5685            column="56"/>
5686    </issue>
5687
5688    <issue
5689        id="WrongConstant"
5690        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5691        errorLine1="                previousLocation == LOCATION_QS &amp;&amp; desiredLocation == LOCATION_LOCKSCREEN"
5692        errorLine2="                ~~~~~~~~~~~~~~~~">
5693        <location
5694            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5695            line="958"
5696            column="17"/>
5697    </issue>
5698
5699    <issue
5700        id="WrongConstant"
5701        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5702        errorLine1="                previousLocation == LOCATION_QS &amp;&amp; desiredLocation == LOCATION_LOCKSCREEN"
5703        errorLine2="                                                   ~~~~~~~~~~~~~~~">
5704        <location
5705            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5706            line="958"
5707            column="52"/>
5708    </issue>
5709
5710    <issue
5711        id="WrongConstant"
5712        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5713        errorLine1="        if (previousLocation == LOCATION_LOCKSCREEN &amp;&amp; desiredLocation == LOCATION_QQS) {"
5714        errorLine2="            ~~~~~~~~~~~~~~~~">
5715        <location
5716            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5717            line="963"
5718            column="13"/>
5719    </issue>
5720
5721    <issue
5722        id="WrongConstant"
5723        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5724        errorLine1="        if (previousLocation == LOCATION_LOCKSCREEN &amp;&amp; desiredLocation == LOCATION_QQS) {"
5725        errorLine2="                                                       ~~~~~~~~~~~~~~~">
5726        <location
5727            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5728            line="963"
5729            column="56"/>
5730    </issue>
5731
5732    <issue
5733        id="WrongConstant"
5734        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5735        errorLine1="        return getHost(previousLocation)?.visible == true &amp;&amp;"
5736        errorLine2="                       ~~~~~~~~~~~~~~~~">
5737        <location
5738            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5739            line="971"
5740            column="24"/>
5741    </issue>
5742
5743    <issue
5744        id="WrongConstant"
5745        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5746        errorLine1="        return getHost(previousLocation)?.visible == true &amp;&amp;"
5747        errorLine2="                       ~~~~~~~~~~~~~~~~">
5748        <location
5749            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5750            line="971"
5751            column="24"/>
5752    </issue>
5753
5754    <issue
5755        id="WrongConstant"
5756        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5757        errorLine1="            getHost(desiredLocation)?.visible == true"
5758        errorLine2="                    ~~~~~~~~~~~~~~~">
5759        <location
5760            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5761            line="972"
5762            column="21"/>
5763    </issue>
5764
5765    <issue
5766        id="WrongConstant"
5767        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5768        errorLine1="            getHost(desiredLocation)?.visible == true"
5769        errorLine2="                    ~~~~~~~~~~~~~~~">
5770        <location
5771            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5772            line="972"
5773            column="21"/>
5774    </issue>
5775
5776    <issue
5777        id="WrongConstant"
5778        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5779        errorLine1="        val currentHost = getHost(desiredLocation)"
5780        errorLine2="                                  ~~~~~~~~~~~~~~~">
5781        <location
5782            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5783            line="994"
5784            column="35"/>
5785    </issue>
5786
5787    <issue
5788        id="WrongConstant"
5789        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5790        errorLine1="        val currentHost = getHost(desiredLocation)"
5791        errorLine2="                                  ~~~~~~~~~~~~~~~">
5792        <location
5793            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5794            line="994"
5795            column="35"/>
5796    </issue>
5797
5798    <issue
5799        id="WrongConstant"
5800        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5801        errorLine1="        val previousHost = getHost(previousLocation)"
5802        errorLine2="                                   ~~~~~~~~~~~~~~~~">
5803        <location
5804            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5805            line="995"
5806            column="36"/>
5807    </issue>
5808
5809    <issue
5810        id="WrongConstant"
5811        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5812        errorLine1="        val previousHost = getHost(previousLocation)"
5813        errorLine2="                                   ~~~~~~~~~~~~~~~~">
5814        <location
5815            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5816            line="995"
5817            column="36"/>
5818    </issue>
5819
5820    <issue
5821        id="WrongConstant"
5822        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5823        errorLine1="        getHost(desiredLocation)?.let {"
5824        errorLine2="                ~~~~~~~~~~~~~~~">
5825        <location
5826            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5827            line="1015"
5828            column="17"/>
5829    </issue>
5830
5831    <issue
5832        id="WrongConstant"
5833        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5834        errorLine1="        getHost(desiredLocation)?.let {"
5835        errorLine2="                ~~~~~~~~~~~~~~~">
5836        <location
5837            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5838            line="1015"
5839            column="17"/>
5840    </issue>
5841
5842    <issue
5843        id="WrongConstant"
5844        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5845        errorLine1="            val startLocation = if (onlyUseEndState) -1 else previousLocation"
5846        errorLine2="                                                             ~~~~~~~~~~~~~~~~">
5847        <location
5848            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5849            line="1032"
5850            column="62"/>
5851    </issue>
5852
5853    <issue
5854        id="WrongConstant"
5855        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5856        errorLine1="                startLocation,"
5857        errorLine2="                ~~~~~~~~~~~~~">
5858        <location
5859            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5860            line="1036"
5861            column="17"/>
5862    </issue>
5863
5864    <issue
5865        id="WrongConstant"
5866        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5867        errorLine1="                startLocation,"
5868        errorLine2="                ~~~~~~~~~~~~~">
5869        <location
5870            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5871            line="1036"
5872            column="17"/>
5873    </issue>
5874
5875    <issue
5876        id="WrongConstant"
5877        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5878        errorLine1="            if (currentAttachmentLocation == IN_OVERLAY) {"
5879        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
5880        <location
5881            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5882            line="1042"
5883            column="17"/>
5884    </issue>
5885
5886    <issue
5887        id="WrongConstant"
5888        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5889        errorLine1="                logger.logMediaHostAttachment(desiredLocation)"
5890        errorLine2="                                              ~~~~~~~~~~~~~~~">
5891        <location
5892            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5893            line="1060"
5894            column="47"/>
5895    </issue>
5896
5897    <issue
5898        id="WrongConstant"
5899        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5900        errorLine1="                    desiredLocation = desiredLocation,"
5901        errorLine2="                                      ~~~~~~~~~~~~~~~">
5902        <location
5903            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5904            line="1062"
5905            column="39"/>
5906    </issue>
5907
5908    <issue
5909        id="WrongConstant"
5910        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5911        errorLine1="                    desiredHostState = getHost(desiredLocation),"
5912        errorLine2="                                               ~~~~~~~~~~~~~~~">
5913        <location
5914            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5915            line="1063"
5916            column="48"/>
5917    </issue>
5918
5919    <issue
5920        id="WrongConstant"
5921        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5922        errorLine1="                    desiredHostState = getHost(desiredLocation),"
5923        errorLine2="                                               ~~~~~~~~~~~~~~~">
5924        <location
5925            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5926            line="1063"
5927            column="48"/>
5928    </issue>
5929
5930    <issue
5931        id="WrongConstant"
5932        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5933        errorLine1="                        newLocation != desiredLocation"
5934        errorLine2="                                       ~~~~~~~~~~~~~~~">
5935        <location
5936            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5937            line="1076"
5938            column="40"/>
5939    </issue>
5940
5941    <issue
5942        id="WrongConstant"
5943        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5944        errorLine1="            if (currentAttachmentLocation != newLocation) {"
5945        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
5946        <location
5947            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5948            line="1085"
5949            column="17"/>
5950    </issue>
5951
5952    <issue
5953        id="WrongConstant"
5954        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5955        errorLine1="                currentAttachmentLocation = newLocation"
5956        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
5957        <location
5958            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5959            line="1086"
5960            column="17"/>
5961    </issue>
5962
5963    <issue
5964        id="WrongConstant"
5965        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5966        errorLine1="                currentAttachmentLocation = newLocation"
5967        errorLine2="                                            ~~~~~~~~~~~">
5968        <location
5969            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5970            line="1086"
5971            column="45"/>
5972    </issue>
5973
5974    <issue
5975        id="WrongConstant"
5976        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5977        errorLine1="                    val targetHost = getHost(newLocation)!!.hostView"
5978        errorLine2="                                             ~~~~~~~~~~~">
5979        <location
5980            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5981            line="1095"
5982            column="46"/>
5983    </issue>
5984
5985    <issue
5986        id="WrongConstant"
5987        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5988        errorLine1="                logger.logMediaHostAttachment(currentAttachmentLocation)"
5989        errorLine2="                                              ~~~~~~~~~~~~~~~~~~~~~~~~~">
5990        <location
5991            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
5992            line="1100"
5993            column="47"/>
5994    </issue>
5995
5996    <issue
5997        id="WrongConstant"
5998        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
5999        errorLine1="                        getHost(newLocation),"
6000        errorLine2="                                ~~~~~~~~~~~">
6001        <location
6002            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6003            line="1111"
6004            column="33"/>
6005    </issue>
6006
6007    <issue
6008        id="WrongConstant"
6009        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6010        errorLine1="            if (animationCrossFadeProgress > 0.5 || previousLocation == -1) {"
6011        errorLine2="                                                    ~~~~~~~~~~~~~~~~">
6012        <location
6013            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6014            line="1127"
6015            column="53"/>
6016    </issue>
6017
6018    <issue
6019        id="WrongConstant"
6020        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6021        errorLine1="                return crossFadeAnimationEndLocation"
6022        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
6023        <location
6024            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6025            line="1128"
6026            column="24"/>
6027    </issue>
6028
6029    <issue
6030        id="WrongConstant"
6031        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6032        errorLine1="                return crossFadeAnimationStartLocation"
6033        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
6034        <location
6035            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6036            line="1130"
6037            column="24"/>
6038    </issue>
6039
6040    <issue
6041        id="WrongConstant"
6042        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6043        errorLine1="        return desiredLocation"
6044        errorLine2="               ~~~~~~~~~~~~~~~">
6045        <location
6046            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6047            line="1133"
6048            column="16"/>
6049    </issue>
6050
6051    <issue
6052        id="WrongConstant"
6053        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6054        errorLine1="            return desiredLocation"
6055        errorLine2="                   ~~~~~~~~~~~~~~~">
6056        <location
6057            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6058            line="1146"
6059            column="20"/>
6060    </issue>
6061
6062    <issue
6063        id="WrongConstant"
6064        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6065        errorLine1="            return desiredLocation"
6066        errorLine2="                   ~~~~~~~~~~~~~~~">
6067        <location
6068            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6069            line="1146"
6070            column="20"/>
6071    </issue>
6072
6073    <issue
6074        id="WrongConstant"
6075        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6076        errorLine1="                mediaFlags.isSceneContainerEnabled() -> desiredLocation"
6077        errorLine2="                                                        ~~~~~~~~~~~~~~~">
6078        <location
6079            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6080            line="1152"
6081            column="57"/>
6082    </issue>
6083
6084    <issue
6085        id="WrongConstant"
6086        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6087        errorLine1="                desiredLocation == LOCATION_QS &amp;&amp;"
6088        errorLine2="                ~~~~~~~~~~~~~~~">
6089        <location
6090            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6091            line="1179"
6092            column="17"/>
6093    </issue>
6094
6095    <issue
6096        id="WrongConstant"
6097        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6098        errorLine1="            location != LOCATION_LOCKSCREEN &amp;&amp; desiredLocation == LOCATION_LOCKSCREEN &amp;&amp; !fullyAwake"
6099        errorLine2="                                               ~~~~~~~~~~~~~~~">
6100        <location
6101            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaHierarchyManager.kt"
6102            line="1186"
6103            column="48"/>
6104    </issue>
6105
6106    <issue
6107        id="WrongConstant"
6108        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6109        errorLine1="    @MediaLocation var currentEndLocation: Int = -1"
6110        errorLine2="                                                 ~~">
6111        <location
6112            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6113            line="121"
6114            column="50"/>
6115    </issue>
6116
6117    <issue
6118        id="WrongConstant"
6119        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6120        errorLine1="    @MediaLocation private var currentStartLocation: Int = -1"
6121        errorLine2="                                                           ~~">
6122        <location
6123            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6124            line="124"
6125            column="60"/>
6126    </issue>
6127
6128    <issue
6129        id="WrongConstant"
6130        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6131        errorLine1="                if (location == currentEndLocation || location == currentStartLocation) {"
6132        errorLine2="                                                                  ~~~~~~~~~~~~~~~~~~~~">
6133        <location
6134            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6135            line="287"
6136            column="67"/>
6137    </issue>
6138
6139    <issue
6140        id="WrongConstant"
6141        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6142        errorLine1="                        currentStartLocation,"
6143        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~">
6144        <location
6145            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6146            line="289"
6147            column="25"/>
6148    </issue>
6149
6150    <issue
6151        id="WrongConstant"
6152        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6153        errorLine1="                        currentStartLocation,"
6154        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~">
6155        <location
6156            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6157            line="289"
6158            column="25"/>
6159    </issue>
6160
6161    <issue
6162        id="WrongConstant"
6163        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6164        errorLine1="            currentStartLocation,"
6165        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
6166        <location
6167            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6168            line="351"
6169            column="13"/>
6170    </issue>
6171
6172    <issue
6173        id="WrongConstant"
6174        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6175        errorLine1="            currentStartLocation,"
6176        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
6177        <location
6178            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6179            line="351"
6180            column="13"/>
6181    </issue>
6182
6183    <issue
6184        id="WrongConstant"
6185        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6186        errorLine1="            currentStartLocation,"
6187        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
6188        <location
6189            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6190            line="372"
6191            column="13"/>
6192    </issue>
6193
6194    <issue
6195        id="WrongConstant"
6196        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6197        errorLine1="            currentStartLocation,"
6198        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
6199        <location
6200            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6201            line="372"
6202            column="13"/>
6203    </issue>
6204
6205    <issue
6206        id="WrongConstant"
6207        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6208        errorLine1="            currentStartLocation,"
6209        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
6210        <location
6211            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6212            line="372"
6213            column="13"/>
6214    </issue>
6215
6216    <issue
6217        id="WrongConstant"
6218        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6219        errorLine1="            currentStartLocation,"
6220        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
6221        <location
6222            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6223            line="372"
6224            column="13"/>
6225    </issue>
6226
6227    <issue
6228        id="WrongConstant"
6229        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6230        errorLine1="            logger.logMediaLocation(&quot;attach $type&quot;, currentStartLocation, currentEndLocation)"
6231        errorLine2="                                                    ~~~~~~~~~~~~~~~~~~~~">
6232        <location
6233            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6234            line="640"
6235            column="53"/>
6236    </issue>
6237
6238    <issue
6239        id="WrongConstant"
6240        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6241        errorLine1="                startLocation = currentStartLocation,"
6242        errorLine2="                                ~~~~~~~~~~~~~~~~~~~~">
6243        <location
6244            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6245            line="648"
6246            column="33"/>
6247    </issue>
6248
6249    <issue
6250        id="WrongConstant"
6251        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6252        errorLine1="                startLocation = currentStartLocation,"
6253        errorLine2="                                ~~~~~~~~~~~~~~~~~~~~">
6254        <location
6255            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6256            line="648"
6257            column="33"/>
6258    </issue>
6259
6260    <issue
6261        id="WrongConstant"
6262        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6263        errorLine1="            currentStartLocation = startLocation"
6264        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
6265        <location
6266            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6267            line="854"
6268            column="13"/>
6269    </issue>
6270
6271    <issue
6272        id="WrongConstant"
6273        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6274        errorLine1="                currentStartLocation,"
6275        errorLine2="                ~~~~~~~~~~~~~~~~~~~~">
6276        <location
6277            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6278            line="1076"
6279            column="17"/>
6280    </issue>
6281
6282    <issue
6283        id="WrongConstant"
6284        message="Must be one of: MediaHierarchyManager.LOCATION_QS, MediaHierarchyManager.LOCATION_QQS, MediaHierarchyManager.LOCATION_LOCKSCREEN, MediaHierarchyManager.LOCATION_DREAM_OVERLAY, MediaHierarchyManager.LOCATION_COMMUNAL_HUB"
6285        errorLine1="                currentStartLocation,"
6286        errorLine2="                ~~~~~~~~~~~~~~~~~~~~">
6287        <location
6288            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaViewController.kt"
6289            line="1076"
6290            column="17"/>
6291    </issue>
6292
6293    <issue
6294        id="WrongConstant"
6295        message="Must be one or more of: NotificationRowContentBinder.FLAG_CONTENT_VIEW_CONTRACTED, NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED, NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP, NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC, NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE, NotificationRowContentBinder.FLAG_GROUP_SUMMARY_HEADER, NotificationRowContentBinder.FLAG_LOW_PRIORITY_GROUP_SUMMARY_HEADER, NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL"
6296        errorLine1="                freeNotificationView(entry, row, curFlag);"
6297        errorLine2="                                                 ~~~~~~~">
6298        <location
6299            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java"
6300            line="250"
6301            column="50"/>
6302    </issue>
6303
6304    <issue
6305        id="WrongConstant"
6306        message="Must be one or more of: NotificationRowContentBinder.FLAG_CONTENT_VIEW_CONTRACTED, NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED, NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP, NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC, NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE, NotificationRowContentBinder.FLAG_GROUP_SUMMARY_HEADER, NotificationRowContentBinder.FLAG_LOW_PRIORITY_GROUP_SUMMARY_HEADER, NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL"
6307        errorLine1="            contentToUnbind &amp;= ~curFlag;"
6308        errorLine2="                                ~~~~~~~">
6309        <location
6310            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java"
6311            line="252"
6312            column="33"/>
6313    </issue>
6314
6315    <issue
6316        id="WrongConstant"
6317        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6318        errorLine1="    private @Action int mSelectedAction = -1;"
6319        errorLine2="                                          ~~">
6320        <location
6321            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6322            line="116"
6323            column="43"/>
6324    </issue>
6325
6326    <issue
6327        id="WrongConstant"
6328        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6329        errorLine1="        updateToggleActions(mSelectedAction, true);"
6330        errorLine2="                            ~~~~~~~~~~~~~~~">
6331        <location
6332            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6333            line="142"
6334            column="29"/>
6335    </issue>
6336
6337    <issue
6338        id="WrongConstant"
6339        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6340        errorLine1="        updateToggleActions(mSelectedAction, true);"
6341        errorLine2="                            ~~~~~~~~~~~~~~~">
6342        <location
6343            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6344            line="147"
6345            column="29"/>
6346    </issue>
6347
6348    <issue
6349        id="WrongConstant"
6350        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6351        errorLine1="        updateToggleActions(mSelectedAction, true);"
6352        errorLine2="                            ~~~~~~~~~~~~~~~">
6353        <location
6354            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6355            line="152"
6356            column="29"/>
6357    </issue>
6358
6359    <issue
6360        id="WrongConstant"
6361        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6362        errorLine1="        if (mSelectedAction == ACTION_FAVORITE &amp;&amp; getPriority() != mSelectedAction) {"
6363        errorLine2="            ~~~~~~~~~~~~~~~">
6364        <location
6365            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6366            line="160"
6367            column="13"/>
6368    </issue>
6369
6370    <issue
6371        id="WrongConstant"
6372        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6373        errorLine1="        if (mSelectedAction == ACTION_FAVORITE &amp;&amp; getPriority() != mSelectedAction) {"
6374        errorLine2="                                                                   ~~~~~~~~~~~~~~~">
6375        <location
6376            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6377            line="160"
6378            column="68"/>
6379    </issue>
6380
6381    <issue
6382        id="WrongConstant"
6383        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6384        errorLine1="        if (mSelectedAction == selectedAction) {"
6385        errorLine2="            ~~~~~~~~~~~~~~~">
6386        <location
6387            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6388            line="187"
6389            column="13"/>
6390    </issue>
6391
6392    <issue
6393        id="WrongConstant"
6394        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6395        errorLine1="        mSelectedAction = selectedAction;"
6396        errorLine2="        ~~~~~~~~~~~~~~~">
6397        <location
6398            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6399            line="191"
6400            column="9"/>
6401    </issue>
6402
6403    <issue
6404        id="WrongConstant"
6405        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6406        errorLine1="        updateToggleActions(mSelectedAction == -1 ? getPriority() : mSelectedAction,"
6407        errorLine2="                            ~~~~~~~~~~~~~~~">
6408        <location
6409            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6410            line="292"
6411            column="29"/>
6412    </issue>
6413
6414    <issue
6415        id="WrongConstant"
6416        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6417        errorLine1="        updateToggleActions(mSelectedAction == -1 ? getPriority() : mSelectedAction,"
6418        errorLine2="                                                                    ~~~~~~~~~~~~~~~">
6419        <location
6420            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6421            line="292"
6422            column="69"/>
6423    </issue>
6424
6425    <issue
6426        id="WrongConstant"
6427        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6428        errorLine1="                throw new IllegalArgumentException(&quot;Unrecognized behavior: &quot; + mSelectedAction);"
6429        errorLine2="                                                                               ~~~~~~~~~~~~~~~">
6430        <location
6431            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6432            line="500"
6433            column="80"/>
6434    </issue>
6435
6436    <issue
6437        id="WrongConstant"
6438        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6439        errorLine1="        return mSelectedAction;"
6440        errorLine2="               ~~~~~~~~~~~~~~~">
6441        <location
6442            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6443            line="514"
6444            column="16"/>
6445    </issue>
6446
6447    <issue
6448        id="WrongConstant"
6449        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6450        errorLine1="                        mAppUid, mSelectedAction, mNotificationChannel));"
6451        errorLine2="                                 ~~~~~~~~~~~~~~~">
6452        <location
6453            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6454            line="532"
6455            column="34"/>
6456    </issue>
6457
6458    <issue
6459        id="WrongConstant"
6460        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6461        errorLine1="                        mAppUid, mSelectedAction, mNotificationChannel));"
6462        errorLine2="                                 ~~~~~~~~~~~~~~~">
6463        <location
6464            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6465            line="532"
6466            column="34"/>
6467    </issue>
6468
6469    <issue
6470        id="WrongConstant"
6471        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6472        errorLine1="        if (save &amp;&amp; mSelectedAction > -1) {"
6473        errorLine2="                    ~~~~~~~~~~~~~~~">
6474        <location
6475            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6476            line="579"
6477            column="21"/>
6478    </issue>
6479
6480    <issue
6481        id="WrongConstant"
6482        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6483        errorLine1="        mSelectedAction = -1;"
6484        errorLine2="        ~~~~~~~~~~~~~~~">
6485        <location
6486            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6487            line="585"
6488            column="9"/>
6489    </issue>
6490
6491    <issue
6492        id="WrongConstant"
6493        message="Must be one of: NotificationConversationInfo.ACTION_DEFAULT, NotificationConversationInfo.ACTION_HOME, NotificationConversationInfo.ACTION_FAVORITE, NotificationConversationInfo.ACTION_SNOOZE, NotificationConversationInfo.ACTION_MUTE, NotificationConversationInfo.ACTION_SETTINGS"
6494        errorLine1="        mSelectedAction = -1;"
6495        errorLine2="                          ~~">
6496        <location
6497            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
6498            line="585"
6499            column="27"/>
6500    </issue>
6501
6502    <issue
6503        id="WrongConstant"
6504        message="Must be one of: Key.OVERVIEW_LAST_STACK_TASK_ACTIVE_TIME, Key.DEBUG_MODE_ENABLED, Key.HOTSPOT_TILE_LAST_USED, Key.COLOR_INVERSION_TILE_LAST_USED, Key.DND_TILE_VISIBLE, Key.DND_TILE_COMBINED_ICON, Key.DND_CONFIRMED_PRIORITY_INTRODUCTION, Key.DND_CONFIRMED_SILENCE_INTRODUCTION, Key.DND_FAVORITE_BUCKET_INDEX, Key.DND_NONE_SELECTED, Key.DND_FAVORITE_ZEN, Key.QS_HOTSPOT_ADDED, Key.QS_DATA_SAVER_ADDED, Key.QS_DATA_SAVER_DIALOG_SHOWN, Key.QS_INVERT_COLORS_ADDED, Key.QS_WORK_ADDED, Key.QS_NIGHTDISPLAY_ADDED, Key.QS_LONG_PRESS_TOOLTIP_SHOWN_COUNT, Key.SEEN_RINGER_GUIDANCE_COUNT, Key.QS_HAS_TURNED_OFF_MOBILE_DATA, Key.TOUCHED_RINGER_TOGGLE, Key.HAS_SEEN_ODI_CAPTIONS_TOOLTIP, Key.HAS_SEEN_REVERSE_BOTTOM_SHEET, Key.CONTROLS_STRUCTURE_SWIPE_TOOLTIP_COUNT, Key.HAS_SEEN_ACCESSIBILITY_FLOATING_MENU_DOCK_TOOLTIP, Key.ACCESSIBILITY_FLOATING_MENU_POSITION, Key.HAS_CLICKED_NUDGE_TO_SETUP_DREAM, Key.HAS_DISMISSED_NUDGE_TO_SETUP_DREAM, Key.HAS_ACCESSIBILITY_FLOATING_MENU_TUCKED, Key.BLUETOOTH_TILE_DIALOG_CONTENT_HEIGHT"
6505        errorLine1="                mContext, QS_TILE_SPECS_REVEALED, Collections.EMPTY_SET);"
6506        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~">
6507        <location
6508            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileRevealController.java"
6509            line="73"
6510            column="27"/>
6511    </issue>
6512
6513    <issue
6514        id="WrongConstant"
6515        message="Must be one of: Key.OVERVIEW_LAST_STACK_TASK_ACTIVE_TIME, Key.DEBUG_MODE_ENABLED, Key.HOTSPOT_TILE_LAST_USED, Key.COLOR_INVERSION_TILE_LAST_USED, Key.DND_TILE_VISIBLE, Key.DND_TILE_COMBINED_ICON, Key.DND_CONFIRMED_PRIORITY_INTRODUCTION, Key.DND_CONFIRMED_SILENCE_INTRODUCTION, Key.DND_FAVORITE_BUCKET_INDEX, Key.DND_NONE_SELECTED, Key.DND_FAVORITE_ZEN, Key.QS_HOTSPOT_ADDED, Key.QS_DATA_SAVER_ADDED, Key.QS_DATA_SAVER_DIALOG_SHOWN, Key.QS_INVERT_COLORS_ADDED, Key.QS_WORK_ADDED, Key.QS_NIGHTDISPLAY_ADDED, Key.QS_LONG_PRESS_TOOLTIP_SHOWN_COUNT, Key.SEEN_RINGER_GUIDANCE_COUNT, Key.QS_HAS_TURNED_OFF_MOBILE_DATA, Key.TOUCHED_RINGER_TOGGLE, Key.HAS_SEEN_ODI_CAPTIONS_TOOLTIP, Key.HAS_SEEN_REVERSE_BOTTOM_SHEET, Key.CONTROLS_STRUCTURE_SWIPE_TOOLTIP_COUNT, Key.HAS_SEEN_ACCESSIBILITY_FLOATING_MENU_DOCK_TOOLTIP, Key.ACCESSIBILITY_FLOATING_MENU_POSITION, Key.HAS_CLICKED_NUDGE_TO_SETUP_DREAM, Key.HAS_DISMISSED_NUDGE_TO_SETUP_DREAM, Key.HAS_ACCESSIBILITY_FLOATING_MENU_TUCKED, Key.BLUETOOTH_TILE_DIALOG_CONTENT_HEIGHT"
6516        errorLine1="                Prefs.getStringSet(mContext, QS_TILE_SPECS_REVEALED, Collections.EMPTY_SET));"
6517        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~~~~">
6518        <location
6519            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileRevealController.java"
6520            line="87"
6521            column="46"/>
6522    </issue>
6523
6524    <issue
6525        id="WrongConstant"
6526        message="Must be one of: Key.OVERVIEW_LAST_STACK_TASK_ACTIVE_TIME, Key.DEBUG_MODE_ENABLED, Key.HOTSPOT_TILE_LAST_USED, Key.COLOR_INVERSION_TILE_LAST_USED, Key.DND_TILE_VISIBLE, Key.DND_TILE_COMBINED_ICON, Key.DND_CONFIRMED_PRIORITY_INTRODUCTION, Key.DND_CONFIRMED_SILENCE_INTRODUCTION, Key.DND_FAVORITE_BUCKET_INDEX, Key.DND_NONE_SELECTED, Key.DND_FAVORITE_ZEN, Key.QS_HOTSPOT_ADDED, Key.QS_DATA_SAVER_ADDED, Key.QS_DATA_SAVER_DIALOG_SHOWN, Key.QS_INVERT_COLORS_ADDED, Key.QS_WORK_ADDED, Key.QS_NIGHTDISPLAY_ADDED, Key.QS_LONG_PRESS_TOOLTIP_SHOWN_COUNT, Key.SEEN_RINGER_GUIDANCE_COUNT, Key.QS_HAS_TURNED_OFF_MOBILE_DATA, Key.TOUCHED_RINGER_TOGGLE, Key.HAS_SEEN_ODI_CAPTIONS_TOOLTIP, Key.HAS_SEEN_REVERSE_BOTTOM_SHEET, Key.CONTROLS_STRUCTURE_SWIPE_TOOLTIP_COUNT, Key.HAS_SEEN_ACCESSIBILITY_FLOATING_MENU_DOCK_TOOLTIP, Key.ACCESSIBILITY_FLOATING_MENU_POSITION, Key.HAS_CLICKED_NUDGE_TO_SETUP_DREAM, Key.HAS_DISMISSED_NUDGE_TO_SETUP_DREAM, Key.HAS_ACCESSIBILITY_FLOATING_MENU_TUCKED, Key.BLUETOOTH_TILE_DIALOG_CONTENT_HEIGHT"
6527        errorLine1="        Prefs.putStringSet(mContext, QS_TILE_SPECS_REVEALED, revealedTiles);"
6528        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~">
6529        <location
6530            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileRevealController.java"
6531            line="89"
6532            column="38"/>
6533    </issue>
6534
6535    <issue
6536        id="WrongThread"
6537        message="Method notifyContentChanged must be called from the UI thread, currently inferred thread is any thread"
6538        errorLine1="        notifyContentChanged();"
6539        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
6540        <location
6541            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ImageTileSet.java"
6542            line="90"
6543            column="9"/>
6544    </issue>
6545
6546    <issue
6547        id="IncludeLayoutParam"
6548        message="Layout parameter `layout_weight` ignored unless both `layout_width` and `layout_height` are also specified on `&lt;include>` tag"
6549        errorLine1="        android:layout_weight=&quot;1&quot;/>"
6550        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
6551        <location
6552            file="frameworks/base/packages/SystemUI/res/layout/shade_carrier_group.xml"
6553            line="44"
6554            column="9"/>
6555    </issue>
6556
6557    <issue
6558        id="IncludeLayoutParam"
6559        message="Layout parameter `layout_weight` ignored unless both `layout_width` and `layout_height` are also specified on `&lt;include>` tag"
6560        errorLine1="        android:layout_weight=&quot;1&quot;"
6561        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
6562        <location
6563            file="frameworks/base/packages/SystemUI/res/layout/shade_carrier_group.xml"
6564            line="56"
6565            column="9"/>
6566    </issue>
6567
6568    <issue
6569        id="IncludeLayoutParam"
6570        message="Layout parameter `layout_weight` ignored unless both `layout_width` and `layout_height` are also specified on `&lt;include>` tag"
6571        errorLine1="        android:layout_weight=&quot;1&quot;"
6572        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
6573        <location
6574            file="frameworks/base/packages/SystemUI/res/layout/shade_carrier_group.xml"
6575            line="70"
6576            column="9"/>
6577    </issue>
6578
6579    <issue
6580        id="InflateParams"
6581        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6582        errorLine1="        mLayout = getLayoutInflater().inflate(R.layout.app_clips_screenshot, null);"
6583        errorLine2="                                                                             ~~~~">
6584        <location
6585            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/AppClipsActivity.java"
6586            line="149"
6587            column="78"/>
6588    </issue>
6589
6590    <issue
6591        id="InflateParams"
6592        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6593        errorLine1="                    R.layout.biometric_prompt_layout, null, false);"
6594        errorLine2="                                                      ~~~~">
6595        <location
6596            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java"
6597            line="451"
6598            column="55"/>
6599    </issue>
6600
6601    <issue
6602        id="InflateParams"
6603        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6604        errorLine1="                        R.layout.auth_credential_pattern_view, null, false);"
6605        errorLine2="                                                               ~~~~">
6606        <location
6607            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java"
6608            line="497"
6609            column="64"/>
6610    </issue>
6611
6612    <issue
6613        id="InflateParams"
6614        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6615        errorLine1="                mCredentialView = factory.inflate(R.layout.auth_credential_pin_view, null, false);"
6616        errorLine2="                                                                                     ~~~~">
6617        <location
6618            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java"
6619            line="500"
6620            column="86"/>
6621    </issue>
6622
6623    <issue
6624        id="InflateParams"
6625        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6626        errorLine1="                        R.layout.auth_credential_password_view, null, false);"
6627        errorLine2="                                                                ~~~~">
6628        <location
6629            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java"
6630            line="504"
6631            column="65"/>
6632    </issue>
6633
6634    <issue
6635        id="InflateParams"
6636        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6637        errorLine1="                .inflate(R.layout.battery_percentage_view, null);"
6638        errorLine2="                                                           ~~~~">
6639        <location
6640            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatteryMeterView.java"
6641            line="377"
6642            column="60"/>
6643    </issue>
6644
6645    <issue
6646        id="InflateParams"
6647        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6648        errorLine1="    return inflater.inflate(R.layout.biometric_prompt_content_row_layout, null) as LinearLayout"
6649        errorLine2="                                                                          ~~~~">
6650        <location
6651            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricCustomizedViewBinder.kt"
6652            line="161"
6653            column="75"/>
6654    </issue>
6655
6656    <issue
6657        id="InflateParams"
6658        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6659        errorLine1="        inflater.inflate(R.layout.biometric_prompt_content_row_item_text_view, null) as TextView"
6660        errorLine2="                                                                               ~~~~">
6661        <location
6662            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricCustomizedViewBinder.kt"
6663            line="219"
6664            column="80"/>
6665    </issue>
6666
6667    <issue
6668        id="InflateParams"
6669        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6670        errorLine1="        LayoutInflater.from(context).inflate(R.layout.bluetooth_tile_dialog, null).apply {"
6671        errorLine2="                                                                             ~~~~">
6672        <location
6673            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/BluetoothTileDialogDelegate.kt"
6674            line="115"
6675            column="78"/>
6676    </issue>
6677
6678    <issue
6679        id="InflateParams"
6680        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6681        errorLine1="            (LayoutInflater.from(context).inflate(R.layout.brightness_mirror_container, null)"
6682        errorLine2="                                                                                        ~~~~">
6683        <location
6684            file="frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ui/binder/BrightnessMirrorInflater.kt"
6685            line="34"
6686            column="89"/>
6687    </issue>
6688
6689    <issue
6690        id="InflateParams"
6691        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6692        errorLine1="        View dialogView = dialog.getLayoutInflater().inflate(R.layout.broadcast_dialog, null);"
6693        errorLine2="                                                                                        ~~~~">
6694        <location
6695            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/BroadcastDialogDelegate.java"
6696            line="201"
6697            column="89"/>
6698    </issue>
6699
6700    <issue
6701        id="InflateParams"
6702        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6703        errorLine1="            setView(LayoutInflater.from(context).inflate(R.layout.controls_dialog_pin, null))"
6704        errorLine2="                                                                                       ~~~~">
6705        <location
6706            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ChallengeDialogs.kt"
6707            line="87"
6708            column="88"/>
6709    </issue>
6710
6711    <issue
6712        id="InflateParams"
6713        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6714        errorLine1="        val row = inflater.inflate(R.layout.notif_half_shelf_row, null) as ChannelRow"
6715        errorLine2="                                                                  ~~~~">
6716        <location
6717            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ChannelEditorListView.kt"
6718            line="123"
6719            column="67"/>
6720    </issue>
6721
6722    <issue
6723        id="InflateParams"
6724        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6725        errorLine1="                R.layout.clipboard_overlay, null);"
6726        errorLine2="                                            ~~~~">
6727        <location
6728            file="frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/dagger/ClipboardOverlayModule.java"
6729            line="61"
6730            column="45"/>
6731    </issue>
6732
6733    <issue
6734        id="InflateParams"
6735        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6736        errorLine1="                                null),"
6737        errorLine2="                                ~~~~">
6738        <location
6739            file="frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ComplicationHostViewModule.java"
6740            line="65"
6741            column="33"/>
6742    </issue>
6743
6744    <issue
6745        id="InflateParams"
6746        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6747        errorLine1="        dialogView = dialog.layoutInflater.inflate(R.layout.contrast_dialog, null)"
6748        errorLine2="                                                                             ~~~~">
6749        <location
6750            file="frameworks/base/packages/SystemUI/src/com/android/systemui/contrast/ContrastDialogDelegate.kt"
6751            line="54"
6752            column="78"/>
6753    </issue>
6754
6755    <issue
6756        id="InflateParams"
6757        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6758        errorLine1="                            /* root = */ null,"
6759        errorLine2="                                         ~~~~">
6760        <location
6761            file="frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/DreamClockTimeComplicationComponent.kt"
6762            line="71"
6763            column="42"/>
6764    </issue>
6765
6766    <issue
6767        id="InflateParams"
6768        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6769        errorLine1="                            null, false);"
6770        errorLine2="                            ~~~~">
6771        <location
6772            file="frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/DreamHomeControlsComplicationComponent.java"
6773            line="90"
6774            column="29"/>
6775    </issue>
6776
6777    <issue
6778        id="InflateParams"
6779        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6780        errorLine1="            return (View) layoutInflater.inflate(R.layout.dream_overlay_media_entry_chip, null);"
6781        errorLine2="                                                                                          ~~~~">
6782        <location
6783            file="frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/DreamMediaEntryComplicationComponent.java"
6784            line="78"
6785            column="91"/>
6786    </issue>
6787
6788    <issue
6789        id="InflateParams"
6790        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6791        errorLine1="                layoutInflater.inflate(R.layout.dream_overlay_container, null),"
6792        errorLine2="                                                                         ~~~~">
6793        <location
6794            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/DreamOverlayModule.java"
6795            line="61"
6796            column="74"/>
6797    </issue>
6798
6799    <issue
6800        id="InflateParams"
6801        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6802        errorLine1="        dialog.setView(layoutInflater.inflate(R.layout.font_scaling_dialog, null))"
6803        errorLine2="                                                                            ~~~~">
6804        <location
6805            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/FontScalingDialogDelegate.kt"
6806            line="85"
6807            column="77"/>
6808    </issue>
6809
6810    <issue
6811        id="InflateParams"
6812        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6813        errorLine1="                    .inflate(R.layout.fullscreen_magnification_border, null);"
6814        errorLine2="                                                                       ~~~~">
6815        <location
6816            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/FullscreenMagnificationController.java"
6817            line="181"
6818            column="72"/>
6819    </issue>
6820
6821    <issue
6822        id="InflateParams"
6823        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6824        errorLine1="                com.android.systemui.res.R.layout.global_actions_power_dialog, null);"
6825        errorLine2="                                                                               ~~~~">
6826        <location
6827            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsPowerDialog.java"
6828            line="39"
6829            column="80"/>
6830    </issue>
6831
6832    <issue
6833        id="InflateParams"
6834        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6835        errorLine1="                R.layout.hearing_devices_tile_dialog, null));"
6836        errorLine2="                                                      ~~~~">
6837        <location
6838            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/HearingDevicesDialogDelegate.java"
6839            line="235"
6840            column="55"/>
6841    </issue>
6842
6843    <issue
6844        id="InflateParams"
6845        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6846        errorLine1="                R.layout.internet_connectivity_dialog, null);"
6847        errorLine2="                                                       ~~~~">
6848        <location
6849            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java"
6850            line="231"
6851            column="56"/>
6852    </issue>
6853
6854    <issue
6855        id="InflateParams"
6856        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6857        errorLine1="                R.layout.keyboard_shortcuts_search_view, null);"
6858        errorLine2="                                                         ~~~~">
6859        <location
6860            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcutListSearch.java"
6861            line="861"
6862            column="58"/>
6863    </issue>
6864
6865    <issue
6866        id="InflateParams"
6867        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6868        errorLine1="                R.layout.keyboard_shortcuts_key_view, null, false);"
6869        errorLine2="                                                      ~~~~">
6870        <location
6871            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java"
6872            line="626"
6873            column="55"/>
6874    </issue>
6875
6876    <issue
6877        id="InflateParams"
6878        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6879        errorLine1="        return inflater.inflate(R.layout.notification_icon_area, null);"
6880        errorLine2="                                                                 ~~~~">
6881        <location
6882            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/LegacyNotificationIconAreaControllerImpl.java"
6883            line="163"
6884            column="66"/>
6885    </issue>
6886
6887    <issue
6888        id="InflateParams"
6889        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6890        errorLine1="        LayoutInflater.from(context).inflate(R.layout.screenshot, null) as ScreenshotView"
6891        errorLine2="                                                                  ~~~~">
6892        <location
6893            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/LegacyScreenshotViewProxy.kt"
6894            line="57"
6895            column="67"/>
6896    </issue>
6897
6898    <issue
6899        id="InflateParams"
6900        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6901        errorLine1="                R.layout.log_access_user_consent_dialog_permission, null /*root*/);"
6902        errorLine2="                                                                    ~~~~">
6903        <location
6904            file="frameworks/base/packages/SystemUI/src/com/android/systemui/logcat/LogAccessDialogActivity.java"
6905            line="208"
6906            column="69"/>
6907    </issue>
6908
6909    <issue
6910        id="InflateParams"
6911        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6912        errorLine1="        mDialogView = LayoutInflater.from(mContext).inflate(R.layout.media_output_dialog, null);"
6913        errorLine2="                                                                                          ~~~~">
6914        <location
6915            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseDialog.java"
6916            line="246"
6917            column="91"/>
6918    </issue>
6919
6920    <issue
6921        id="InflateParams"
6922        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6923        errorLine1="                null);"
6924        errorLine2="                ~~~~">
6925        <location
6926            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaSessionReleaseDialog.java"
6927            line="67"
6928            column="17"/>
6929    </issue>
6930
6931    <issue
6932        id="InflateParams"
6933        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6934        errorLine1="        return (NavigationBarFrame) layoutInflater.inflate(R.layout.navigation_bar_window, null);"
6935        errorLine2="                                                                                           ~~~~">
6936        <location
6937            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarModule.java"
6938            line="47"
6939            column="92"/>
6940    </issue>
6941
6942    <issue
6943        id="InflateParams"
6944        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6945        errorLine1="                .inflate(R.layout.notification_snooze, null, false);"
6946        errorLine2="                                                       ~~~~">
6947        <location
6948            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java"
6949            line="1592"
6950            column="56"/>
6951    </issue>
6952
6953    <issue
6954        id="InflateParams"
6955        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6956        errorLine1="                .inflate(R.layout.notification_snooze, null, false);"
6957        errorLine2="                                                       ~~~~">
6958        <location
6959            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java"
6960            line="663"
6961            column="56"/>
6962    </issue>
6963
6964    <issue
6965        id="InflateParams"
6966        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6967        errorLine1="                        R.layout.notification_conversation_info, null, false);"
6968        errorLine2="                                                                 ~~~~">
6969        <location
6970            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java"
6971            line="675"
6972            column="66"/>
6973    </issue>
6974
6975    <issue
6976        id="InflateParams"
6977        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6978        errorLine1="                        R.layout.partial_conversation_info, null, false);"
6979        errorLine2="                                                            ~~~~">
6980        <location
6981            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java"
6982            line="685"
6983            column="61"/>
6984    </issue>
6985
6986    <issue
6987        id="InflateParams"
6988        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
6989        errorLine1="                R.layout.notification_info, null, false);"
6990        errorLine2="                                            ~~~~">
6991        <location
6992            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java"
6993            line="694"
6994            column="45"/>
6995    </issue>
6996
6997    <issue
6998        id="InflateParams"
6999        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7000        errorLine1="                R.layout.feedback_info, null, false);"
7001        errorLine2="                                        ~~~~">
7002        <location
7003            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java"
7004            line="701"
7005            column="41"/>
7006    </issue>
7007
7008    <issue
7009        id="InflateParams"
7010        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7011        errorLine1="                    R.layout.keyguard_pin_shape_hinting_view, null);"
7012        errorLine2="                                                              ~~~~">
7013        <location
7014            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java"
7015            line="153"
7016            column="63"/>
7017    </issue>
7018
7019    <issue
7020        id="InflateParams"
7021        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7022        errorLine1="                    R.layout.keyguard_pin_shape_non_hinting_view, null);"
7023        errorLine2="                                                                  ~~~~">
7024        <location
7025            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java"
7026            line="156"
7027            column="67"/>
7028    </issue>
7029
7030    <issue
7031        id="InflateParams"
7032        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7033        errorLine1="            .inflate(R.layout.people_space_activity, /* root= */ null) as ViewGroup"
7034        errorLine2="                                                                 ~~~~">
7035        <location
7036            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/view/PeopleViewBinder.kt"
7037            line="66"
7038            column="66"/>
7039    </issue>
7040
7041    <issue
7042        id="InflateParams"
7043        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7044        errorLine1="                inflater.inflate(R.layout.qs_panel, null) { view, _, _ ->"
7045        errorLine2="                                                    ~~~~">
7046        <location
7047            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/QSSceneAdapter.kt"
7048            line="262"
7049            column="53"/>
7050    </issue>
7051
7052    <issue
7053        id="InflateParams"
7054        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7055        errorLine1="                .inflate(R.layout.quick_settings_footer_dialog, null, false);"
7056        errorLine2="                                                                ~~~~">
7057        <location
7058            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSSecurityFooterUtils.java"
7059            line="497"
7060            column="65"/>
7061    </issue>
7062
7063    <issue
7064        id="InflateParams"
7065        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7066        errorLine1="                .inflate(R.layout.quick_settings_footer_dialog_parental_controls, null, false);"
7067        errorLine2="                                                                                  ~~~~">
7068        <location
7069            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSSecurityFooterUtils.java"
7070            line="585"
7071            column="83"/>
7072    </issue>
7073
7074    <issue
7075        id="InflateParams"
7076        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7077        errorLine1="            dialogView = inflater.inflate(R.layout.activity_rear_display_education, null);"
7078        errorLine2="                                                                                    ~~~~">
7079        <location
7080            file="frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/RearDisplayDialogController.java"
7081            line="145"
7082            column="85"/>
7083    </issue>
7084
7085    <issue
7086        id="InflateParams"
7087        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7088        errorLine1="                    R.layout.activity_rear_display_education_opened, null);"
7089        errorLine2="                                                                     ~~~~">
7090        <location
7091            file="frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/RearDisplayDialogController.java"
7092            line="148"
7093            column="70"/>
7094    </issue>
7095
7096    <issue
7097        id="InflateParams"
7098        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7099        errorLine1="            setView(LayoutInflater.from(context).inflate(R.layout.record_issue_dialog, null))"
7100        errorLine2="                                                                                       ~~~~">
7101        <location
7102            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/RecordIssueDialogDelegate.kt"
7103            line="84"
7104            column="88"/>
7105    </issue>
7106
7107    <issue
7108        id="InflateParams"
7109        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7110        errorLine1="                R.layout.screen_decor_hwc_layer, null);"
7111        errorLine2="                                                 ~~~~">
7112        <location
7113            file="frameworks/base/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java"
7114            line="846"
7115            column="50"/>
7116    </issue>
7117
7118    <issue
7119        id="InflateParams"
7120        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7121        errorLine1="                .inflate(R.layout.screen_record_dialog_audio_source, null, false);"
7122        errorLine2="                                                                     ~~~~">
7123        <location
7124            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ScreenRecordingAdapter.java"
7125            line="55"
7126            column="70"/>
7127    </issue>
7128
7129    <issue
7130        id="InflateParams"
7131        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7132        errorLine1="                .inflate(R.layout.screen_record_dialog_audio_source_selected, null, false);"
7133        errorLine2="                                                                              ~~~~">
7134        <location
7135            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ScreenRecordingAdapter.java"
7136            line="71"
7137            column="79"/>
7138    </issue>
7139
7140    <issue
7141        id="InflateParams"
7142        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7143        errorLine1="        LayoutInflater.from(context).inflate(R.layout.screenshot_shelf, null) as ScreenshotShelfView"
7144        errorLine2="                                                                        ~~~~">
7145        <location
7146            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotShelfViewProxy.kt"
7147            line="63"
7148            column="73"/>
7149    </issue>
7150
7151    <issue
7152        id="InflateParams"
7153        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7154        errorLine1="        val view = layoutInflater.inflate(R.layout.sidefps_view, null, false)"
7155        errorLine2="                                                                 ~~~~">
7156        <location
7157            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/SideFpsController.kt"
7158            line="298"
7159            column="66"/>
7160    </issue>
7161
7162    <issue
7163        id="InflateParams"
7164        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7165        errorLine1="        overlayView = layoutInflater.get().inflate(R.layout.sidefps_view, null, false)"
7166        errorLine2="                                                                          ~~~~">
7167        <location
7168            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/SideFpsOverlayViewBinder.kt"
7169            line="125"
7170            column="75"/>
7171    </issue>
7172
7173    <issue
7174        id="InflateParams"
7175        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7176        errorLine1="        final View view = layoutInflater.inflate(R.layout.magnifier_controllers, null);"
7177        errorLine2="                                                                                 ~~~~">
7178        <location
7179            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SimpleMirrorWindowControl.java"
7180            line="68"
7181            column="82"/>
7182    </issue>
7183
7184    <issue
7185        id="InflateParams"
7186        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7187        errorLine1="            return LayoutInflater.from(context).inflate(R.layout.bindable_status_bar_icon, null)"
7188        errorLine2="                                                                                           ~~~~">
7189        <location
7190            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/view/SingleBindableStatusBarIconView.kt"
7191            line="69"
7192            column="92"/>
7193    </issue>
7194
7195    <issue
7196        id="InflateParams"
7197        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7198        errorLine1="                R.layout.smart_reply_view, null /* root */);"
7199        errorLine2="                                           ~~~~">
7200        <location
7201            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyView.java"
7202            line="150"
7203            column="44"/>
7204    </issue>
7205
7206    <issue
7207        id="InflateParams"
7208        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7209        errorLine1="                /* root= */null"
7210        errorLine2="                           ~~~~">
7211        <location
7212            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/StatusBarWindowModule.kt"
7213            line="27"
7214            column="28"/>
7215    </issue>
7216
7217    <issue
7218        id="InflateParams"
7219        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7220        errorLine1="                /* root= */null"
7221        errorLine2="                           ~~~~">
7222        <location
7223            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/StatusBarWindowModule.kt"
7224            line="27"
7225            column="28"/>
7226    </issue>
7227
7228    <issue
7229        id="InflateParams"
7230        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7231        errorLine1="                .inflate(R.layout.system_event_animation_window, null) as FrameLayout"
7232        errorLine2="                                                                 ~~~~">
7233        <location
7234            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/SystemEventChipAnimationController.kt"
7235            line="242"
7236            column="66"/>
7237    </issue>
7238
7239    <issue
7240        id="InflateParams"
7241        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7242        errorLine1="                    com.android.systemui.res.R.layout.text_toast, null);"
7243        errorLine2="                                                                  ~~~~">
7244        <location
7245            file="frameworks/base/packages/SystemUI/src/com/android/systemui/toast/SystemUIToast.java"
7246            line="173"
7247            column="67"/>
7248    </issue>
7249
7250    <issue
7251        id="InflateParams"
7252        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7253        errorLine1="                        .inflate(R.layout.tile_service_request_dialog, null)"
7254        errorLine2="                                                                       ~~~~">
7255        <location
7256            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/TileRequestDialog.kt"
7257            line="51"
7258            column="72"/>
7259    </issue>
7260
7261    <issue
7262        id="InflateParams"
7263        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7264        errorLine1="        LayoutInflater.from(context).inflate(R.layout.controls_onboarding, null) as ViewGroup"
7265        errorLine2="                                                                           ~~~~">
7266        <location
7267            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/TooltipManager.kt"
7268            line="64"
7269            column="76"/>
7270    </issue>
7271
7272    <issue
7273        id="InflateParams"
7274        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7275        errorLine1="                            R.layout.udfps_touch_overlay, null, false"
7276        errorLine2="                                                          ~~~~">
7277        <location
7278            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsControllerOverlay.kt"
7279            line="212"
7280            column="59"/>
7281    </issue>
7282
7283    <issue
7284        id="InflateParams"
7285        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7286        errorLine1="                            R.layout.udfps_view, null, false"
7287        errorLine2="                                                 ~~~~">
7288        <location
7289            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsControllerOverlay.kt"
7290            line="238"
7291            column="50"/>
7292    </issue>
7293
7294    <issue
7295        id="InflateParams"
7296        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7297        errorLine1="            LayoutInflater.from(this.context).inflate(R.layout.qs_user_dialog_content, null)"
7298        errorLine2="                                                                                       ~~~~">
7299        <location
7300            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/UserSwitchDialog.kt"
7301            line="59"
7302            column="88"/>
7303    </issue>
7304
7305    <issue
7306        id="InflateParams"
7307        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7308        errorLine1="                .inflate(R.layout.qs_user_dialog_content, null)"
7309        errorLine2="                                                          ~~~~">
7310        <location
7311            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/user/UserSwitchDialogController.kt"
7312            line="92"
7313            column="59"/>
7314    </issue>
7315
7316    <issue
7317        id="InflateParams"
7318        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7319        errorLine1="            LayoutInflater.from(this.context).inflate(R.layout.user_switcher_fullscreen, null)"
7320        errorLine2="                                                                                         ~~~~">
7321        <location
7322            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/UserSwitcherFullscreenDialog.kt"
7323            line="49"
7324            column="90"/>
7325    </issue>
7326
7327    <issue
7328        id="InflateParams"
7329        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7330        errorLine1="                        /* parent= */ null"
7331        errorLine2="                                      ~~~~">
7332        <location
7333            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/UserSwitcherViewBinder.kt"
7334            line="231"
7335            column="39"/>
7336    </issue>
7337
7338    <issue
7339        id="InflateParams"
7340        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7341        errorLine1="                null);"
7342        errorLine2="                ~~~~">
7343        <location
7344            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumePanelDialog.java"
7345            line="99"
7346            column="17"/>
7347    </issue>
7348
7349    <issue
7350        id="InflateParams"
7351        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7352        errorLine1="        mMirrorView = LayoutInflater.from(mContext).inflate(R.layout.window_magnifier_view, null);"
7353        errorLine2="                                                                                            ~~~~">
7354        <location
7355            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
7356            line="692"
7357            column="93"/>
7358    </issue>
7359
7360    <issue
7361        id="InflateParams"
7362        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
7363        errorLine1="        mMirrorView = LayoutInflater.from(mContext).inflate(R.layout.window_magnifier_view, null);"
7364        errorLine2="                                                                                            ~~~~">
7365        <location
7366            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
7367            line="742"
7368            column="93"/>
7369    </issue>
7370
7371    <issue
7372        id="MissingInflatedId"
7373        message="`@layout/controls_management` does not contain a declaration with id `status_message`"
7374        errorLine1="        statusText = requireViewById(R.id.status_message)"
7375        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~">
7376        <location
7377            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsFavoritingActivity.kt"
7378            line="261"
7379            column="38"/>
7380    </issue>
7381
7382    <issue
7383        id="MissingInflatedId"
7384        message="`@layout/controls_management` does not contain a declaration with id `structure_page_indicator`"
7385        errorLine1="            R.id.structure_page_indicator).apply {"
7386        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
7387        <location
7388            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsFavoritingActivity.kt"
7389            line="275"
7390            column="13"/>
7391    </issue>
7392
7393    <issue
7394        id="MissingInflatedId"
7395        message="`@layout/controls_management` does not contain a declaration with id `structure_pager`"
7396        errorLine1="        structurePager = requireViewById&lt;ViewPager2>(R.id.structure_pager)"
7397        errorLine2="                                                     ~~~~~~~~~~~~~~~~~~~~">
7398        <location
7399            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsFavoritingActivity.kt"
7400            line="291"
7401            column="54"/>
7402    </issue>
7403
7404    <issue
7405        id="MissingInflatedId"
7406        message="`@layout/controls_management` does not contain a declaration with id `list`"
7407        errorLine1="        recyclerView = requireViewById(R.id.list)"
7408        errorLine2="                                       ~~~~~~~~~">
7409        <location
7410            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlsProviderSelectorActivity.kt"
7411            line="107"
7412            column="40"/>
7413    </issue>
7414
7415    <issue
7416        id="MissingInflatedId"
7417        message="`@layout/global_actions_grid_item_v2` does not contain a declaration with id `icon`"
7418        errorLine1="            ImageView icon = (ImageView) v.findViewById(R.id.icon);"
7419        errorLine2="                                                        ~~~~~~~~~">
7420        <location
7421            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java"
7422            line="1899"
7423            column="57"/>
7424    </issue>
7425
7426    <issue
7427        id="MissingInflatedId"
7428        message="`@layout/global_actions_grid_item_v2` does not contain a declaration with id `message`"
7429        errorLine1="            TextView messageView = (TextView) v.findViewById(R.id.message);"
7430        errorLine2="                                                             ~~~~~~~~~~~~">
7431        <location
7432            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java"
7433            line="1900"
7434            column="62"/>
7435    </issue>
7436
7437    <issue
7438        id="MissingInflatedId"
7439        message="`@layout/quick_access_wallet` does not contain a declaration with id `action_bar`"
7440        errorLine1="        Toolbar toolbar = findViewById(R.id.action_bar);"
7441        errorLine2="                                       ~~~~~~~~~~~~~~~">
7442        <location
7443            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/WalletActivity.java"
7444            line="120"
7445            column="40"/>
7446    </issue>
7447
7448    <issue
7449        id="UnspecifiedRegisterReceiverFlag"
7450        message="`this` is missing `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag for unprotected broadcasts registered for android.intent.action.PROFILE_AVAILABLE, android.intent.action.PROFILE_UNAVAILABLE"
7451        errorLine1="        context.registerReceiverForAllUsers(this, filter, null, backgroundHandler)"
7452        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
7453        <location
7454            file="frameworks/base/packages/SystemUI/src/com/android/systemui/settings/UserTrackerImpl.kt"
7455            line="148"
7456            column="9"/>
7457    </issue>
7458
7459    <issue
7460        id="VectorRaster"
7461        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
7462        errorLine1="    android:width=&quot;360dp&quot; >"
7463        errorLine2="                   ~~~~~">
7464        <location
7465            file="frameworks/base/packages/SystemUI/res/drawable/indeterminate.xml"
7466            line="20"
7467            column="20"/>
7468    </issue>
7469
7470    <issue
7471        id="VectorRaster"
7472        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
7473        errorLine1="        android:width=&quot;340dp&quot;"
7474        errorLine2="                       ~~~~~">
7475        <location
7476            file="frameworks/base/packages/SystemUI/res/drawable/vector_drawable_progress_indeterminate_horizontal_trimmed.xml"
7477            line="23"
7478            column="24"/>
7479    </issue>
7480
7481    <issue
7482        id="ObjectAnimatorBinding"
7483        message="Could not find property setter method `setLeft` on `java.lang.Object`"
7484        errorLine1="            PropertyValuesHolder left = PropertyValuesHolder.ofInt(&quot;left&quot;, 0, 1);"
7485        errorLine2="                                                                   ~~~~~~">
7486        <location
7487            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java"
7488            line="330"
7489            column="68"/>
7490    </issue>
7491
7492    <issue
7493        id="ObjectAnimatorBinding"
7494        message="Could not find property setter method `setRight` on `java.lang.Object`"
7495        errorLine1="            PropertyValuesHolder right = PropertyValuesHolder.ofInt(&quot;right&quot;, 0, 1);"
7496        errorLine2="                                                                    ~~~~~~~">
7497        <location
7498            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java"
7499            line="331"
7500            column="69"/>
7501    </issue>
7502
7503    <issue
7504        id="UnsupportedChromeOsCameraSystemFeature"
7505        message="You should look for any camera available on the device, not just the rear"
7506        errorLine1="            mIsCameraAvailable = mContext.getPackageManager().hasSystemFeature("
7507        errorLine2="                                 ^">
7508        <location
7509            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qrcodescanner/controller/QRCodeScannerController.java"
7510            line="239"
7511            column="34"/>
7512    </issue>
7513
7514    <issue
7515        id="VisibleForTests"
7516        message="This method should only be accessed from tests or within private scope"
7517        errorLine1="        BatteryController bC = new BatteryControllerImpl("
7518        errorLine2="                               ^">
7519        <location
7520            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/AospPolicyModule.java"
7521            line="51"
7522            column="32"/>
7523    </issue>
7524
7525    <issue
7526        id="VisibleForTests"
7527        message="This method should only be accessed from tests or within private scope"
7528        errorLine1="                getOrCreateInstanceId().id,"
7529        errorLine2="                                        ~~">
7530        <location
7531            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistLogger.kt"
7532            line="83"
7533            column="41"/>
7534    </issue>
7535
7536    <issue
7537        id="VisibleForTests"
7538        message="This method should only be accessed from tests or within private scope"
7539        errorLine1="                getOrCreateInstanceId().id,"
7540        errorLine2="                                        ~~">
7541        <location
7542            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistLogger.kt"
7543            line="83"
7544            column="41"/>
7545    </issue>
7546
7547    <issue
7548        id="VisibleForTests"
7549        message="This method should only be accessed from tests or within package private scope"
7550        errorLine1="                + &quot; active[A2DP]=&quot; + device.isActiveDevice(BluetoothProfile.A2DP)"
7551        errorLine2="                                            ~~~~~~~~~~~~~~">
7552        <location
7553            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7554            line="164"
7555            column="45"/>
7556    </issue>
7557
7558    <issue
7559        id="VisibleForTests"
7560        message="This method should only be accessed from tests or within package private scope"
7561        errorLine1="                + &quot; active[HEADSET]=&quot; + device.isActiveDevice(BluetoothProfile.HEADSET)"
7562        errorLine2="                                               ~~~~~~~~~~~~~~">
7563        <location
7564            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7565            line="165"
7566            column="48"/>
7567    </issue>
7568
7569    <issue
7570        id="VisibleForTests"
7571        message="This method should only be accessed from tests or within package private scope"
7572        errorLine1="                + &quot; active[HEARING_AID]=&quot; + device.isActiveDevice(BluetoothProfile.HEARING_AID)"
7573        errorLine2="                                                   ~~~~~~~~~~~~~~">
7574        <location
7575            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7576            line="166"
7577            column="52"/>
7578    </issue>
7579
7580    <issue
7581        id="VisibleForTests"
7582        message="This method should only be accessed from tests or within package private scope"
7583        errorLine1="                + &quot; active[LE_AUDIO]=&quot; + device.isActiveDevice(BluetoothProfile.LE_AUDIO);"
7584        errorLine2="                                                ~~~~~~~~~~~~~~">
7585        <location
7586            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7587            line="167"
7588            column="49"/>
7589    </issue>
7590
7591    <issue
7592        id="VisibleForTests"
7593        message="This method should only be accessed from tests or within package private scope"
7594        errorLine1="            isActive |= device.isActiveDevice(BluetoothProfile.HEADSET)"
7595        errorLine2="                               ~~~~~~~~~~~~~~">
7596        <location
7597            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7598            line="294"
7599            column="32"/>
7600    </issue>
7601
7602    <issue
7603        id="VisibleForTests"
7604        message="This method should only be accessed from tests or within package private scope"
7605        errorLine1="                    || device.isActiveDevice(BluetoothProfile.A2DP)"
7606        errorLine2="                              ~~~~~~~~~~~~~~">
7607        <location
7608            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7609            line="295"
7610            column="31"/>
7611    </issue>
7612
7613    <issue
7614        id="VisibleForTests"
7615        message="This method should only be accessed from tests or within package private scope"
7616        errorLine1="                    || device.isActiveDevice(BluetoothProfile.HEARING_AID)"
7617        errorLine2="                              ~~~~~~~~~~~~~~">
7618        <location
7619            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7620            line="296"
7621            column="31"/>
7622    </issue>
7623
7624    <issue
7625        id="VisibleForTests"
7626        message="This method should only be accessed from tests or within package private scope"
7627        errorLine1="                    || device.isActiveDevice(BluetoothProfile.LE_AUDIO);"
7628        errorLine2="                              ~~~~~~~~~~~~~~">
7629        <location
7630            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java"
7631            line="297"
7632            column="31"/>
7633    </issue>
7634
7635    <issue
7636        id="VisibleForTests"
7637        message="This method should only be accessed from tests or within private scope"
7638        errorLine1="    return calculateLayoutInternal("
7639        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
7640        <location
7641            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerSceneLayout.kt"
7642            line="38"
7643            column="12"/>
7644    </issue>
7645
7646    <issue
7647        id="VisibleForTests"
7648        message="This method should only be accessed from tests or within private scope"
7649        errorLine1="                mCentralSurfaces.updateScrimController();"
7650        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~">
7651        <location
7652            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesCommandQueueCallbacks.java"
7653            line="378"
7654            column="34"/>
7655    </issue>
7656
7657    <issue
7658        id="VisibleForTests"
7659        message="This method should only be accessed from tests or within private scope"
7660        errorLine1="        instanceId = instanceIdSequence.newInstanceId().id"
7661        errorLine2="                                                        ~~">
7662        <location
7663            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ControlsMetricsLoggerImpl.kt"
7664            line="41"
7665            column="57"/>
7666    </issue>
7667
7668    <issue
7669        id="VisibleForTests"
7670        message="This method should only be accessed from tests or within private scope"
7671        errorLine1="        instanceId = instanceIdSequence.newInstanceId().id"
7672        errorLine2="                                                        ~~">
7673        <location
7674            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ControlsMetricsLoggerImpl.kt"
7675            line="41"
7676            column="57"/>
7677    </issue>
7678
7679    <issue
7680        id="VisibleForTests"
7681        message="This class should only be accessed from tests or within private scope"
7682        errorLine1="        controller: ControlsBindingControllerImpl"
7683        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
7684        <location
7685            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/dagger/ControlsModule.kt"
7686            line="90"
7687            column="21"/>
7688    </issue>
7689
7690    <issue
7691        id="VisibleForTests"
7692        message="This method should only be accessed from tests or within private scope"
7693        errorLine1="                mCentralSurfaces.updateScrimController();"
7694        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~">
7695        <location
7696            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeServiceHost.java"
7697            line="299"
7698            column="34"/>
7699    </issue>
7700
7701    <issue
7702        id="VisibleForTests"
7703        message="This method should only be accessed from tests or within private scope"
7704        errorLine1="        mCentralSurfaces.updateScrimController();"
7705        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~">
7706        <location
7707            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeServiceHost.java"
7708            line="306"
7709            column="26"/>
7710    </issue>
7711
7712    <issue
7713        id="VisibleForTests"
7714        message="This method should only be accessed from tests or within private scope"
7715        errorLine1="        mCentralSurfaces.updateScrimController();"
7716        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~">
7717        <location
7718            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeServiceHost.java"
7719            line="434"
7720            column="26"/>
7721    </issue>
7722
7723    <issue
7724        id="VisibleForTests"
7725        message="This method should only be accessed from tests or within private scope"
7726        errorLine1="            mCentralSurfaces.updateScrimController();"
7727        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~~">
7728        <location
7729            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeServiceHost.java"
7730            line="441"
7731            column="30"/>
7732    </issue>
7733
7734    <issue
7735        id="VisibleForTests"
7736        message="This method should only be accessed from tests or within private scope"
7737        errorLine1="            mDragController.startDragAndDrop(this);"
7738        errorLine2="                            ~~~~~~~~~~~~~~~~">
7739        <location
7740            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java"
7741            line="2084"
7742            column="29"/>
7743    </issue>
7744
7745    <issue
7746        id="VisibleForTests"
7747        message="This method should only be accessed from tests or within private scope"
7748        errorLine1="            info.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE);"
7749        errorLine2="                 ~~~~~~~~~~~~~~~~~">
7750        <location
7751            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java"
7752            line="2132"
7753            column="18"/>
7754    </issue>
7755
7756    <issue
7757        id="VisibleForTests"
7758        message="This method should only be accessed from tests or within private scope"
7759        errorLine1="        value = foldPostureInternal(layoutInfo)"
7760        errorLine2="                ~~~~~~~~~~~~~~~~~~~">
7761        <location
7762            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/fold/ui/composable/FoldPosture.kt"
7763            line="41"
7764            column="17"/>
7765    </issue>
7766
7767    <issue
7768        id="VisibleForTests"
7769        message="This method should only be accessed from tests or within private scope"
7770        errorLine1="        uiEventLogger.log(GlobalActionsDialogLite.GlobalActionsEvent.GA_OPEN_QS)"
7771        errorLine2="                                                                     ~~~~~~~~~~">
7772        <location
7773            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/FooterActionsInteractor.kt"
7774            line="155"
7775            column="70"/>
7776    </issue>
7777
7778    <issue
7779        id="VisibleForTests"
7780        message="This method should only be accessed from tests or within private scope"
7781        errorLine1="        if (getCurrentRotation() == ROTATION_NONE) {"
7782        errorLine2="            ~~~~~~~~~~~~~~~~~~">
7783        <location
7784            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsColumnLayout.java"
7785            line="178"
7786            column="13"/>
7787    </issue>
7788
7789    <issue
7790        id="VisibleForTests"
7791        message="This method should only be accessed from tests or within private scope"
7792        errorLine1="        switch (getCurrentRotation()) {"
7793        errorLine2="                ~~~~~~~~~~~~~~~~~~">
7794        <location
7795            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsColumnLayout.java"
7796            line="186"
7797            column="17"/>
7798    </issue>
7799
7800    <issue
7801        id="VisibleForTests"
7802        message="This method should only be accessed from tests or within private scope"
7803        errorLine1="        int rotation = getCurrentRotation();"
7804        errorLine2="                       ~~~~~~~~~~~~~~~~~~">
7805        <location
7806            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsGridLayout.java"
7807            line="135"
7808            column="24"/>
7809    </issue>
7810
7811    <issue
7812        id="VisibleForTests"
7813        message="This method should only be accessed from tests or within private scope"
7814        errorLine1="        if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {"
7815        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
7816        <location
7817            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsGridLayout.java"
7818            line="141"
7819            column="13"/>
7820    </issue>
7821
7822    <issue
7823        id="VisibleForTests"
7824        message="This method should only be accessed from tests or within private scope"
7825        errorLine1="        switch (getCurrentRotation()) {"
7826        errorLine2="                ~~~~~~~~~~~~~~~~~~">
7827        <location
7828            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsGridLayout.java"
7829            line="157"
7830            column="17"/>
7831    </issue>
7832
7833    <issue
7834        id="VisibleForTests"
7835        message="This method should only be accessed from tests or within private scope"
7836        errorLine1="        if (getCurrentRotation() == ROTATION_NONE) {"
7837        errorLine2="            ~~~~~~~~~~~~~~~~~~">
7838        <location
7839            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsGridLayout.java"
7840            line="169"
7841            column="13"/>
7842    </issue>
7843
7844    <issue
7845        id="VisibleForTests"
7846        message="This method should only be accessed from tests or within private scope"
7847        errorLine1="        mDefaultDataSubId = mInternetDialogController.getDefaultDataSubscriptionId();"
7848        errorLine2="                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
7849        <location
7850            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java"
7851            line="196"
7852            column="55"/>
7853    </issue>
7854
7855    <issue
7856        id="VisibleForTests"
7857        message="This method should only be accessed from tests or within private scope"
7858        errorLine1="                mInternetDialogController.isAirplaneModeEnabled() ? View.VISIBLE : View.GONE);"
7859        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~">
7860        <location
7861            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java"
7862            line="276"
7863            column="43"/>
7864    </issue>
7865
7866    <issue
7867        id="VisibleForTests"
7868        message="This method should only be accessed from tests or within private scope"
7869        errorLine1="                mInternetDialogController.isAirplaneModeEnabled() ? View.VISIBLE : View.GONE);"
7870        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~">
7871        <location
7872            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java"
7873            line="346"
7874            column="43"/>
7875    </issue>
7876
7877    <issue
7878        id="VisibleForTests"
7879        message="This method should only be accessed from tests or within private scope"
7880        errorLine1="            if (mInternetDialogController.isAirplaneModeEnabled()) {"
7881        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~">
7882        <location
7883            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java"
7884            line="531"
7885            column="43"/>
7886    </issue>
7887
7888    <issue
7889        id="VisibleForTests"
7890        message="This method should only be accessed from tests or within private scope"
7891        errorLine1="                &amp;&amp; mInternetDialogController.isAirplaneModeEnabled();"
7892        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~~~">
7893        <location
7894            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java"
7895            line="833"
7896            column="46"/>
7897    </issue>
7898
7899    <issue
7900        id="VisibleForTests"
7901        message="This method should only be accessed from tests or within private scope"
7902        errorLine1="                    &amp;&amp; msgId == BIOMETRIC_HELP_FINGERPRINT_NOT_RECOGNIZED; // ran matcher &amp; failed"
7903        errorLine2="                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
7904        <location
7905            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java"
7906            line="1302"
7907            column="33"/>
7908    </issue>
7909
7910    <issue
7911        id="VisibleForTests"
7912        message="This method should only be accessed from tests or within private scope"
7913        errorLine1="            mUiEventLogger.log(success ? BouncerUiEvent.BOUNCER_PASSWORD_SUCCESS"
7914        errorLine2="                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
7915        <location
7916            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7917            line="290"
7918            column="57"/>
7919    </issue>
7920
7921    <issue
7922        id="VisibleForTests"
7923        message="This method should only be accessed from tests or within private scope"
7924        errorLine1="                    : BouncerUiEvent.BOUNCER_PASSWORD_FAILURE, getSessionId());"
7925        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~">
7926        <location
7927            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7928            line="291"
7929            column="38"/>
7930    </issue>
7931
7932    <issue
7933        id="VisibleForTests"
7934        message="This class should only be accessed from tests or within private scope"
7935        errorLine1="        BouncerUiEvent uiEvent = BouncerUiEvent.UNKNOWN;"
7936        errorLine2="        ~~~~~~~~~~~~~~">
7937        <location
7938            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7939            line="869"
7940            column="9"/>
7941    </issue>
7942
7943    <issue
7944        id="VisibleForTests"
7945        message="This method should only be accessed from tests or within private scope"
7946        errorLine1="        BouncerUiEvent uiEvent = BouncerUiEvent.UNKNOWN;"
7947        errorLine2="                                                ~~~~~~~">
7948        <location
7949            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7950            line="869"
7951            column="49"/>
7952    </issue>
7953
7954    <issue
7955        id="VisibleForTests"
7956        message="This method should only be accessed from tests or within private scope"
7957        errorLine1="            uiEvent = BouncerUiEvent.BOUNCER_DISMISS_EXTENDED_ACCESS;"
7958        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
7959        <location
7960            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7961            line="877"
7962            column="38"/>
7963    </issue>
7964
7965    <issue
7966        id="VisibleForTests"
7967        message="This method should only be accessed from tests or within private scope"
7968        errorLine1="            uiEvent = BouncerUiEvent.BOUNCER_DISMISS_BIOMETRIC;"
7969        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~">
7970        <location
7971            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7972            line="881"
7973            column="38"/>
7974    </issue>
7975
7976    <issue
7977        id="VisibleForTests"
7978        message="This method should only be accessed from tests or within private scope"
7979        errorLine1="                uiEvent = BouncerUiEvent.BOUNCER_DISMISS_NONE_SECURITY;"
7980        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
7981        <location
7982            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7983            line="887"
7984            column="42"/>
7985    </issue>
7986
7987    <issue
7988        id="VisibleForTests"
7989        message="This method should only be accessed from tests or within private scope"
7990        errorLine1="                    uiEvent = BouncerUiEvent.BOUNCER_DISMISS_PASSWORD;"
7991        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~~~~~~">
7992        <location
7993            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
7994            line="899"
7995            column="46"/>
7996    </issue>
7997
7998    <issue
7999        id="VisibleForTests"
8000        message="This method should only be accessed from tests or within private scope"
8001        errorLine1="                        uiEvent = BouncerUiEvent.BOUNCER_DISMISS_SIM;"
8002        errorLine2="                                                 ~~~~~~~~~~~~~~~~~~~">
8003        <location
8004            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
8005            line="913"
8006            column="50"/>
8007    </issue>
8008
8009    <issue
8010        id="VisibleForTests"
8011        message="This method should only be accessed from tests or within private scope"
8012        errorLine1="        if (uiEvent != BouncerUiEvent.UNKNOWN) {"
8013        errorLine2="                                      ~~~~~~~">
8014        <location
8015            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
8016            line="940"
8017            column="39"/>
8018    </issue>
8019
8020    <issue
8021        id="VisibleForTests"
8022        message="This method should only be accessed from tests or within private scope"
8023        errorLine1="                .getSecurityView(mCurrentSecurityMode, mKeyguardSecurityCallback,"
8024        errorLine2="                 ~~~~~~~~~~~~~~~">
8025        <location
8026            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java"
8027            line="1185"
8028            column="18"/>
8029    </issue>
8030
8031    <issue
8032        id="VisibleForTests"
8033        message="This class should only be accessed from tests or within private scope"
8034        errorLine1="        @Nullable private ActivityTransitionAnimator.Runner mRunner;"
8035        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8036        <location
8037            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
8038            line="3847"
8039            column="27"/>
8040    </issue>
8041
8042    <issue
8043        id="VisibleForTests"
8044        message="This method should only be accessed from tests or within private scope"
8045        errorLine1="                mRunner.onAnimationCancelled();"
8046        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~">
8047        <location
8048            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
8049            line="3856"
8050            column="25"/>
8051    </issue>
8052
8053    <issue
8054        id="VisibleForTests"
8055        message="This method should only be accessed from tests or within private scope"
8056        errorLine1="            mRunner = mActivityTransitionAnimator.get().createRunner(mActivityLaunchController);"
8057        errorLine2="                                                        ~~~~~~~~~~~~">
8058        <location
8059            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
8060            line="3866"
8061            column="57"/>
8062    </issue>
8063
8064    <issue
8065        id="VisibleForTests"
8066        message="This method should only be accessed from tests or within private scope"
8067        errorLine1="            mRunner.onAnimationStart(transit, apps, wallpapers, nonApps, finishedCallback);"
8068        errorLine2="                    ~~~~~~~~~~~~~~~~">
8069        <location
8070            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
8071            line="3867"
8072            column="21"/>
8073    </issue>
8074
8075    <issue
8076        id="VisibleForTests"
8077        message="This method should only be accessed from tests or within private scope"
8078        errorLine1="            mKeyguardUpdateMonitor.onFaceAuthenticated(mSelectedUserInteractor.getSelectedUserId(),"
8079        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~">
8080        <location
8081            file="frameworks/base/packages/SystemUI/src/com/android/systemui/LatencyTester.java"
8082            line="90"
8083            column="36"/>
8084    </issue>
8085
8086    <issue
8087        id="VisibleForTests"
8088        message="This method should only be accessed from tests or within private scope"
8089        errorLine1="            mKeyguardUpdateMonitor.onFingerprintAuthenticated("
8090        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~">
8091        <location
8092            file="frameworks/base/packages/SystemUI/src/com/android/systemui/LatencyTester.java"
8093            line="93"
8094            column="36"/>
8095    </issue>
8096
8097    <issue
8098        id="VisibleForTests"
8099        message="This method should only be accessed from tests or within private scope"
8100        errorLine1="            return new LeakDetector("
8101        errorLine2="                   ^">
8102        <location
8103            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/LeakModule.java"
8104            line="33"
8105            column="20"/>
8106    </issue>
8107
8108    <issue
8109        id="VisibleForTests"
8110        message="This method should only be accessed from tests or within private scope"
8111        errorLine1="            return new LeakDetector(null, null, null, dumpManager);"
8112        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8113        <location
8114            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/LeakModule.java"
8115            line="39"
8116            column="20"/>
8117    </issue>
8118
8119    <issue
8120        id="VisibleForTests"
8121        message="This method should only be accessed from tests or within private scope"
8122        errorLine1="        instanceId = InstanceId.fakeInstanceId(-1),"
8123        errorLine2="                                ~~~~~~~~~~~~~~">
8124        <location
8125            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/LegacyMediaDataManagerImpl.kt"
8126            line="132"
8127            column="33"/>
8128    </issue>
8129
8130    <issue
8131        id="VisibleForTests"
8132        message="This method should only be accessed from tests or within private scope"
8133        errorLine1="        instanceId = InstanceId.fakeInstanceId(-1),"
8134        errorLine2="                                ~~~~~~~~~~~~~~">
8135        <location
8136            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/LegacyMediaDataManagerImpl.kt"
8137            line="145"
8138            column="33"/>
8139    </issue>
8140
8141    <issue
8142        id="VisibleForTests"
8143        message="This method should only be accessed from tests or within private scope"
8144        errorLine1="    val instanceId: InstanceId = InstanceId.fakeInstanceId(-1),"
8145        errorLine2="                                            ~~~~~~~~~~~~~~">
8146        <location
8147            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/MediaData.kt"
8148            line="92"
8149            column="45"/>
8150    </issue>
8151
8152    <issue
8153        id="VisibleForTests"
8154        message="This method should only be accessed from tests or within private scope"
8155        errorLine1="    val instanceId: InstanceId = InstanceId.fakeInstanceId(-1),"
8156        errorLine2="                                            ~~~~~~~~~~~~~~">
8157        <location
8158            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/MediaData.kt"
8159            line="92"
8160            column="45"/>
8161    </issue>
8162
8163    <issue
8164        id="VisibleForTests"
8165        message="This method should only be accessed from tests or within private scope"
8166        errorLine1="            boolean isCurrentSeekbarInvisible = mSeekBar.getVisibility() == View.GONE;"
8167        errorLine2="                                                ~~~~~~~~">
8168        <location
8169            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
8170            line="150"
8171            column="49"/>
8172    </issue>
8173
8174    <issue
8175        id="VisibleForTests"
8176        message="This method should only be accessed from tests or within private scope"
8177        errorLine1="                    setUpContentDescriptionForView(mSeekBar, device);"
8178        errorLine2="                                                   ~~~~~~~~">
8179        <location
8180            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
8181            line="251"
8182            column="52"/>
8183    </issue>
8184
8185    <issue
8186        id="VisibleForTests"
8187        message="This method should only be accessed from tests or within private scope"
8188        errorLine1="                        setUpContentDescriptionForView(mSeekBar, device);"
8189        errorLine2="                                                       ~~~~~~~~">
8190        <location
8191            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
8192            line="288"
8193            column="56"/>
8194    </issue>
8195
8196    <issue
8197        id="VisibleForTests"
8198        message="This method should only be accessed from tests or within private scope"
8199        errorLine1="                        setUpContentDescriptionForView(mSeekBar, device);"
8200        errorLine2="                                                       ~~~~~~~~">
8201        <location
8202            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
8203            line="297"
8204            column="56"/>
8205    </issue>
8206
8207    <issue
8208        id="VisibleForTests"
8209        message="This method should only be accessed from tests or within private scope"
8210        errorLine1="        listControllerFactory?.invoke(userHandle) ?: super.createListController(userHandle)"
8211        errorLine2="                                                           ~~~~~~~~~~~~~~~~~~~~">
8212        <location
8213            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8214            line="156"
8215            column="60"/>
8216    </issue>
8217
8218    <issue
8219        id="VisibleForTests"
8220        message="This method should only be accessed from tests or within private scope"
8221        errorLine1="        val currentListAdapter = mChooserMultiProfilePagerAdapter.activeListAdapter"
8222        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8223        <location
8224            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8225            line="159"
8226            column="34"/>
8227    </issue>
8228
8229    <issue
8230        id="VisibleForTests"
8231        message="This method should only be accessed from tests or within private scope"
8232        errorLine1="        val currentListAdapter = mChooserMultiProfilePagerAdapter.activeListAdapter"
8233        errorLine2="                                                                  ~~~~~~~~~~~~~~~~~">
8234        <location
8235            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8236            line="159"
8237            column="67"/>
8238    </issue>
8239
8240    <issue
8241        id="VisibleForTests"
8242        message="This method should only be accessed from tests or within private scope"
8243        errorLine1="        val currentListAdapter = mChooserMultiProfilePagerAdapter.activeListAdapter"
8244        errorLine2="                                                                  ~~~~~~~~~~~~~~~~~">
8245        <location
8246            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8247            line="159"
8248            column="67"/>
8249    </issue>
8250
8251    <issue
8252        id="VisibleForTests"
8253        message="This method should only be accessed from tests or within private scope"
8254        errorLine1="        val userHandle = mMultiProfilePagerAdapter.activeListAdapter.userHandle"
8255        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
8256        <location
8257            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8258            line="169"
8259            column="26"/>
8260    </issue>
8261
8262    <issue
8263        id="VisibleForTests"
8264        message="This method should only be accessed from tests or within private scope"
8265        errorLine1="        val userHandle = mMultiProfilePagerAdapter.activeListAdapter.userHandle"
8266        errorLine2="                                                   ~~~~~~~~~~~~~~~~~">
8267        <location
8268            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8269            line="169"
8270            column="52"/>
8271    </issue>
8272
8273    <issue
8274        id="VisibleForTests"
8275        message="This method should only be accessed from tests or within private scope"
8276        errorLine1="        val userHandle = mMultiProfilePagerAdapter.activeListAdapter.userHandle"
8277        errorLine2="                                                   ~~~~~~~~~~~~~~~~~">
8278        <location
8279            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8280            line="169"
8281            column="52"/>
8282    </issue>
8283
8284    <issue
8285        id="VisibleForTests"
8286        message="This method should only be accessed from tests or within private scope"
8287        errorLine1="        val userHandle = mMultiProfilePagerAdapter.activeListAdapter.userHandle"
8288        errorLine2="                                                                     ~~~~~~~~~~">
8289        <location
8290            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8291            line="169"
8292            column="70"/>
8293    </issue>
8294
8295    <issue
8296        id="VisibleForTests"
8297        message="This method should only be accessed from tests or within private scope"
8298        errorLine1="        val userHandle = mMultiProfilePagerAdapter.activeListAdapter.userHandle"
8299        errorLine2="                                                                     ~~~~~~~~~~">
8300        <location
8301            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8302            line="169"
8303            column="70"/>
8304    </issue>
8305
8306    <issue
8307        id="VisibleForTests"
8308        message="This method should only be accessed from tests or within private scope"
8309        errorLine1="            mMultiProfilePagerAdapter.personalListAdapter.notifyDataSetChanged()"
8310        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
8311        <location
8312            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8313            line="231"
8314            column="13"/>
8315    </issue>
8316
8317    <issue
8318        id="VisibleForTests"
8319        message="This method should only be accessed from tests or within private scope"
8320        errorLine1="    private fun hasWorkProfile() = mMultiProfilePagerAdapter.count > 1"
8321        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~~~~~~~">
8322        <location
8323            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8324            line="290"
8325            column="36"/>
8326    </issue>
8327
8328    <issue
8329        id="VisibleForTests"
8330        message="This method should only be accessed from tests or within private scope"
8331        errorLine1="        for (i in 0 until mMultiProfilePagerAdapter.count) {"
8332        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
8333        <location
8334            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8335            line="373"
8336            column="27"/>
8337    </issue>
8338
8339    <issue
8340        id="VisibleForTests"
8341        message="This method should only be accessed from tests or within private scope"
8342        errorLine1="                mMultiProfilePagerAdapter"
8343        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
8344        <location
8345            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorActivity.kt"
8346            line="375"
8347            column="17"/>
8348    </issue>
8349
8350    <issue
8351        id="VisibleForTests"
8352        message="This method should only be accessed from tests or within private scope"
8353        errorLine1="                targetAppUserHandle = resolverListAdapter.userHandle,"
8354        errorLine2="                                                          ~~~~~~~~~~">
8355        <location
8356            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionBlockerEmptyStateProvider.kt"
8357            line="42"
8358            column="59"/>
8359    </issue>
8360
8361    <issue
8362        id="VisibleForTests"
8363        message="This method should only be accessed from tests or within private scope"
8364        errorLine1="                targetAppUserHandle = resolverListAdapter.userHandle,"
8365        errorLine2="                                                          ~~~~~~~~~~">
8366        <location
8367            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionBlockerEmptyStateProvider.kt"
8368            line="42"
8369            column="59"/>
8370    </issue>
8371
8372    <issue
8373        id="VisibleForTests"
8374        message="This method should only be accessed from tests or within private scope"
8375        errorLine1="            if (now.minus(it.second) &lt;= RESUME_MEDIA_TIMEOUT) {"
8376        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~~">
8377        <location
8378            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/MediaResumeListener.kt"
8379            line="220"
8380            column="41"/>
8381    </issue>
8382
8383    <issue
8384        id="VisibleForTests"
8385        message="This method should only be accessed from tests or within private scope"
8386        errorLine1="        mUiEventLogger.log(KeyButtonView.NavBarButtonEvent.NAVBAR_IME_SWITCHER_BUTTON_TAP);"
8387        errorLine2="                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8388        <location
8389            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBar.java"
8390            line="1500"
8391            column="60"/>
8392    </issue>
8393
8394    <issue
8395        id="VisibleForTests"
8396        message="This method should only be accessed from tests or within private scope"
8397        errorLine1="                    mMobileSignalControllers.valueAt(i).mInflateSignalStrengths ="
8398        errorLine2="                                                        ~~~~~~~~~~~~~~~~~~~~~~~">
8399        <location
8400            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
8401            line="1367"
8402            column="57"/>
8403    </issue>
8404
8405    <issue
8406        id="VisibleForTests"
8407        message="This method should only be accessed from tests or within private scope"
8408        errorLine1="                        controller.setActivity(TelephonyManager.DATA_ACTIVITY_INOUT);"
8409        errorLine2="                                   ~~~~~~~~~~~">
8410        <location
8411            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
8412            line="1376"
8413            column="36"/>
8414    </issue>
8415
8416    <issue
8417        id="VisibleForTests"
8418        message="This method should only be accessed from tests or within private scope"
8419        errorLine1="                        controller.setActivity(TelephonyManager.DATA_ACTIVITY_IN);"
8420        errorLine2="                                   ~~~~~~~~~~~">
8421        <location
8422            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
8423            line="1379"
8424            column="36"/>
8425    </issue>
8426
8427    <issue
8428        id="VisibleForTests"
8429        message="This method should only be accessed from tests or within private scope"
8430        errorLine1="                        controller.setActivity(TelephonyManager.DATA_ACTIVITY_OUT);"
8431        errorLine2="                                   ~~~~~~~~~~~">
8432        <location
8433            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
8434            line="1382"
8435            column="36"/>
8436    </issue>
8437
8438    <issue
8439        id="VisibleForTests"
8440        message="This method should only be accessed from tests or within private scope"
8441        errorLine1="                        controller.setActivity(TelephonyManager.DATA_ACTIVITY_NONE);"
8442        errorLine2="                                   ~~~~~~~~~~~">
8443        <location
8444            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
8445            line="1385"
8446            column="36"/>
8447    </issue>
8448
8449    <issue
8450        id="VisibleForTests"
8451        message="This method should only be accessed from tests or within private scope"
8452        errorLine1="                controller.setActivity(TelephonyManager.DATA_ACTIVITY_NONE);"
8453        errorLine2="                           ~~~~~~~~~~~">
8454        <location
8455            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
8456            line="1389"
8457            column="28"/>
8458    </issue>
8459
8460    <issue
8461        id="VisibleForTests"
8462        message="This method should only be accessed from tests or within private scope"
8463        errorLine1="            ranking.populate("
8464        errorLine2="                    ~~~~~~~~">
8465        <location
8466            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationListener.java"
8467            line="276"
8468            column="21"/>
8469    </issue>
8470
8471    <issue
8472        id="VisibleForTests"
8473        message="This method should only be accessed from tests or within private scope"
8474        errorLine1="                    proto.instanceId = n.getInstanceId().getId();"
8475        errorLine2="                                                         ~~~~~">
8476        <location
8477            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/NotificationPanelLogger.java"
8478            line="104"
8479            column="58"/>
8480    </issue>
8481
8482    <issue
8483        id="VisibleForTests"
8484        message="This method should only be accessed from tests or within private scope"
8485        errorLine1="            mQsController.setExpanded(mSplitShadeEnabled);"
8486        errorLine2="                          ~~~~~~~~~~~">
8487        <location
8488            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
8489            line="1367"
8490            column="27"/>
8491    </issue>
8492
8493    <issue
8494        id="VisibleForTests"
8495        message="This method should only be accessed from tests or within private scope"
8496        errorLine1="        if (mQsController.isExpandImmediate() || mQsController.getExpanded()"
8497        errorLine2="                          ~~~~~~~~~~~~~~~~~">
8498        <location
8499            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
8500            line="2613"
8501            column="27"/>
8502    </issue>
8503
8504    <issue
8505        id="VisibleForTests"
8506        message="This method should only be accessed from tests or within private scope"
8507        errorLine1="        if (!mQsController.getExpanded() || mQsController.isExpandImmediate()"
8508        errorLine2="                                                          ~~~~~~~~~~~~~~~~~">
8509        <location
8510            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
8511            line="2648"
8512            column="59"/>
8513    </issue>
8514
8515    <issue
8516        id="VisibleForTests"
8517        message="This method should only be accessed from tests or within private scope"
8518        errorLine1="                    mView.setStatusBarState(mBarState);"
8519        errorLine2="                          ~~~~~~~~~~~~~~~~~">
8520        <location
8521            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java"
8522            line="383"
8523            column="27"/>
8524    </issue>
8525
8526    <issue
8527        id="VisibleForTests"
8528        message="This method should only be accessed from tests or within private scope"
8529        errorLine1="        mView.updateFooter();"
8530        errorLine2="              ~~~~~~~~~~~~">
8531        <location
8532            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java"
8533            line="1559"
8534            column="15"/>
8535    </issue>
8536
8537    <issue
8538        id="VisibleForTests"
8539        message="This method should only be accessed from tests or within private scope"
8540        errorLine1="                    getMessagingStyleMessages(notification);"
8541        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~">
8542        <location
8543            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java"
8544            line="197"
8545            column="21"/>
8546    </issue>
8547
8548    <issue
8549        id="VisibleForTests"
8550        message="This method should only be accessed from tests or within private scope"
8551        errorLine1="                getMessagingStyleMessages(notification);"
8552        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
8553        <location
8554            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java"
8555            line="258"
8556            column="17"/>
8557    </issue>
8558
8559    <issue
8560        id="VisibleForTests"
8561        message="This method should only be accessed from tests or within private scope"
8562        errorLine1="        mPanelViewControllerLazy.get().cancelHeightAnimator();"
8563        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
8564        <location
8565            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/QuickSettingsControllerImpl.java"
8566            line="951"
8567            column="40"/>
8568    </issue>
8569
8570    <issue
8571        id="VisibleForTests"
8572        message="This method should only be accessed from tests or within private scope"
8573        errorLine1="                mPanelViewControllerLazy.get().notifyExpandingStarted();"
8574        errorLine2="                                               ~~~~~~~~~~~~~~~~~~~~~~">
8575        <location
8576            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/QuickSettingsControllerImpl.java"
8577            line="1955"
8578            column="48"/>
8579    </issue>
8580
8581    <issue
8582        id="VisibleForTests"
8583        message="This method should only be accessed from tests or within private scope"
8584        errorLine1="            instanceId = sbn.instanceId?.id,"
8585        errorLine2="                                         ~~">
8586        <location
8587            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/RenderNotificationListInteractor.kt"
8588            line="138"
8589            column="42"/>
8590    </issue>
8591
8592    <issue
8593        id="VisibleForTests"
8594        message="This method should only be accessed from tests or within private scope"
8595        errorLine1="            instanceId = sbn.instanceId?.id,"
8596        errorLine2="                                         ~~">
8597        <location
8598            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/RenderNotificationListInteractor.kt"
8599            line="138"
8600            column="42"/>
8601    </issue>
8602
8603    <issue
8604        id="VisibleForTests"
8605        message="This method should only be accessed from tests or within private scope"
8606        errorLine1="        mContext.release();"
8607        errorLine2="                 ~~~~~~~">
8608        <location
8609            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.java"
8610            line="530"
8611            column="18"/>
8612    </issue>
8613
8614    <issue
8615        id="VisibleForTests"
8616        message="This class should only be accessed from tests or within private scope"
8617        errorLine1="                (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.ACTION"
8618        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8619        <location
8620            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyStateInflater.kt"
8621            line="384"
8622            column="34"/>
8623    </issue>
8624
8625    <issue
8626        id="VisibleForTests"
8627        message="This method should only be accessed from tests or within private scope"
8628        errorLine1="                (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.ACTION"
8629        errorLine2="                                                              ~~~~~~~~~~~">
8630        <location
8631            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyStateInflater.kt"
8632            line="384"
8633            column="63"/>
8634    </issue>
8635
8636    <issue
8637        id="VisibleForTests"
8638        message="This class should only be accessed from tests or within private scope"
8639        errorLine1="                (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.REPLY"
8640        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8641        <location
8642            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyStateInflater.kt"
8643            line="465"
8644            column="34"/>
8645    </issue>
8646
8647    <issue
8648        id="VisibleForTests"
8649        message="This method should only be accessed from tests or within private scope"
8650        errorLine1="                (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.REPLY"
8651        errorLine2="                                                              ~~~~~~~~~~~">
8652        <location
8653            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyStateInflater.kt"
8654            line="465"
8655            column="63"/>
8656    </issue>
8657
8658    <issue
8659        id="VisibleForTests"
8660        message="This method should only be accessed from tests or within private scope"
8661        errorLine1="            ((TextView) view).nullLayouts();"
8662        errorLine2="                              ~~~~~~~~~~~">
8663        <location
8664            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyView.java"
8665            line="221"
8666            column="31"/>
8667    </issue>
8668
8669    <issue
8670        id="VisibleForTests"
8671        message="This method should only be accessed from tests or within private scope"
8672        errorLine1="            mCentralSurfaces.updateScrimController();"
8673        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~~">
8674        <location
8675            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java"
8676            line="976"
8677            column="30"/>
8678    </issue>
8679
8680    <issue
8681        id="VisibleForTests"
8682        message="This method should only be accessed from tests or within private scope"
8683        errorLine1="                mCentralSurfaces.updateScrimController();"
8684        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~">
8685        <location
8686            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java"
8687            line="1195"
8688            column="34"/>
8689    </issue>
8690
8691    <issue
8692        id="VisibleForTests"
8693        message="This method should only be accessed from tests or within private scope"
8694        errorLine1="        final int sessionId = (sessionIdProvider != null) ? sessionIdProvider.getId() : -1;"
8695        errorLine2="                                                                              ~~~~~">
8696        <location
8697            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java"
8698            line="500"
8699            column="79"/>
8700    </issue>
8701
8702    <issue
8703        id="VisibleForTests"
8704        message="This method should only be accessed from tests or within private scope"
8705        errorLine1="                    udfpsController?.playStartHaptic()"
8706        errorLine2="                                     ~~~~~~~~~~~~~~~">
8707        <location
8708            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsHapticsSimulator.kt"
8709            line="55"
8710            column="38"/>
8711    </issue>
8712
8713    <issue
8714        id="VisibleForTests"
8715        message="This method should only be accessed from tests or within private scope"
8716        errorLine1="        udfpsController.mOverlayParams?.scaleFactor?.let { view.setScaleFactor(it) }"
8717        errorLine2="                        ~~~~~~~~~~~~~~">
8718        <location
8719            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardViewControllerLegacy.kt"
8720            line="558"
8721            column="25"/>
8722    </issue>
8723
8724    <issue
8725        id="VisibleForTests"
8726        message="This method should only be accessed from tests or within private scope"
8727        errorLine1="                    .createRunner(occludeAnimationController)"
8728        errorLine2="                     ~~~~~~~~~~~~">
8729        <location
8730            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/WindowManagerOcclusionManager.kt"
8731            line="128"
8732            column="22"/>
8733    </issue>
8734
8735    <issue
8736        id="VisibleForTests"
8737        message="This method should only be accessed from tests or within private scope"
8738        errorLine1="                    .onAnimationStart("
8739        errorLine2="                     ~~~~~~~~~~~~~~~~">
8740        <location
8741            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/WindowManagerOcclusionManager.kt"
8742            line="129"
8743            column="22"/>
8744    </issue>
8745
8746    <issue
8747        id="ExtraText"
8748        message="Unexpected text found in layout file: &quot;>&quot;"
8749        errorLine1="    >"
8750        errorLine2="    ~">
8751        <location
8752            file="frameworks/base/packages/SystemUI/res/layout/ongoing_privacy_chip.xml"
8753            line="28"
8754            column="5"/>
8755    </issue>
8756
8757    <issue
8758        id="ExtraText"
8759        message="Unexpected text found in layout file: &quot;->&quot;"
8760        errorLine1="&lt;merge xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>->"
8761        errorLine2="                                                                  ~~">
8762        <location
8763            file="frameworks/base/packages/SystemUI/res/layout/qs_customize_panel_content.xml"
8764            line="18"
8765            column="67"/>
8766    </issue>
8767
8768    <issue
8769        id="SpUsage"
8770        message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes (`@dimen/dream_overlay_complication_clock_time_text_size` is defined as `86dp` in `values/dimens.xml`"
8771        errorLine1="    android:textSize=&quot;@dimen/dream_overlay_complication_clock_time_text_size&quot;"
8772        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8773        <location
8774            file="frameworks/base/packages/SystemUI/res/layout/dream_overlay_complication_clock_time.xml"
8775            line="30"
8776            column="5"/>
8777        <location
8778            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8779            line="1862"
8780            column="67"
8781            message="This dp dimension is used as a text size"/>
8782    </issue>
8783
8784    <issue
8785        id="SpUsage"
8786        message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
8787        errorLine1="        &lt;item name=&quot;android:textSize&quot;>36dp&lt;/item>"
8788        errorLine2="                                      ~~~~">
8789        <location
8790            file="frameworks/base/packages/SystemUI/res/values-land/styles.xml"
8791            line="43"
8792            column="39"/>
8793    </issue>
8794
8795    <issue
8796        id="SpUsage"
8797        message="Should use &quot;`sp`&quot; instead of &quot;`dp`&quot; for text sizes"
8798        errorLine1="        &lt;item name=&quot;android:textSize&quot;>36dp&lt;/item>"
8799        errorLine2="                                      ~~~~">
8800        <location
8801            file="frameworks/base/packages/SystemUI/res/values/styles.xml"
8802            line="255"
8803            column="39"/>
8804    </issue>
8805
8806    <issue
8807        id="SwitchIntDef"
8808        message="Switch statement on an `int` with known associated constant missing case `BiometricUnlockController.MODE_DISMISS_BOUNCER`, `BiometricUnlockController.MODE_NONE`, `BiometricUnlockController.MODE_ONLY_WAKE`, `BiometricUnlockController.MODE_SHOW_BOUNCER`, `BiometricUnlockController.MODE_UNLOCK_COLLAPSING`"
8809        errorLine1="                        switch (mode) {"
8810        errorLine2="                        ~~~~~~">
8811        <location
8812            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
8813            line="1522"
8814            column="25"/>
8815    </issue>
8816
8817    <issue
8818        id="SwitchIntDef"
8819        message="Switch statement on an `int` with known associated constant missing case `ICON_NONE`"
8820        errorLine1="        switch (icon) {"
8821        errorLine2="        ~~~~~~">
8822        <location
8823            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/LockIconView.java"
8824            line="214"
8825            column="9"/>
8826    </issue>
8827
8828    <issue
8829        id="SwitchIntDef"
8830        message="Switch statement on an `int` with known associated constant missing case `NotificationConversationInfo.ACTION_HOME`, `NotificationConversationInfo.ACTION_SETTINGS`, `NotificationConversationInfo.ACTION_SNOOZE`"
8831        errorLine1="                switch (mAction) {"
8832        errorLine2="                ~~~~~~">
8833        <location
8834            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationConversationInfo.java"
8835            line="630"
8836            column="17"/>
8837    </issue>
8838
8839    <issue
8840        id="SwitchIntDef"
8841        message="Switch statement on an `int` with known associated constant missing case `NotificationPriorityBucketKt.BUCKET_UNKNOWN`"
8842        errorLine1="        switch(bucket) {"
8843        errorLine2="        ~~~~~~">
8844        <location
8845            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/NotificationPanelLogger.java"
8846            line="127"
8847            column="9"/>
8848    </issue>
8849
8850    <issue
8851        id="DiscouragedApi"
8852        message="Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed."
8853        errorLine1="        &lt;activity android:name=&quot;.DessertCase&quot; android:exported=&quot;true&quot; android:label=&quot;@string/dessert_case&quot; android:theme=&quot;@android:style/Theme.Black.NoTitleBar.Fullscreen&quot; android:launchMode=&quot;singleInstance&quot; android:screenOrientation=&quot;locked&quot; android:process=&quot;:sweetsweetdesserts&quot; android:excludeFromRecents=&quot;true&quot;>"
8854        errorLine2="                                                                                                                                                                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8855        <location
8856            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
8857            line="517"
8858            column="209"/>
8859    </issue>
8860
8861    <issue
8862        id="DiscouragedApi"
8863        message="Activity should not be non-resizable. With this setting, apps cannot be used in multi-window or free form mode."
8864        errorLine1="        &lt;activity android:name=&quot;.notetask.shortcut.CreateNoteTaskShortcutActivity&quot; android:enabled=&quot;false&quot; android:exported=&quot;true&quot; android:excludeFromRecents=&quot;true&quot; android:resizeableActivity=&quot;false&quot; android:theme=&quot;@android:style/Theme.NoDisplay&quot; android:label=&quot;@string/note_task_button_label&quot; android:icon=&quot;@drawable/ic_note_task_shortcut_widget&quot;>"
8865        errorLine2="                                                                                                                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
8866        <location
8867            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
8868            line="631"
8869            column="166"/>
8870    </issue>
8871
8872    <issue
8873        id="Orientation"
8874        message="No orientation specified, and the default is horizontal. This is a common source of bugs when children are added dynamically."
8875        errorLine1="            &lt;LinearLayout"
8876        errorLine2="             ~~~~~~~~~~~~">
8877        <location
8878            file="frameworks/base/packages/SystemUI/res/layout/screenshot_shelf.xml"
8879            line="44"
8880            column="14"/>
8881    </issue>
8882
8883    <issue
8884        id="PxUsage"
8885        message="Avoid using `&quot;px&quot;` as units; use `&quot;dp&quot;` instead"
8886        errorLine1="    &lt;dimen name=&quot;lock_icon_padding&quot;>48px&lt;/dimen>"
8887        errorLine2="                                    ~~~~">
8888        <location
8889            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8890            line="647"
8891            column="37"/>
8892    </issue>
8893
8894    <issue
8895        id="PxUsage"
8896        message="Avoid using `&quot;px&quot;` as units; use `&quot;dp&quot;` instead"
8897        errorLine1="    &lt;dimen name=&quot;global_actions_top_padding&quot;>330px&lt;/dimen>"
8898        errorLine2="                                             ~~~~~">
8899        <location
8900            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8901            line="1007"
8902            column="46"/>
8903    </issue>
8904
8905    <issue
8906        id="PxUsage"
8907        message="Avoid using `&quot;px&quot;` as units; use `&quot;dp&quot;` instead"
8908        errorLine1="    &lt;dimen name=&quot;udfps_burn_in_offset_x&quot;>7px&lt;/dimen>"
8909        errorLine2="                                         ~~~">
8910        <location
8911            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8912            line="1061"
8913            column="42"/>
8914    </issue>
8915
8916    <issue
8917        id="PxUsage"
8918        message="Avoid using `&quot;px&quot;` as units; use `&quot;dp&quot;` instead"
8919        errorLine1="    &lt;dimen name=&quot;udfps_burn_in_offset_y&quot;>20px&lt;/dimen>"
8920        errorLine2="                                         ~~~~">
8921        <location
8922            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8923            line="1062"
8924            column="42"/>
8925    </issue>
8926
8927    <issue
8928        id="PxUsage"
8929        message="Avoid using `&quot;px&quot;` as units; use `&quot;dp&quot;` instead"
8930        errorLine1="    &lt;dimen name=&quot;max_window_blur_radius&quot;>23px&lt;/dimen>"
8931        errorLine2="                                         ~~~~">
8932        <location
8933            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8934            line="1178"
8935            column="42"/>
8936    </issue>
8937
8938    <issue
8939        id="PxUsage"
8940        message="Avoid using `&quot;px&quot;` as units; use `&quot;dp&quot;` instead"
8941        errorLine1="    &lt;dimen name=&quot;physical_power_button_center_screen_location_y&quot;>620px&lt;/dimen>"
8942        errorLine2="                                                                 ~~~~~">
8943        <location
8944            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8945            line="1671"
8946            column="66"/>
8947    </issue>
8948
8949    <issue
8950        id="PxUsage"
8951        message="Avoid using `&quot;px&quot;` as units; use `&quot;dp&quot;` instead"
8952        errorLine1="    &lt;dimen name=&quot;physical_fingerprint_sensor_center_screen_location_y&quot;>610px&lt;/dimen>"
8953        errorLine2="                                                                       ~~~~~">
8954        <location
8955            file="frameworks/base/packages/SystemUI/res/values/dimens.xml"
8956            line="1684"
8957            column="72"/>
8958    </issue>
8959
8960    <issue
8961        id="SupportAnnotationUsage"
8962        message="Did you mean `@get:VisibleForTesting`? Without `get:` this annotates the constructor parameter itself instead of the associated getter."
8963        errorLine1="    @VisibleForTesting private val dialogProvider: DialogProvider"
8964        errorLine2="    ~~~~~~~~~~~~~~~~~~">
8965        <location
8966            file="frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/PrivacyDialogController.kt"
8967            line="74"
8968            column="5"/>
8969    </issue>
8970
8971    <issue
8972        id="SupportAnnotationUsage"
8973        message="This annotation does not apply for type String; expected int. Should `@com.android.systemui.shade.PanelState` be annotated with `@StringDef` instead?"
8974        errorLine1="@PanelState"
8975        errorLine2="~~~~~~~~~~~">
8976        <location
8977            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ShadeExpansionStateManager.kt"
8978            line="162"
8979            column="1"/>
8980    </issue>
8981
8982    <issue
8983        id="UnclosedTrace"
8984        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
8985        errorLine1="        Trace.beginSection(&quot;BiometricUnlockController#onBiometricDetected&quot;);"
8986        errorLine2="              ~~~~~~~~~~~~">
8987        <location
8988            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/BiometricUnlockController.java"
8989            line="407"
8990            column="15"/>
8991    </issue>
8992
8993    <issue
8994        id="UnclosedTrace"
8995        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
8996        errorLine1="        Trace.beginSection(&quot;BiometricUnlockController#onBiometricUnlocked&quot;);"
8997        errorLine2="              ~~~~~~~~~~~~">
8998        <location
8999            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/BiometricUnlockController.java"
9000            line="418"
9001            column="15"/>
9002    </issue>
9003
9004    <issue
9005        id="UnclosedTrace"
9006        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9007        errorLine1="            Trace.beginSection(&quot;$TAG#smallClock.animations.doze&quot;)"
9008        errorLine2="                  ~~~~~~~~~~~~">
9009        <location
9010            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/ClockEventController.kt"
9011            line="525"
9012            column="19"/>
9013    </issue>
9014
9015    <issue
9016        id="UnclosedTrace"
9017        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9018        errorLine1="            Trace.beginSection(&quot;$TAG#largeClock.animations.doze&quot;)"
9019        errorLine2="                  ~~~~~~~~~~~~">
9020        <location
9021            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/ClockEventController.kt"
9022            line="528"
9023            column="19"/>
9024    </issue>
9025
9026    <issue
9027        id="UnclosedTrace"
9028        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may throw an exception"
9029        errorLine1="                Trace.traceBegin(Trace.TRACE_TAG_APP,"
9030        errorLine2="                      ~~~~~~~~~~">
9031        <location
9032            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeviceStateRotationLockSettingController.java"
9033            line="128"
9034            column="23"/>
9035    </issue>
9036
9037    <issue
9038        id="UnclosedTrace"
9039        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9040        errorLine1="            Trace.traceBegin("
9041        errorLine2="                  ~~~~~~~~~~">
9042        <location
9043            file="frameworks/base/packages/SystemUI/src/com/android/systemui/doze/DozeScreenBrightness.java"
9044            line="179"
9045            column="19"/>
9046    </issue>
9047
9048    <issue
9049        id="UnclosedTrace"
9050        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9051        errorLine1="        Trace.beginSection(&quot;DumpManager#dump()&quot;)"
9052        errorLine2="              ~~~~~~~~~~~~">
9053        <location
9054            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dump/DumpHandler.kt"
9055            line="100"
9056            column="15"/>
9057    </issue>
9058
9059    <issue
9060        id="UnclosedTrace"
9061        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9062        errorLine1="            Trace.beginSection(entry.name)"
9063        errorLine2="                  ~~~~~~~~~~~~">
9064        <location
9065            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dump/DumpHandler.kt"
9066            line="480"
9067            column="19"/>
9068    </issue>
9069
9070    <issue
9071        id="UnclosedTrace"
9072        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9073        errorLine1="        Trace.beginSection(&quot;DumpsysTableLogger#printTableData&quot;)"
9074        errorLine2="              ~~~~~~~~~~~~">
9075        <location
9076            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dump/DumpsysTableLogger.kt"
9077            line="87"
9078            column="15"/>
9079    </issue>
9080
9081    <issue
9082        id="UnclosedTrace"
9083        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
9084        errorLine1="            Trace.beginSection(&quot;ExpNotRow#onChildCountChanged (summary)&quot;);"
9085        errorLine2="                  ~~~~~~~~~~~~">
9086        <location
9087            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java"
9088            line="2761"
9089            column="19"/>
9090    </issue>
9091
9092    <issue
9093        id="UnclosedTrace"
9094        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
9095        errorLine1="            Trace.beginSection(&quot;HybridGroupManager#bindFromNotification&quot;);"
9096        errorLine2="                  ~~~~~~~~~~~~">
9097        <location
9098            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9099            line="102"
9100            column="19"/>
9101    </issue>
9102
9103    <issue
9104        id="UnclosedTrace"
9105        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9106        errorLine1="        Trace.beginSection(&quot;ImageExporter_writeExif&quot;);"
9107        errorLine2="              ~~~~~~~~~~~~">
9108        <location
9109            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ImageExporter.java"
9110            line="436"
9111            column="15"/>
9112    </issue>
9113
9114    <issue
9115        id="UnclosedTrace"
9116        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9117        errorLine1="            Trace.beginSection(&quot;WPMS.ImageWallpaper.CanvasEngine#loadWallpaper&quot;);"
9118        errorLine2="                  ~~~~~~~~~~~~">
9119        <location
9120            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ImageWallpaper.java"
9121            line="339"
9122            column="19"/>
9123    </issue>
9124
9125    <issue
9126        id="UnclosedTrace"
9127        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9128        errorLine1="                        Trace.beginSection(&quot;KeyguardBlueprintViewBinder#applyBlueprint&quot;)"
9129        errorLine2="                              ~~~~~~~~~~~~">
9130        <location
9131            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBlueprintViewBinder.kt"
9132            line="96"
9133            column="31"/>
9134    </issue>
9135
9136    <issue
9137        id="UnclosedTrace"
9138        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9139        errorLine1="                        Trace.beginSection(&quot;KeyguardBlueprintViewBinder#refreshTransition&quot;)"
9140        errorLine2="                              ~~~~~~~~~~~~">
9141        <location
9142            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBlueprintViewBinder.kt"
9143            line="143"
9144            column="31"/>
9145    </issue>
9146
9147    <issue
9148        id="UnclosedTrace"
9149        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9150        errorLine1="        Trace.beginSection(&quot;KeyGuardUpdateMonitor#handlerFingerPrintAuthenticated&quot;);"
9151        errorLine2="              ~~~~~~~~~~~~">
9152        <location
9153            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
9154            line="955"
9155            column="15"/>
9156    </issue>
9157
9158    <issue
9159        id="UnclosedTrace"
9160        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
9161        errorLine1="        Trace.beginSection(&quot;KeyGuardUpdateMonitor#handlerFaceAuthenticated&quot;);"
9162        errorLine2="              ~~~~~~~~~~~~">
9163        <location
9164            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
9165            line="1208"
9166            column="15"/>
9167    </issue>
9168
9169    <issue
9170        id="UnclosedTrace"
9171        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9172        errorLine1="            Trace.traceBegin(Trace.TRACE_TAG_APP, &quot;MediaControlPanel#bindPlayer&lt;&quot; + key + &quot;>&quot;);"
9173        errorLine2="                  ~~~~~~~~~~">
9174        <location
9175            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaControlPanel.java"
9176            line="543"
9177            column="19"/>
9178    </issue>
9179
9180    <issue
9181        id="UnclosedTrace"
9182        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9183        errorLine1="            Trace.traceBegin(Trace.TRACE_TAG_APP,"
9184        errorLine2="                  ~~~~~~~~~~">
9185        <location
9186            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaControlPanel.java"
9187            line="1435"
9188            column="19"/>
9189    </issue>
9190
9191    <issue
9192        id="UnclosedTrace"
9193        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9194        errorLine1="        Trace.beginSection(&quot;NSSLC#updateResources&quot;);"
9195        errorLine2="              ~~~~~~~~~~~~">
9196        <location
9197            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
9198            line="1331"
9199            column="15"/>
9200    </issue>
9201
9202    <issue
9203        id="UnclosedTrace"
9204        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9205        errorLine1="                Trace.traceBegin(Trace.TRACE_TAG_APP, &quot;Pluggable&lt;&quot; + mName + &quot;>.invalidateList&quot;);"
9206        errorLine2="                      ~~~~~~~~~~">
9207        <location
9208            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/Pluggable.java"
9209            line="55"
9210            column="23"/>
9211    </issue>
9212
9213    <issue
9214        id="UnclosedTrace"
9215        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
9216        errorLine1="        Trace.beginSection(&quot;KeyguardBouncer#show&quot;)"
9217        errorLine2="              ~~~~~~~~~~~~">
9218        <location
9219            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/PrimaryBouncerInteractor.kt"
9220            line="184"
9221            column="15"/>
9222    </issue>
9223
9224    <issue
9225        id="UnclosedTrace"
9226        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9227        errorLine1="        Trace.beginSection(&quot;KeyguardBouncer#hide&quot;)"
9228        errorLine2="              ~~~~~~~~~~~~">
9229        <location
9230            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/PrimaryBouncerInteractor.kt"
9231            line="215"
9232            column="15"/>
9233    </issue>
9234
9235    <issue
9236        id="UnclosedTrace"
9237        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9238        errorLine1="        Trace.traceBegin(Trace.TRACE_TAG_APP, &quot;QSTileViewImpl#onMeasure&quot;)"
9239        errorLine2="              ~~~~~~~~~~">
9240        <location
9241            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSTileViewImpl.kt"
9242            line="225"
9243            column="15"/>
9244    </issue>
9245
9246    <issue
9247        id="UnclosedTrace"
9248        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9249        errorLine1="            Trace.beginSection(&quot;ResourceTrimmer#trimMemory&quot;)"
9250        errorLine2="                  ~~~~~~~~~~~~">
9251        <location
9252            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ResourceTrimmer.kt"
9253            line="132"
9254            column="19"/>
9255    </issue>
9256
9257    <issue
9258        id="UnclosedTrace"
9259        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
9260        errorLine1="            Trace.beginSection(&quot;ScreenDecorations#onConfigurationChanged&quot;);"
9261        errorLine2="                  ~~~~~~~~~~~~">
9262        <location
9263            file="frameworks/base/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java"
9264            line="1071"
9265            column="19"/>
9266    </issue>
9267
9268    <issue
9269        id="UnclosedTrace"
9270        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9271        errorLine1="        Trace.beginSection(&quot;ScreenOnCoordinator#onScreenTurningOn&quot;)"
9272        errorLine2="              ~~~~~~~~~~~~">
9273        <location
9274            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/mediator/ScreenOnCoordinator.kt"
9275            line="57"
9276            column="15"/>
9277    </issue>
9278
9279    <issue
9280        id="UnclosedTrace"
9281        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9282        errorLine1="            Trace.traceBegin("
9283        errorLine2="                  ~~~~~~~~~~">
9284        <location
9285            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java"
9286            line="380"
9287            column="19"/>
9288    </issue>
9289
9290    <issue
9291        id="UnclosedTrace"
9292        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9293        errorLine1="            Trace.traceBegin("
9294        errorLine2="                  ~~~~~~~~~~">
9295        <location
9296            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java"
9297            line="406"
9298            column="19"/>
9299    </issue>
9300
9301    <issue
9302        id="UnclosedTrace"
9303        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9304        errorLine1="            Trace.traceBegin("
9305        errorLine2="                  ~~~~~~~~~~">
9306        <location
9307            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java"
9308            line="429"
9309            column="19"/>
9310    </issue>
9311
9312    <issue
9313        id="UnclosedTrace"
9314        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9315        errorLine1="            Trace.traceBegin("
9316        errorLine2="                  ~~~~~~~~~~">
9317        <location
9318            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java"
9319            line="440"
9320            column="19"/>
9321    </issue>
9322
9323    <issue
9324        id="UnclosedTrace"
9325        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may return early"
9326        errorLine1="                Trace.traceBegin("
9327        errorLine2="                      ~~~~~~~~~~">
9328        <location
9329            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java"
9330            line="454"
9331            column="23"/>
9332    </issue>
9333
9334    <issue
9335        id="UnclosedTrace"
9336        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9337        errorLine1="        Trace.beginSection(&quot;TableLogBuffer#logChange(string)&quot;)"
9338        errorLine2="              ~~~~~~~~~~~~">
9339        <location
9340            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/TableLogBuffer.kt"
9341            line="199"
9342            column="15"/>
9343    </issue>
9344
9345    <issue
9346        id="UnclosedTrace"
9347        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9348        errorLine1="        Trace.beginSection(&quot;TableLogBuffer#logChange(boolean)&quot;)"
9349        errorLine2="              ~~~~~~~~~~~~">
9350        <location
9351            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/TableLogBuffer.kt"
9352            line="213"
9353            column="15"/>
9354    </issue>
9355
9356    <issue
9357        id="UnclosedTrace"
9358        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9359        errorLine1="        Trace.beginSection(&quot;TableLogBuffer#logChange(int)&quot;)"
9360        errorLine2="              ~~~~~~~~~~~~">
9361        <location
9362            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/TableLogBuffer.kt"
9363            line="227"
9364            column="15"/>
9365    </issue>
9366
9367    <issue
9368        id="UnclosedTrace"
9369        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9370        errorLine1="        Trace.beginSection(&quot;TableLogBuffer#saveEvictedValue&quot;)"
9371        errorLine2="              ~~~~~~~~~~~~">
9372        <location
9373            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/TableLogBuffer.kt"
9374            line="264"
9375            column="15"/>
9376    </issue>
9377
9378    <issue
9379        id="UnclosedTrace"
9380        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9381        errorLine1="        Trace.beginSection(&quot;UdfpsDisplayMode.enable&quot;)"
9382        errorLine2="              ~~~~~~~~~~~~">
9383        <location
9384            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsDisplayMode.kt"
9385            line="54"
9386            column="15"/>
9387    </issue>
9388
9389    <issue
9390        id="UnclosedTrace"
9391        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may throw an exception"
9392        errorLine1="        Trace.beginSection(&quot;UdfpsDisplayMode.disable&quot;)"
9393        errorLine2="              ~~~~~~~~~~~~">
9394        <location
9395            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsDisplayMode.kt"
9396            line="83"
9397            column="15"/>
9398    </issue>
9399
9400    <issue
9401        id="UnclosedTrace"
9402        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may throw an exception"
9403        errorLine1="                        Trace.traceBegin("
9404        errorLine2="                              ~~~~~~~~~~">
9405        <location
9406            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/UserBroadcastDispatcher.kt"
9407            line="131"
9408            column="31"/>
9409    </issue>
9410
9411    <issue
9412        id="UnclosedTrace"
9413        message="The `traceBegin()` call is not always closed with a matching `traceEnd()` because the code in between may throw an exception"
9414        errorLine1="                            Trace.traceBegin("
9415        errorLine2="                                  ~~~~~~~~~~">
9416        <location
9417            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/UserBroadcastDispatcher.kt"
9418            line="148"
9419            column="35"/>
9420    </issue>
9421
9422    <issue
9423        id="StringFormatInvalid"
9424        message="Format string &apos;`high_temp_alarm_notify_message`&apos; is not a valid format string so it should not be passed to `String.format`"
9425        errorLine1="        d.setMessage(mContext.getString(R.string.high_temp_alarm_notify_message, &quot;&quot;));"
9426        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9427        <location
9428            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
9429            line="554"
9430            column="22"/>
9431        <location
9432            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
9433            line="2344"
9434            column="5"
9435            message="This definition does not require arguments"/>
9436    </issue>
9437
9438    <issue
9439        id="StringFormatMatches"
9440        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9441        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9442        errorLine2="                                                                ~~~~~~">
9443        <location
9444            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9445            line="151"
9446            column="65"/>
9447        <location
9448            file="frameworks/base/packages/SystemUI/res/values-af/strings.xml"
9449            line="258"
9450            column="5"
9451            message="Conflicting argument declaration here"/>
9452    </issue>
9453
9454    <issue
9455        id="StringFormatMatches"
9456        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9457        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9458        errorLine2="                                                                ~~~~~~">
9459        <location
9460            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9461            line="151"
9462            column="65"/>
9463        <location
9464            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings.xml"
9465            line="258"
9466            column="5"
9467            message="Conflicting argument declaration here"/>
9468    </issue>
9469
9470    <issue
9471        id="StringFormatMatches"
9472        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9473        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9474        errorLine2="                                                                ~~~~~~">
9475        <location
9476            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9477            line="151"
9478            column="65"/>
9479        <location
9480            file="frameworks/base/packages/SystemUI/res/values-bn/strings.xml"
9481            line="258"
9482            column="5"
9483            message="Conflicting argument declaration here"/>
9484    </issue>
9485
9486    <issue
9487        id="StringFormatMatches"
9488        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9489        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9490        errorLine2="                                                                ~~~~~~">
9491        <location
9492            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9493            line="151"
9494            column="65"/>
9495        <location
9496            file="frameworks/base/packages/SystemUI/res/values-cs/strings.xml"
9497            line="258"
9498            column="5"
9499            message="Conflicting argument declaration here"/>
9500    </issue>
9501
9502    <issue
9503        id="StringFormatMatches"
9504        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9505        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9506        errorLine2="                                                                ~~~~~~">
9507        <location
9508            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9509            line="151"
9510            column="65"/>
9511        <location
9512            file="frameworks/base/packages/SystemUI/res/values-da/strings.xml"
9513            line="258"
9514            column="5"
9515            message="Conflicting argument declaration here"/>
9516    </issue>
9517
9518    <issue
9519        id="StringFormatMatches"
9520        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9521        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9522        errorLine2="                                                                ~~~~~~">
9523        <location
9524            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9525            line="151"
9526            column="65"/>
9527        <location
9528            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
9529            line="258"
9530            column="5"
9531            message="Conflicting argument declaration here"/>
9532    </issue>
9533
9534    <issue
9535        id="StringFormatMatches"
9536        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9537        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9538        errorLine2="                                                                ~~~~~~">
9539        <location
9540            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9541            line="151"
9542            column="65"/>
9543        <location
9544            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings.xml"
9545            line="258"
9546            column="5"
9547            message="Conflicting argument declaration here"/>
9548    </issue>
9549
9550    <issue
9551        id="StringFormatMatches"
9552        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9553        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9554        errorLine2="                                                                ~~~~~~">
9555        <location
9556            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9557            line="151"
9558            column="65"/>
9559        <location
9560            file="frameworks/base/packages/SystemUI/res/values-es/strings.xml"
9561            line="258"
9562            column="5"
9563            message="Conflicting argument declaration here"/>
9564    </issue>
9565
9566    <issue
9567        id="StringFormatMatches"
9568        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9569        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9570        errorLine2="                                                                ~~~~~~">
9571        <location
9572            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9573            line="151"
9574            column="65"/>
9575        <location
9576            file="frameworks/base/packages/SystemUI/res/values-fr/strings.xml"
9577            line="258"
9578            column="5"
9579            message="Conflicting argument declaration here"/>
9580    </issue>
9581
9582    <issue
9583        id="StringFormatMatches"
9584        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9585        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9586        errorLine2="                                                                ~~~~~~">
9587        <location
9588            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9589            line="151"
9590            column="65"/>
9591        <location
9592            file="frameworks/base/packages/SystemUI/res/values-gl/strings.xml"
9593            line="258"
9594            column="5"
9595            message="Conflicting argument declaration here"/>
9596    </issue>
9597
9598    <issue
9599        id="StringFormatMatches"
9600        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9601        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9602        errorLine2="                                                                ~~~~~~">
9603        <location
9604            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9605            line="151"
9606            column="65"/>
9607        <location
9608            file="frameworks/base/packages/SystemUI/res/values-hr/strings.xml"
9609            line="258"
9610            column="5"
9611            message="Conflicting argument declaration here"/>
9612    </issue>
9613
9614    <issue
9615        id="StringFormatMatches"
9616        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9617        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9618        errorLine2="                                                                ~~~~~~">
9619        <location
9620            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9621            line="151"
9622            column="65"/>
9623        <location
9624            file="frameworks/base/packages/SystemUI/res/values-ja/strings.xml"
9625            line="258"
9626            column="5"
9627            message="Conflicting argument declaration here"/>
9628    </issue>
9629
9630    <issue
9631        id="StringFormatMatches"
9632        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9633        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9634        errorLine2="                                                                ~~~~~~">
9635        <location
9636            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9637            line="151"
9638            column="65"/>
9639        <location
9640            file="frameworks/base/packages/SystemUI/res/values-ko/strings.xml"
9641            line="258"
9642            column="5"
9643            message="Conflicting argument declaration here"/>
9644    </issue>
9645
9646    <issue
9647        id="StringFormatMatches"
9648        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9649        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9650        errorLine2="                                                                ~~~~~~">
9651        <location
9652            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9653            line="151"
9654            column="65"/>
9655        <location
9656            file="frameworks/base/packages/SystemUI/res/values-lt/strings.xml"
9657            line="258"
9658            column="5"
9659            message="Conflicting argument declaration here"/>
9660    </issue>
9661
9662    <issue
9663        id="StringFormatMatches"
9664        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9665        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9666        errorLine2="                                                                ~~~~~~">
9667        <location
9668            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9669            line="151"
9670            column="65"/>
9671        <location
9672            file="frameworks/base/packages/SystemUI/res/values-lv/strings.xml"
9673            line="258"
9674            column="5"
9675            message="Conflicting argument declaration here"/>
9676    </issue>
9677
9678    <issue
9679        id="StringFormatMatches"
9680        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9681        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9682        errorLine2="                                                                ~~~~~~">
9683        <location
9684            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9685            line="151"
9686            column="65"/>
9687        <location
9688            file="frameworks/base/packages/SystemUI/res/values-pt/strings.xml"
9689            line="258"
9690            column="5"
9691            message="Conflicting argument declaration here"/>
9692    </issue>
9693
9694    <issue
9695        id="StringFormatMatches"
9696        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9697        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9698        errorLine2="                                                                ~~~~~~">
9699        <location
9700            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9701            line="151"
9702            column="65"/>
9703        <location
9704            file="frameworks/base/packages/SystemUI/res/values-ru/strings.xml"
9705            line="258"
9706            column="5"
9707            message="Conflicting argument declaration here"/>
9708    </issue>
9709
9710    <issue
9711        id="StringFormatMatches"
9712        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9713        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9714        errorLine2="                                                                ~~~~~~">
9715        <location
9716            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9717            line="151"
9718            column="65"/>
9719        <location
9720            file="frameworks/base/packages/SystemUI/res/values-sl/strings.xml"
9721            line="258"
9722            column="5"
9723            message="Conflicting argument declaration here"/>
9724    </issue>
9725
9726    <issue
9727        id="StringFormatMatches"
9728        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9729        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9730        errorLine2="                                                                ~~~~~~">
9731        <location
9732            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9733            line="151"
9734            column="65"/>
9735        <location
9736            file="frameworks/base/packages/SystemUI/res/values-sr/strings.xml"
9737            line="258"
9738            column="5"
9739            message="Conflicting argument declaration here"/>
9740    </issue>
9741
9742    <issue
9743        id="StringFormatMatches"
9744        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9745        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9746        errorLine2="                                                                ~~~~~~">
9747        <location
9748            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9749            line="151"
9750            column="65"/>
9751        <location
9752            file="frameworks/base/packages/SystemUI/res/values-sv/strings.xml"
9753            line="258"
9754            column="5"
9755            message="Conflicting argument declaration here"/>
9756    </issue>
9757
9758    <issue
9759        id="StringFormatMatches"
9760        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9761        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9762        errorLine2="                                                                ~~~~~~">
9763        <location
9764            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9765            line="151"
9766            column="65"/>
9767        <location
9768            file="frameworks/base/packages/SystemUI/res/values-ur/strings.xml"
9769            line="258"
9770            column="5"
9771            message="Conflicting argument declaration here"/>
9772    </issue>
9773
9774    <issue
9775        id="StringFormatMatches"
9776        message="Suspicious argument type for formatting argument #1 in `notification_group_overflow_indicator`: conversion is `s`, received `int` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9777        errorLine1="                R.string.notification_group_overflow_indicator, number);"
9778        errorLine2="                                                                ~~~~~~">
9779        <location
9780            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridGroupManager.java"
9781            line="151"
9782            column="65"/>
9783        <location
9784            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
9785            line="620"
9786            column="5"
9787            message="Conflicting argument declaration here"/>
9788    </issue>
9789
9790    <issue
9791        id="StringFormatMatches"
9792        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9793        errorLine1="                    durationSinceLastInteraction.toDays());"
9794        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9795        <location
9796            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9797            line="1315"
9798            column="21"/>
9799        <location
9800            file="frameworks/base/packages/SystemUI/res/values-af/strings.xml"
9801            line="1136"
9802            column="5"
9803            message="Conflicting argument declaration here"/>
9804    </issue>
9805
9806    <issue
9807        id="StringFormatMatches"
9808        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9809        errorLine1="                    durationSinceLastInteraction.toDays());"
9810        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9811        <location
9812            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9813            line="1315"
9814            column="21"/>
9815        <location
9816            file="frameworks/base/packages/SystemUI/res/values-am/strings.xml"
9817            line="1136"
9818            column="5"
9819            message="Conflicting argument declaration here"/>
9820    </issue>
9821
9822    <issue
9823        id="StringFormatMatches"
9824        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9825        errorLine1="                    durationSinceLastInteraction.toDays());"
9826        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9827        <location
9828            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9829            line="1315"
9830            column="21"/>
9831        <location
9832            file="frameworks/base/packages/SystemUI/res/values-ar/strings.xml"
9833            line="1136"
9834            column="5"
9835            message="Conflicting argument declaration here"/>
9836    </issue>
9837
9838    <issue
9839        id="StringFormatMatches"
9840        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9841        errorLine1="                    durationSinceLastInteraction.toDays());"
9842        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9843        <location
9844            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9845            line="1315"
9846            column="21"/>
9847        <location
9848            file="frameworks/base/packages/SystemUI/res/values-as/strings.xml"
9849            line="1136"
9850            column="5"
9851            message="Conflicting argument declaration here"/>
9852    </issue>
9853
9854    <issue
9855        id="StringFormatMatches"
9856        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9857        errorLine1="                    durationSinceLastInteraction.toDays());"
9858        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9859        <location
9860            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9861            line="1315"
9862            column="21"/>
9863        <location
9864            file="frameworks/base/packages/SystemUI/res/values-az/strings.xml"
9865            line="1136"
9866            column="5"
9867            message="Conflicting argument declaration here"/>
9868    </issue>
9869
9870    <issue
9871        id="StringFormatMatches"
9872        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9873        errorLine1="                    durationSinceLastInteraction.toDays());"
9874        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9875        <location
9876            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9877            line="1315"
9878            column="21"/>
9879        <location
9880            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings.xml"
9881            line="1136"
9882            column="5"
9883            message="Conflicting argument declaration here"/>
9884    </issue>
9885
9886    <issue
9887        id="StringFormatMatches"
9888        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9889        errorLine1="                    durationSinceLastInteraction.toDays());"
9890        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9891        <location
9892            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9893            line="1315"
9894            column="21"/>
9895        <location
9896            file="frameworks/base/packages/SystemUI/res/values-be/strings.xml"
9897            line="1136"
9898            column="5"
9899            message="Conflicting argument declaration here"/>
9900    </issue>
9901
9902    <issue
9903        id="StringFormatMatches"
9904        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9905        errorLine1="                    durationSinceLastInteraction.toDays());"
9906        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9907        <location
9908            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9909            line="1315"
9910            column="21"/>
9911        <location
9912            file="frameworks/base/packages/SystemUI/res/values-bg/strings.xml"
9913            line="1136"
9914            column="5"
9915            message="Conflicting argument declaration here"/>
9916    </issue>
9917
9918    <issue
9919        id="StringFormatMatches"
9920        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9921        errorLine1="                    durationSinceLastInteraction.toDays());"
9922        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9923        <location
9924            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9925            line="1315"
9926            column="21"/>
9927        <location
9928            file="frameworks/base/packages/SystemUI/res/values-bn/strings.xml"
9929            line="1136"
9930            column="5"
9931            message="Conflicting argument declaration here"/>
9932    </issue>
9933
9934    <issue
9935        id="StringFormatMatches"
9936        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9937        errorLine1="                    durationSinceLastInteraction.toDays());"
9938        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9939        <location
9940            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9941            line="1315"
9942            column="21"/>
9943        <location
9944            file="frameworks/base/packages/SystemUI/res/values-bs/strings.xml"
9945            line="1136"
9946            column="5"
9947            message="Conflicting argument declaration here"/>
9948    </issue>
9949
9950    <issue
9951        id="StringFormatMatches"
9952        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9953        errorLine1="                    durationSinceLastInteraction.toDays());"
9954        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9955        <location
9956            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9957            line="1315"
9958            column="21"/>
9959        <location
9960            file="frameworks/base/packages/SystemUI/res/values-ca/strings.xml"
9961            line="1136"
9962            column="5"
9963            message="Conflicting argument declaration here"/>
9964    </issue>
9965
9966    <issue
9967        id="StringFormatMatches"
9968        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9969        errorLine1="                    durationSinceLastInteraction.toDays());"
9970        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9971        <location
9972            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9973            line="1315"
9974            column="21"/>
9975        <location
9976            file="frameworks/base/packages/SystemUI/res/values-cs/strings.xml"
9977            line="1136"
9978            column="5"
9979            message="Conflicting argument declaration here"/>
9980    </issue>
9981
9982    <issue
9983        id="StringFormatMatches"
9984        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
9985        errorLine1="                    durationSinceLastInteraction.toDays());"
9986        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9987        <location
9988            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
9989            line="1315"
9990            column="21"/>
9991        <location
9992            file="frameworks/base/packages/SystemUI/res/values-da/strings.xml"
9993            line="1136"
9994            column="5"
9995            message="Conflicting argument declaration here"/>
9996    </issue>
9997
9998    <issue
9999        id="StringFormatMatches"
10000        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10001        errorLine1="                    durationSinceLastInteraction.toDays());"
10002        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10003        <location
10004            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10005            line="1315"
10006            column="21"/>
10007        <location
10008            file="frameworks/base/packages/SystemUI/res/values-de/strings.xml"
10009            line="1136"
10010            column="5"
10011            message="Conflicting argument declaration here"/>
10012    </issue>
10013
10014    <issue
10015        id="StringFormatMatches"
10016        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10017        errorLine1="                    durationSinceLastInteraction.toDays());"
10018        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10019        <location
10020            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10021            line="1315"
10022            column="21"/>
10023        <location
10024            file="frameworks/base/packages/SystemUI/res/values-el/strings.xml"
10025            line="1136"
10026            column="5"
10027            message="Conflicting argument declaration here"/>
10028    </issue>
10029
10030    <issue
10031        id="StringFormatMatches"
10032        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10033        errorLine1="                    durationSinceLastInteraction.toDays());"
10034        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10035        <location
10036            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10037            line="1315"
10038            column="21"/>
10039        <location
10040            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
10041            line="1136"
10042            column="5"
10043            message="Conflicting argument declaration here"/>
10044    </issue>
10045
10046    <issue
10047        id="StringFormatMatches"
10048        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10049        errorLine1="                    durationSinceLastInteraction.toDays());"
10050        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10051        <location
10052            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10053            line="1315"
10054            column="21"/>
10055        <location
10056            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings.xml"
10057            line="1131"
10058            column="5"
10059            message="Conflicting argument declaration here"/>
10060    </issue>
10061
10062    <issue
10063        id="StringFormatMatches"
10064        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10065        errorLine1="                    durationSinceLastInteraction.toDays());"
10066        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10067        <location
10068            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10069            line="1315"
10070            column="21"/>
10071        <location
10072            file="frameworks/base/packages/SystemUI/res/values-es/strings.xml"
10073            line="1136"
10074            column="5"
10075            message="Conflicting argument declaration here"/>
10076    </issue>
10077
10078    <issue
10079        id="StringFormatMatches"
10080        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10081        errorLine1="                    durationSinceLastInteraction.toDays());"
10082        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10083        <location
10084            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10085            line="1315"
10086            column="21"/>
10087        <location
10088            file="frameworks/base/packages/SystemUI/res/values-et/strings.xml"
10089            line="1136"
10090            column="5"
10091            message="Conflicting argument declaration here"/>
10092    </issue>
10093
10094    <issue
10095        id="StringFormatMatches"
10096        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10097        errorLine1="                    durationSinceLastInteraction.toDays());"
10098        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10099        <location
10100            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10101            line="1315"
10102            column="21"/>
10103        <location
10104            file="frameworks/base/packages/SystemUI/res/values-eu/strings.xml"
10105            line="1136"
10106            column="5"
10107            message="Conflicting argument declaration here"/>
10108    </issue>
10109
10110    <issue
10111        id="StringFormatMatches"
10112        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10113        errorLine1="                    durationSinceLastInteraction.toDays());"
10114        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10115        <location
10116            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10117            line="1315"
10118            column="21"/>
10119        <location
10120            file="frameworks/base/packages/SystemUI/res/values-fa/strings.xml"
10121            line="1136"
10122            column="5"
10123            message="Conflicting argument declaration here"/>
10124    </issue>
10125
10126    <issue
10127        id="StringFormatMatches"
10128        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10129        errorLine1="                    durationSinceLastInteraction.toDays());"
10130        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10131        <location
10132            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10133            line="1315"
10134            column="21"/>
10135        <location
10136            file="frameworks/base/packages/SystemUI/res/values-fi/strings.xml"
10137            line="1136"
10138            column="5"
10139            message="Conflicting argument declaration here"/>
10140    </issue>
10141
10142    <issue
10143        id="StringFormatMatches"
10144        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10145        errorLine1="                    durationSinceLastInteraction.toDays());"
10146        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10147        <location
10148            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10149            line="1315"
10150            column="21"/>
10151        <location
10152            file="frameworks/base/packages/SystemUI/res/values-fr/strings.xml"
10153            line="1136"
10154            column="5"
10155            message="Conflicting argument declaration here"/>
10156    </issue>
10157
10158    <issue
10159        id="StringFormatMatches"
10160        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10161        errorLine1="                    durationSinceLastInteraction.toDays());"
10162        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10163        <location
10164            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10165            line="1315"
10166            column="21"/>
10167        <location
10168            file="frameworks/base/packages/SystemUI/res/values-gl/strings.xml"
10169            line="1136"
10170            column="5"
10171            message="Conflicting argument declaration here"/>
10172    </issue>
10173
10174    <issue
10175        id="StringFormatMatches"
10176        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10177        errorLine1="                    durationSinceLastInteraction.toDays());"
10178        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10179        <location
10180            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10181            line="1315"
10182            column="21"/>
10183        <location
10184            file="frameworks/base/packages/SystemUI/res/values-gu/strings.xml"
10185            line="1136"
10186            column="5"
10187            message="Conflicting argument declaration here"/>
10188    </issue>
10189
10190    <issue
10191        id="StringFormatMatches"
10192        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10193        errorLine1="                    durationSinceLastInteraction.toDays());"
10194        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10195        <location
10196            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10197            line="1315"
10198            column="21"/>
10199        <location
10200            file="frameworks/base/packages/SystemUI/res/values-hi/strings.xml"
10201            line="1136"
10202            column="5"
10203            message="Conflicting argument declaration here"/>
10204    </issue>
10205
10206    <issue
10207        id="StringFormatMatches"
10208        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10209        errorLine1="                    durationSinceLastInteraction.toDays());"
10210        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10211        <location
10212            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10213            line="1315"
10214            column="21"/>
10215        <location
10216            file="frameworks/base/packages/SystemUI/res/values-hr/strings.xml"
10217            line="1136"
10218            column="5"
10219            message="Conflicting argument declaration here"/>
10220    </issue>
10221
10222    <issue
10223        id="StringFormatMatches"
10224        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10225        errorLine1="                    durationSinceLastInteraction.toDays());"
10226        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10227        <location
10228            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10229            line="1315"
10230            column="21"/>
10231        <location
10232            file="frameworks/base/packages/SystemUI/res/values-hu/strings.xml"
10233            line="1136"
10234            column="5"
10235            message="Conflicting argument declaration here"/>
10236    </issue>
10237
10238    <issue
10239        id="StringFormatMatches"
10240        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10241        errorLine1="                    durationSinceLastInteraction.toDays());"
10242        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10243        <location
10244            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10245            line="1315"
10246            column="21"/>
10247        <location
10248            file="frameworks/base/packages/SystemUI/res/values-hy/strings.xml"
10249            line="1136"
10250            column="5"
10251            message="Conflicting argument declaration here"/>
10252    </issue>
10253
10254    <issue
10255        id="StringFormatMatches"
10256        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10257        errorLine1="                    durationSinceLastInteraction.toDays());"
10258        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10259        <location
10260            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10261            line="1315"
10262            column="21"/>
10263        <location
10264            file="frameworks/base/packages/SystemUI/res/values-in/strings.xml"
10265            line="1136"
10266            column="5"
10267            message="Conflicting argument declaration here"/>
10268    </issue>
10269
10270    <issue
10271        id="StringFormatMatches"
10272        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10273        errorLine1="                    durationSinceLastInteraction.toDays());"
10274        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10275        <location
10276            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10277            line="1315"
10278            column="21"/>
10279        <location
10280            file="frameworks/base/packages/SystemUI/res/values-is/strings.xml"
10281            line="1136"
10282            column="5"
10283            message="Conflicting argument declaration here"/>
10284    </issue>
10285
10286    <issue
10287        id="StringFormatMatches"
10288        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10289        errorLine1="                    durationSinceLastInteraction.toDays());"
10290        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10291        <location
10292            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10293            line="1315"
10294            column="21"/>
10295        <location
10296            file="frameworks/base/packages/SystemUI/res/values-it/strings.xml"
10297            line="1136"
10298            column="5"
10299            message="Conflicting argument declaration here"/>
10300    </issue>
10301
10302    <issue
10303        id="StringFormatMatches"
10304        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10305        errorLine1="                    durationSinceLastInteraction.toDays());"
10306        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10307        <location
10308            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10309            line="1315"
10310            column="21"/>
10311        <location
10312            file="frameworks/base/packages/SystemUI/res/values-iw/strings.xml"
10313            line="1136"
10314            column="5"
10315            message="Conflicting argument declaration here"/>
10316    </issue>
10317
10318    <issue
10319        id="StringFormatMatches"
10320        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10321        errorLine1="                    durationSinceLastInteraction.toDays());"
10322        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10323        <location
10324            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10325            line="1315"
10326            column="21"/>
10327        <location
10328            file="frameworks/base/packages/SystemUI/res/values-ja/strings.xml"
10329            line="1136"
10330            column="5"
10331            message="Conflicting argument declaration here"/>
10332    </issue>
10333
10334    <issue
10335        id="StringFormatMatches"
10336        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10337        errorLine1="                    durationSinceLastInteraction.toDays());"
10338        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10339        <location
10340            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10341            line="1315"
10342            column="21"/>
10343        <location
10344            file="frameworks/base/packages/SystemUI/res/values-ka/strings.xml"
10345            line="1136"
10346            column="5"
10347            message="Conflicting argument declaration here"/>
10348    </issue>
10349
10350    <issue
10351        id="StringFormatMatches"
10352        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10353        errorLine1="                    durationSinceLastInteraction.toDays());"
10354        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10355        <location
10356            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10357            line="1315"
10358            column="21"/>
10359        <location
10360            file="frameworks/base/packages/SystemUI/res/values-kk/strings.xml"
10361            line="1136"
10362            column="5"
10363            message="Conflicting argument declaration here"/>
10364    </issue>
10365
10366    <issue
10367        id="StringFormatMatches"
10368        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10369        errorLine1="                    durationSinceLastInteraction.toDays());"
10370        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10371        <location
10372            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10373            line="1315"
10374            column="21"/>
10375        <location
10376            file="frameworks/base/packages/SystemUI/res/values-km/strings.xml"
10377            line="1136"
10378            column="5"
10379            message="Conflicting argument declaration here"/>
10380    </issue>
10381
10382    <issue
10383        id="StringFormatMatches"
10384        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10385        errorLine1="                    durationSinceLastInteraction.toDays());"
10386        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10387        <location
10388            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10389            line="1315"
10390            column="21"/>
10391        <location
10392            file="frameworks/base/packages/SystemUI/res/values-kn/strings.xml"
10393            line="1136"
10394            column="5"
10395            message="Conflicting argument declaration here"/>
10396    </issue>
10397
10398    <issue
10399        id="StringFormatMatches"
10400        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10401        errorLine1="                    durationSinceLastInteraction.toDays());"
10402        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10403        <location
10404            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10405            line="1315"
10406            column="21"/>
10407        <location
10408            file="frameworks/base/packages/SystemUI/res/values-ko/strings.xml"
10409            line="1136"
10410            column="5"
10411            message="Conflicting argument declaration here"/>
10412    </issue>
10413
10414    <issue
10415        id="StringFormatMatches"
10416        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10417        errorLine1="                    durationSinceLastInteraction.toDays());"
10418        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10419        <location
10420            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10421            line="1315"
10422            column="21"/>
10423        <location
10424            file="frameworks/base/packages/SystemUI/res/values-ky/strings.xml"
10425            line="1136"
10426            column="5"
10427            message="Conflicting argument declaration here"/>
10428    </issue>
10429
10430    <issue
10431        id="StringFormatMatches"
10432        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10433        errorLine1="                    durationSinceLastInteraction.toDays());"
10434        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10435        <location
10436            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10437            line="1315"
10438            column="21"/>
10439        <location
10440            file="frameworks/base/packages/SystemUI/res/values-lo/strings.xml"
10441            line="1136"
10442            column="5"
10443            message="Conflicting argument declaration here"/>
10444    </issue>
10445
10446    <issue
10447        id="StringFormatMatches"
10448        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10449        errorLine1="                    durationSinceLastInteraction.toDays());"
10450        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10451        <location
10452            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10453            line="1315"
10454            column="21"/>
10455        <location
10456            file="frameworks/base/packages/SystemUI/res/values-lt/strings.xml"
10457            line="1136"
10458            column="5"
10459            message="Conflicting argument declaration here"/>
10460    </issue>
10461
10462    <issue
10463        id="StringFormatMatches"
10464        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10465        errorLine1="                    durationSinceLastInteraction.toDays());"
10466        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10467        <location
10468            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10469            line="1315"
10470            column="21"/>
10471        <location
10472            file="frameworks/base/packages/SystemUI/res/values-lv/strings.xml"
10473            line="1136"
10474            column="5"
10475            message="Conflicting argument declaration here"/>
10476    </issue>
10477
10478    <issue
10479        id="StringFormatMatches"
10480        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10481        errorLine1="                    durationSinceLastInteraction.toDays());"
10482        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10483        <location
10484            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10485            line="1315"
10486            column="21"/>
10487        <location
10488            file="frameworks/base/packages/SystemUI/res/values-mk/strings.xml"
10489            line="1136"
10490            column="5"
10491            message="Conflicting argument declaration here"/>
10492    </issue>
10493
10494    <issue
10495        id="StringFormatMatches"
10496        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10497        errorLine1="                    durationSinceLastInteraction.toDays());"
10498        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10499        <location
10500            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10501            line="1315"
10502            column="21"/>
10503        <location
10504            file="frameworks/base/packages/SystemUI/res/values-ml/strings.xml"
10505            line="1136"
10506            column="5"
10507            message="Conflicting argument declaration here"/>
10508    </issue>
10509
10510    <issue
10511        id="StringFormatMatches"
10512        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10513        errorLine1="                    durationSinceLastInteraction.toDays());"
10514        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10515        <location
10516            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10517            line="1315"
10518            column="21"/>
10519        <location
10520            file="frameworks/base/packages/SystemUI/res/values-mn/strings.xml"
10521            line="1136"
10522            column="5"
10523            message="Conflicting argument declaration here"/>
10524    </issue>
10525
10526    <issue
10527        id="StringFormatMatches"
10528        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10529        errorLine1="                    durationSinceLastInteraction.toDays());"
10530        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10531        <location
10532            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10533            line="1315"
10534            column="21"/>
10535        <location
10536            file="frameworks/base/packages/SystemUI/res/values-mr/strings.xml"
10537            line="1136"
10538            column="5"
10539            message="Conflicting argument declaration here"/>
10540    </issue>
10541
10542    <issue
10543        id="StringFormatMatches"
10544        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10545        errorLine1="                    durationSinceLastInteraction.toDays());"
10546        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10547        <location
10548            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10549            line="1315"
10550            column="21"/>
10551        <location
10552            file="frameworks/base/packages/SystemUI/res/values-my/strings.xml"
10553            line="1136"
10554            column="5"
10555            message="Conflicting argument declaration here"/>
10556    </issue>
10557
10558    <issue
10559        id="StringFormatMatches"
10560        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10561        errorLine1="                    durationSinceLastInteraction.toDays());"
10562        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10563        <location
10564            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10565            line="1315"
10566            column="21"/>
10567        <location
10568            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
10569            line="1136"
10570            column="5"
10571            message="Conflicting argument declaration here"/>
10572    </issue>
10573
10574    <issue
10575        id="StringFormatMatches"
10576        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10577        errorLine1="                    durationSinceLastInteraction.toDays());"
10578        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10579        <location
10580            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10581            line="1315"
10582            column="21"/>
10583        <location
10584            file="frameworks/base/packages/SystemUI/res/values-ne/strings.xml"
10585            line="1136"
10586            column="5"
10587            message="Conflicting argument declaration here"/>
10588    </issue>
10589
10590    <issue
10591        id="StringFormatMatches"
10592        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10593        errorLine1="                    durationSinceLastInteraction.toDays());"
10594        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10595        <location
10596            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10597            line="1315"
10598            column="21"/>
10599        <location
10600            file="frameworks/base/packages/SystemUI/res/values-nl/strings.xml"
10601            line="1136"
10602            column="5"
10603            message="Conflicting argument declaration here"/>
10604    </issue>
10605
10606    <issue
10607        id="StringFormatMatches"
10608        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10609        errorLine1="                    durationSinceLastInteraction.toDays());"
10610        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10611        <location
10612            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10613            line="1315"
10614            column="21"/>
10615        <location
10616            file="frameworks/base/packages/SystemUI/res/values-or/strings.xml"
10617            line="1136"
10618            column="5"
10619            message="Conflicting argument declaration here"/>
10620    </issue>
10621
10622    <issue
10623        id="StringFormatMatches"
10624        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10625        errorLine1="                    durationSinceLastInteraction.toDays());"
10626        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10627        <location
10628            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10629            line="1315"
10630            column="21"/>
10631        <location
10632            file="frameworks/base/packages/SystemUI/res/values-pa/strings.xml"
10633            line="1136"
10634            column="5"
10635            message="Conflicting argument declaration here"/>
10636    </issue>
10637
10638    <issue
10639        id="StringFormatMatches"
10640        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10641        errorLine1="                    durationSinceLastInteraction.toDays());"
10642        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10643        <location
10644            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10645            line="1315"
10646            column="21"/>
10647        <location
10648            file="frameworks/base/packages/SystemUI/res/values-pl/strings.xml"
10649            line="1131"
10650            column="5"
10651            message="Conflicting argument declaration here"/>
10652    </issue>
10653
10654    <issue
10655        id="StringFormatMatches"
10656        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10657        errorLine1="                    durationSinceLastInteraction.toDays());"
10658        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10659        <location
10660            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10661            line="1315"
10662            column="21"/>
10663        <location
10664            file="frameworks/base/packages/SystemUI/res/values-pt/strings.xml"
10665            line="1136"
10666            column="5"
10667            message="Conflicting argument declaration here"/>
10668    </issue>
10669
10670    <issue
10671        id="StringFormatMatches"
10672        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10673        errorLine1="                    durationSinceLastInteraction.toDays());"
10674        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10675        <location
10676            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10677            line="1315"
10678            column="21"/>
10679        <location
10680            file="frameworks/base/packages/SystemUI/res/values-ro/strings.xml"
10681            line="1136"
10682            column="5"
10683            message="Conflicting argument declaration here"/>
10684    </issue>
10685
10686    <issue
10687        id="StringFormatMatches"
10688        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10689        errorLine1="                    durationSinceLastInteraction.toDays());"
10690        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10691        <location
10692            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10693            line="1315"
10694            column="21"/>
10695        <location
10696            file="frameworks/base/packages/SystemUI/res/values-ru/strings.xml"
10697            line="1136"
10698            column="5"
10699            message="Conflicting argument declaration here"/>
10700    </issue>
10701
10702    <issue
10703        id="StringFormatMatches"
10704        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10705        errorLine1="                    durationSinceLastInteraction.toDays());"
10706        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10707        <location
10708            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10709            line="1315"
10710            column="21"/>
10711        <location
10712            file="frameworks/base/packages/SystemUI/res/values-si/strings.xml"
10713            line="1136"
10714            column="5"
10715            message="Conflicting argument declaration here"/>
10716    </issue>
10717
10718    <issue
10719        id="StringFormatMatches"
10720        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10721        errorLine1="                    durationSinceLastInteraction.toDays());"
10722        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10723        <location
10724            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10725            line="1315"
10726            column="21"/>
10727        <location
10728            file="frameworks/base/packages/SystemUI/res/values-sk/strings.xml"
10729            line="1136"
10730            column="5"
10731            message="Conflicting argument declaration here"/>
10732    </issue>
10733
10734    <issue
10735        id="StringFormatMatches"
10736        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10737        errorLine1="                    durationSinceLastInteraction.toDays());"
10738        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10739        <location
10740            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10741            line="1315"
10742            column="21"/>
10743        <location
10744            file="frameworks/base/packages/SystemUI/res/values-sl/strings.xml"
10745            line="1136"
10746            column="5"
10747            message="Conflicting argument declaration here"/>
10748    </issue>
10749
10750    <issue
10751        id="StringFormatMatches"
10752        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10753        errorLine1="                    durationSinceLastInteraction.toDays());"
10754        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10755        <location
10756            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10757            line="1315"
10758            column="21"/>
10759        <location
10760            file="frameworks/base/packages/SystemUI/res/values-sq/strings.xml"
10761            line="1136"
10762            column="5"
10763            message="Conflicting argument declaration here"/>
10764    </issue>
10765
10766    <issue
10767        id="StringFormatMatches"
10768        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10769        errorLine1="                    durationSinceLastInteraction.toDays());"
10770        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10771        <location
10772            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10773            line="1315"
10774            column="21"/>
10775        <location
10776            file="frameworks/base/packages/SystemUI/res/values-sr/strings.xml"
10777            line="1136"
10778            column="5"
10779            message="Conflicting argument declaration here"/>
10780    </issue>
10781
10782    <issue
10783        id="StringFormatMatches"
10784        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10785        errorLine1="                    durationSinceLastInteraction.toDays());"
10786        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10787        <location
10788            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10789            line="1315"
10790            column="21"/>
10791        <location
10792            file="frameworks/base/packages/SystemUI/res/values-sv/strings.xml"
10793            line="1136"
10794            column="5"
10795            message="Conflicting argument declaration here"/>
10796    </issue>
10797
10798    <issue
10799        id="StringFormatMatches"
10800        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10801        errorLine1="                    durationSinceLastInteraction.toDays());"
10802        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10803        <location
10804            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10805            line="1315"
10806            column="21"/>
10807        <location
10808            file="frameworks/base/packages/SystemUI/res/values-sw/strings.xml"
10809            line="1136"
10810            column="5"
10811            message="Conflicting argument declaration here"/>
10812    </issue>
10813
10814    <issue
10815        id="StringFormatMatches"
10816        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10817        errorLine1="                    durationSinceLastInteraction.toDays());"
10818        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10819        <location
10820            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10821            line="1315"
10822            column="21"/>
10823        <location
10824            file="frameworks/base/packages/SystemUI/res/values-ta/strings.xml"
10825            line="1136"
10826            column="5"
10827            message="Conflicting argument declaration here"/>
10828    </issue>
10829
10830    <issue
10831        id="StringFormatMatches"
10832        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10833        errorLine1="                    durationSinceLastInteraction.toDays());"
10834        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10835        <location
10836            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10837            line="1315"
10838            column="21"/>
10839        <location
10840            file="frameworks/base/packages/SystemUI/res/values-te/strings.xml"
10841            line="1136"
10842            column="5"
10843            message="Conflicting argument declaration here"/>
10844    </issue>
10845
10846    <issue
10847        id="StringFormatMatches"
10848        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10849        errorLine1="                    durationSinceLastInteraction.toDays());"
10850        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10851        <location
10852            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10853            line="1315"
10854            column="21"/>
10855        <location
10856            file="frameworks/base/packages/SystemUI/res/values-th/strings.xml"
10857            line="1136"
10858            column="5"
10859            message="Conflicting argument declaration here"/>
10860    </issue>
10861
10862    <issue
10863        id="StringFormatMatches"
10864        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10865        errorLine1="                    durationSinceLastInteraction.toDays());"
10866        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10867        <location
10868            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10869            line="1315"
10870            column="21"/>
10871        <location
10872            file="frameworks/base/packages/SystemUI/res/values-tl/strings.xml"
10873            line="1136"
10874            column="5"
10875            message="Conflicting argument declaration here"/>
10876    </issue>
10877
10878    <issue
10879        id="StringFormatMatches"
10880        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10881        errorLine1="                    durationSinceLastInteraction.toDays());"
10882        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10883        <location
10884            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10885            line="1315"
10886            column="21"/>
10887        <location
10888            file="frameworks/base/packages/SystemUI/res/values-tr/strings.xml"
10889            line="1136"
10890            column="5"
10891            message="Conflicting argument declaration here"/>
10892    </issue>
10893
10894    <issue
10895        id="StringFormatMatches"
10896        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10897        errorLine1="                    durationSinceLastInteraction.toDays());"
10898        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10899        <location
10900            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10901            line="1315"
10902            column="21"/>
10903        <location
10904            file="frameworks/base/packages/SystemUI/res/values-uk/strings.xml"
10905            line="1136"
10906            column="5"
10907            message="Conflicting argument declaration here"/>
10908    </issue>
10909
10910    <issue
10911        id="StringFormatMatches"
10912        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10913        errorLine1="                    durationSinceLastInteraction.toDays());"
10914        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10915        <location
10916            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10917            line="1315"
10918            column="21"/>
10919        <location
10920            file="frameworks/base/packages/SystemUI/res/values-ur/strings.xml"
10921            line="1136"
10922            column="5"
10923            message="Conflicting argument declaration here"/>
10924    </issue>
10925
10926    <issue
10927        id="StringFormatMatches"
10928        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10929        errorLine1="                    durationSinceLastInteraction.toDays());"
10930        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10931        <location
10932            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10933            line="1315"
10934            column="21"/>
10935        <location
10936            file="frameworks/base/packages/SystemUI/res/values-uz/strings.xml"
10937            line="1136"
10938            column="5"
10939            message="Conflicting argument declaration here"/>
10940    </issue>
10941
10942    <issue
10943        id="StringFormatMatches"
10944        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10945        errorLine1="                    durationSinceLastInteraction.toDays());"
10946        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10947        <location
10948            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10949            line="1315"
10950            column="21"/>
10951        <location
10952            file="frameworks/base/packages/SystemUI/res/values-vi/strings.xml"
10953            line="1136"
10954            column="5"
10955            message="Conflicting argument declaration here"/>
10956    </issue>
10957
10958    <issue
10959        id="StringFormatMatches"
10960        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10961        errorLine1="                    durationSinceLastInteraction.toDays());"
10962        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10963        <location
10964            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10965            line="1315"
10966            column="21"/>
10967        <location
10968            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings.xml"
10969            line="1136"
10970            column="5"
10971            message="Conflicting argument declaration here"/>
10972    </issue>
10973
10974    <issue
10975        id="StringFormatMatches"
10976        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10977        errorLine1="                    durationSinceLastInteraction.toDays());"
10978        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10979        <location
10980            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10981            line="1315"
10982            column="21"/>
10983        <location
10984            file="frameworks/base/packages/SystemUI/res/values-zu/strings.xml"
10985            line="1136"
10986            column="5"
10987            message="Conflicting argument declaration here"/>
10988    </issue>
10989
10990    <issue
10991        id="StringFormatMatches"
10992        message="Suspicious argument type for formatting argument #1 in `days_timestamp`: conversion is `s`, received `long` (argument #2 in method call) (Did you mean formatting character `d`, &apos;o&apos; or `x`?)"
10993        errorLine1="                    durationSinceLastInteraction.toDays());"
10994        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
10995        <location
10996            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleTileViewHelper.java"
10997            line="1315"
10998            column="21"/>
10999        <location
11000            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
11001            line="2997"
11002            column="5"
11003            message="Conflicting argument declaration here"/>
11004    </issue>
11005
11006    <issue
11007        id="Typos"
11008        message="&quot;theyre&quot; is a common misspelling; did you mean &quot;they&apos;re&quot;?"
11009        errorLine1="    &lt;string name=&quot;fingerprint_re_enroll_dialog_content&quot; msgid=&quot;4866561176695984879&quot;>&quot;To set up Fingerprint Unlock again, your current fingerprint images and models will be deleted.\n\nAfter theyre deleted, youll need to set up Fingerprint Unlock again to use your fingerprint to unlock your phone or verify its you.&quot;&lt;/string>"
11010        errorLine2="                                                                                                                                                                                              ^">
11011        <location
11012            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
11013            line="195"
11014            column="191"/>
11015    </issue>
11016
11017    <issue
11018        id="Typos"
11019        message="&quot;theyre&quot; is a common misspelling; did you mean &quot;they&apos;re&quot;?"
11020        errorLine1="    &lt;string name=&quot;fingerprint_re_enroll_dialog_content&quot; msgid=&quot;4866561176695984879&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‏‏‏‎‎‎‏‎‎‏‎‏‏‏‏‏‏‏‏‎‎‏‏‎‏‏‎‎‏‎‎‏‏‎‏‎‏‎‏‎‏‏‏‏‎‏‎‎‏‎‏‏‏‎‏‏‏‏‎To set up Fingerprint Unlock again, your current fingerprint images and models will be deleted.‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎After theyre deleted, youll need to set up Fingerprint Unlock again to use your fingerprint to unlock your phone or verify its you.‎‏‎‎‏‎&quot;&lt;/string>"
11021        errorLine2="                                                                                                                                                                                                                                                                                                                             ^">
11022        <location
11023            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings.xml"
11024            line="195"
11025            column="318"/>
11026    </issue>
11027
11028    <issue
11029        id="Typos"
11030        message="&quot;theyre&quot; is a common misspelling; did you mean &quot;they&apos;re&quot;?"
11031        errorLine1="    &lt;string name=&quot;fingerprint_re_enroll_dialog_content_singular&quot; msgid=&quot;3083663339787381218&quot;>&quot;To set up Fingerprint Unlock again, your current fingerprint images and model will be deleted.\n\nAfter theyre deleted, youll need to set up Fingerprint Unlock again to use your fingerprint to unlock your phone or verify its you.&quot;&lt;/string>"
11032        errorLine2="                                                                                                                                                                                                      ^">
11033        <location
11034            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
11035            line="196"
11036            column="199"/>
11037    </issue>
11038
11039    <issue
11040        id="Typos"
11041        message="&quot;theyre&quot; is a common misspelling; did you mean &quot;they&apos;re&quot;?"
11042        errorLine1="    &lt;string name=&quot;fingerprint_re_enroll_dialog_content_singular&quot; msgid=&quot;3083663339787381218&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‎‏‎‏‏‎‎‏‎‏‏‎‏‎‏‏‏‏‏‎‏‏‏‏‎‎‎‎‎‏‏‎‏‏‎‏‏‏‎‏‎‏‏‏‏‏‎‏‎‎‏‏‏‏‎‎‎‏‎‎To set up Fingerprint Unlock again, your current fingerprint images and model will be deleted.‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎‎‏‎‎‏‏‎\n‎‏‎‎‏‏‏‎After theyre deleted, youll need to set up Fingerprint Unlock again to use your fingerprint to unlock your phone or verify its you.‎‏‎‎‏‎&quot;&lt;/string>"
11043        errorLine2="                                                                                                                                                                                                                                                                                                                                    ^">
11044        <location
11045            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings.xml"
11046            line="196"
11047            column="325"/>
11048    </issue>
11049
11050    <issue
11051        id="Typos"
11052        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11053        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_management_named_vpn&quot; msgid=&quot;4137564460025113168&quot;>&quot;Denne enheten tilhører organisasjonen din og er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>&quot;&lt;/string>"
11054        errorLine2="                                                                                                                                                          ^">
11055        <location
11056            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11057            line="520"
11058            column="155"/>
11059    </issue>
11060
11061    <issue
11062        id="Typos"
11063        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11064        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_named_management_named_vpn&quot; msgid=&quot;2169227918166358741&quot;>&quot;Denne enheten tilhører &lt;xliff:g id=&quot;ORGANIZATION_NAME&quot;>%1$s&lt;/xliff:g> og er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%2$s&lt;/xliff:g>&quot;&lt;/string>"
11065        errorLine2="                                                                                                                                                                              ^">
11066        <location
11067            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11068            line="521"
11069            column="175"/>
11070    </issue>
11071
11072    <issue
11073        id="Typos"
11074        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11075        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_management_vpns&quot; msgid=&quot;929181757984262902&quot;>&quot;Denne enheten tilhører organisasjonen din og er koblet til internett via VPN-er&quot;&lt;/string>"
11076        errorLine2="                                                                                                                                                    ^">
11077        <location
11078            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11079            line="524"
11080            column="149"/>
11081    </issue>
11082
11083    <issue
11084        id="Typos"
11085        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11086        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_named_management_vpns&quot; msgid=&quot;3312645578322079185&quot;>&quot;Denne enheten tilhører &lt;xliff:g id=&quot;ORGANIZATION_NAME&quot;>%1$s&lt;/xliff:g> og er koblet til internett via VPN-er&quot;&lt;/string>"
11087        errorLine2="                                                                                                                                                                         ^">
11088        <location
11089            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11090            line="525"
11091            column="170"/>
11092    </issue>
11093
11094    <issue
11095        id="Typos"
11096        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11097        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_vpns&quot; msgid=&quot;3586175303518266301&quot;>&quot;Denne enheten er koblet til internett via VPN-er&quot;&lt;/string>"
11098        errorLine2="                                                                                                           ^">
11099        <location
11100            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11101            line="530"
11102            column="108"/>
11103    </issue>
11104
11105    <issue
11106        id="Typos"
11107        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11108        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_managed_profile_named_vpn&quot; msgid=&quot;153393105176944100&quot;>&quot;Jobbappene dine er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>&quot;&lt;/string>"
11109        errorLine2="                                                                                                                                 ^">
11110        <location
11111            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11112            line="531"
11113            column="130"/>
11114    </issue>
11115
11116    <issue
11117        id="Typos"
11118        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11119        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_personal_profile_named_vpn&quot; msgid=&quot;451254750289172191&quot;>&quot;De personlige appene dine er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>&quot;&lt;/string>"
11120        errorLine2="                                                                                                                                            ^">
11121        <location
11122            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11123            line="532"
11124            column="141"/>
11125    </issue>
11126
11127    <issue
11128        id="Typos"
11129        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11130        errorLine1="    &lt;string name=&quot;quick_settings_disclosure_named_vpn&quot; msgid=&quot;6191822916936028208&quot;>&quot;Denne enheten er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>&quot;&lt;/string>"
11131        errorLine2="                                                                                                                ^">
11132        <location
11133            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11134            line="533"
11135            column="113"/>
11136    </issue>
11137
11138    <issue
11139        id="Typos"
11140        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11141        errorLine1="    &lt;string name=&quot;monitoring_description_named_vpn&quot; msgid=&quot;8220190039787149671&quot;>&quot;Denne enheten er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>. Nettverksaktiviteten din, inkludert e-poster og nettlesingsdata, er synlig for VPN-leverandøren.&quot;&lt;/string>"
11142        errorLine2="                                                                                                             ^">
11143        <location
11144            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11145            line="549"
11146            column="110"/>
11147    </issue>
11148
11149    <issue
11150        id="Typos"
11151        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11152        errorLine1="    &lt;string name=&quot;monitoring_description_managed_device_named_vpn&quot; msgid=&quot;7693648349547785255&quot;>&quot;Denne enheten er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>. Nettverksaktiviteten din, inkludert e-poster og nettlesingsdata, er synlig for IT-administratoren din.&quot;&lt;/string>"
11153        errorLine2="                                                                                                                            ^">
11154        <location
11155            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11156            line="550"
11157            column="125"/>
11158    </issue>
11159
11160    <issue
11161        id="Typos"
11162        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11163        errorLine1="    &lt;string name=&quot;monitoring_description_two_named_vpns&quot; msgid=&quot;6726394451199620634&quot;>&quot;Denne enheten er koblet til internett via &lt;xliff:g id=&quot;VPN_APP_0&quot;>%1$s&lt;/xliff:g> og &lt;xliff:g id=&quot;VPN_APP_1&quot;>%2$s&lt;/xliff:g>. Nettverksaktiviteten din, inkludert e-poster og nettlesingsdata, er synlig for IT-administratoren din.&quot;&lt;/string>"
11164        errorLine2="                                                                                                                  ^">
11165        <location
11166            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11167            line="551"
11168            column="115"/>
11169    </issue>
11170
11171    <issue
11172        id="Typos"
11173        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11174        errorLine1="    &lt;string name=&quot;monitoring_description_managed_profile_named_vpn&quot; msgid=&quot;7254359257263069766&quot;>&quot;Jobbappene dine er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>. Nettverksaktiviteten din i jobbapper, inkludert e-poster og nettlesingsdata, er synlige for IT-administratoren og VPN-leverandøren din.&quot;&lt;/string>"
11175        errorLine2="                                                                                                                               ^">
11176        <location
11177            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11178            line="552"
11179            column="128"/>
11180    </issue>
11181
11182    <issue
11183        id="Typos"
11184        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11185        errorLine1="    &lt;string name=&quot;monitoring_description_personal_profile_named_vpn&quot; msgid=&quot;5083909710727365452&quot;>&quot;De personlige appene dine er koblet til internett via &lt;xliff:g id=&quot;VPN_APP&quot;>%1$s&lt;/xliff:g>. Nettverksaktiviteten din, inkludert e-poster og nettlesingsdata, er synlig for VPN-leverandøren din.&quot;&lt;/string>"
11186        errorLine2="                                                                                                                                          ^">
11187        <location
11188            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11189            line="553"
11190            column="139"/>
11191    </issue>
11192
11193    <issue
11194        id="Typos"
11195        message="Did you mean &quot;Pos!&quot; instead of &quot;Pos1&quot;?"
11196        errorLine1="    &lt;string name=&quot;keyboard_key_home&quot; msgid=&quot;3734400625170020657&quot;>&quot;Pos1&quot;&lt;/string>"
11197        errorLine2="                                                                  ^">
11198        <location
11199            file="frameworks/base/packages/SystemUI/res/values-de/strings.xml"
11200            line="718"
11201            column="67"/>
11202    </issue>
11203
11204    <issue
11205        id="Typos"
11206        message="Did you mean &quot;Pos!&quot; instead of &quot;Pos1&quot;?"
11207        errorLine1="    &lt;string name=&quot;keyboard_key_move_home&quot; msgid=&quot;3496502501803911971&quot;>&quot;Pos1&quot;&lt;/string>"
11208        errorLine2="                                                                       ^">
11209        <location
11210            file="frameworks/base/packages/SystemUI/res/values-de/strings.xml"
11211            line="738"
11212            column="72"/>
11213    </issue>
11214
11215    <issue
11216        id="Typos"
11217        message="&quot;internett&quot; is usually capitalized as &quot;Internett&quot;"
11218        errorLine1="    &lt;string name=&quot;mobile_data_disable_message&quot; msgid=&quot;8604966027899770415&quot;>&quot;Du får ikke tilgang til data eller internett via &lt;xliff:g id=&quot;CARRIER&quot;>%s&lt;/xliff:g>. Internett er bare tilgjengelig via Wifi.&quot;&lt;/string>"
11219        errorLine2="                                                                                                               ^">
11220        <location
11221            file="frameworks/base/packages/SystemUI/res/values-nb/strings.xml"
11222            line="925"
11223            column="112"/>
11224    </issue>
11225
11226    <issue
11227        id="ExtraTranslation"
11228        message="&quot;pip_settings_bounds&quot; is translated here but not found in default locale"
11229        errorLine1="    &lt;string translatable=&quot;false&quot; name=&quot;pip_settings_bounds&quot;>&quot;778 756 1258 1026&quot;&lt;/string>"
11230        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~">
11231        <location
11232            file="frameworks/base/packages/SystemUI/res/values-ldrtl/config.xml"
11233            line="20"
11234            column="34"/>
11235    </issue>
11236
11237    <issue
11238        id="ExtraTranslation"
11239        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11240        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot;>Drag left to quickly switch apps&lt;/string>"
11241        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11242        <location
11243            file="frameworks/base/packages/SystemUI/res/values-ldrtl/strings.xml"
11244            line="21"
11245            column="13"/>
11246    </issue>
11247
11248    <issue
11249        id="ExtraTranslation"
11250        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11251        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Sleep links om programme vinnig te wissel&quot;&lt;/string>"
11252        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11253        <location
11254            file="frameworks/base/packages/SystemUI/res/values-af-ldrtl/strings.xml"
11255            line="22"
11256            column="13"/>
11257    </issue>
11258
11259    <issue
11260        id="ExtraTranslation"
11261        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11262        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;መተግበሪያዎችን በፍጥነት ለመቀየር ወደ ግራ ይጎትቱ&quot;&lt;/string>"
11263        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11264        <location
11265            file="frameworks/base/packages/SystemUI/res/values-am-ldrtl/strings.xml"
11266            line="22"
11267            column="13"/>
11268    </issue>
11269
11270    <issue
11271        id="ExtraTranslation"
11272        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11273        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;اسحب لليمين للتبديل السريع بين التطبيقات.&quot;&lt;/string>"
11274        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11275        <location
11276            file="frameworks/base/packages/SystemUI/res/values-ar-ldrtl/strings.xml"
11277            line="22"
11278            column="13"/>
11279    </issue>
11280
11281    <issue
11282        id="ExtraTranslation"
11283        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11284        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;তাত্‍ক্ষণিকভাৱে আনটো এপ্ ব্যৱহাৰ কৰিবলৈ বাওঁফালে টানক&quot;&lt;/string>"
11285        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11286        <location
11287            file="frameworks/base/packages/SystemUI/res/values-as-ldrtl/strings.xml"
11288            line="22"
11289            column="13"/>
11290    </issue>
11291
11292    <issue
11293        id="ExtraTranslation"
11294        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11295        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Digər tətbiqə sürətlə keçmək üçün sola çəkin&quot;&lt;/string>"
11296        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11297        <location
11298            file="frameworks/base/packages/SystemUI/res/values-az-ldrtl/strings.xml"
11299            line="22"
11300            column="13"/>
11301    </issue>
11302
11303    <issue
11304        id="ExtraTranslation"
11305        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11306        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Prevucite ulevo da biste brzo promenili aplikacije&quot;&lt;/string>"
11307        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11308        <location
11309            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn-ldrtl/strings.xml"
11310            line="22"
11311            column="13"/>
11312    </issue>
11313
11314    <issue
11315        id="ExtraTranslation"
11316        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11317        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Каб хутка пераключыцца паміж праграмамі, перацягніце ўлева&quot;&lt;/string>"
11318        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11319        <location
11320            file="frameworks/base/packages/SystemUI/res/values-be-ldrtl/strings.xml"
11321            line="22"
11322            column="13"/>
11323    </issue>
11324
11325    <issue
11326        id="ExtraTranslation"
11327        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11328        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Плъзнете наляво за бързо превключване между приложенията&quot;&lt;/string>"
11329        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11330        <location
11331            file="frameworks/base/packages/SystemUI/res/values-bg-ldrtl/strings.xml"
11332            line="22"
11333            column="13"/>
11334    </issue>
11335
11336    <issue
11337        id="ExtraTranslation"
11338        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11339        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;একটি অ্যাপ ছেড়ে দ্রুত অন্য অ্যাপে যেতে বাঁ দিকে টেনে আনুন&quot;&lt;/string>"
11340        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11341        <location
11342            file="frameworks/base/packages/SystemUI/res/values-bn-ldrtl/strings.xml"
11343            line="22"
11344            column="13"/>
11345    </issue>
11346
11347    <issue
11348        id="ExtraTranslation"
11349        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11350        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Prevucite ulijevo za brzo prebacivanje između aplikacija&quot;&lt;/string>"
11351        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11352        <location
11353            file="frameworks/base/packages/SystemUI/res/values-bs-ldrtl/strings.xml"
11354            line="22"
11355            column="13"/>
11356    </issue>
11357
11358    <issue
11359        id="ExtraTranslation"
11360        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11361        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Arrossega el dit cap a l\&apos;esquerra per canviar ràpidament d\&apos;aplicació&quot;&lt;/string>"
11362        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11363        <location
11364            file="frameworks/base/packages/SystemUI/res/values-ca-ldrtl/strings.xml"
11365            line="22"
11366            column="13"/>
11367    </issue>
11368
11369    <issue
11370        id="ExtraTranslation"
11371        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11372        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Přetažením doleva rychle přepnete aplikace&quot;&lt;/string>"
11373        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11374        <location
11375            file="frameworks/base/packages/SystemUI/res/values-cs-ldrtl/strings.xml"
11376            line="22"
11377            column="13"/>
11378    </issue>
11379
11380    <issue
11381        id="ExtraTranslation"
11382        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11383        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Træk til venstre for hurtigt at skifte app&quot;&lt;/string>"
11384        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11385        <location
11386            file="frameworks/base/packages/SystemUI/res/values-da-ldrtl/strings.xml"
11387            line="22"
11388            column="13"/>
11389    </issue>
11390
11391    <issue
11392        id="ExtraTranslation"
11393        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11394        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Zum schnellen Wechseln der Apps nach links ziehen&quot;&lt;/string>"
11395        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11396        <location
11397            file="frameworks/base/packages/SystemUI/res/values-de-ldrtl/strings.xml"
11398            line="22"
11399            column="13"/>
11400    </issue>
11401
11402    <issue
11403        id="ExtraTranslation"
11404        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11405        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Σύρετε αριστερά για γρήγορη εναλλαγή εφαρμογών&quot;&lt;/string>"
11406        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11407        <location
11408            file="frameworks/base/packages/SystemUI/res/values-el-ldrtl/strings.xml"
11409            line="22"
11410            column="13"/>
11411    </issue>
11412
11413    <issue
11414        id="ExtraTranslation"
11415        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11416        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Drag left to quickly switch apps&quot;&lt;/string>"
11417        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11418        <location
11419            file="frameworks/base/packages/SystemUI/res/values-en-rAU-ldrtl/strings.xml"
11420            line="22"
11421            column="13"/>
11422    </issue>
11423
11424    <issue
11425        id="ExtraTranslation"
11426        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11427        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Drag left to quickly switch apps&quot;&lt;/string>"
11428        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11429        <location
11430            file="frameworks/base/packages/SystemUI/res/values-en-rCA-ldrtl/strings.xml"
11431            line="22"
11432            column="13"/>
11433    </issue>
11434
11435    <issue
11436        id="ExtraTranslation"
11437        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11438        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Drag left to quickly switch apps&quot;&lt;/string>"
11439        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11440        <location
11441            file="frameworks/base/packages/SystemUI/res/values-en-rGB-ldrtl/strings.xml"
11442            line="22"
11443            column="13"/>
11444    </issue>
11445
11446    <issue
11447        id="ExtraTranslation"
11448        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11449        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Drag left to quickly switch apps&quot;&lt;/string>"
11450        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11451        <location
11452            file="frameworks/base/packages/SystemUI/res/values-en-rIN-ldrtl/strings.xml"
11453            line="22"
11454            column="13"/>
11455    </issue>
11456
11457    <issue
11458        id="ExtraTranslation"
11459        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11460        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‎‎‏‎‎‎‎‎‏‎‎‏‏‎‏‎‎‏‎‎‎‎‎‎‏‎‏‏‎‏‏‏‎‎‏‎‎‏‏‏‎‎‎‏‎‏‏‎‏‏‎‎‎‏‎‎‎‏‎‏‎Drag left to quickly switch apps‎‏‎‎‏‎&quot;&lt;/string>"
11461        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11462        <location
11463            file="frameworks/base/packages/SystemUI/res/values-en-rXC-ldrtl/strings.xml"
11464            line="22"
11465            column="13"/>
11466    </issue>
11467
11468    <issue
11469        id="ExtraTranslation"
11470        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11471        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Arrastra el dedo hacia la izquierda para cambiar de aplicación rápidamente&quot;&lt;/string>"
11472        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11473        <location
11474            file="frameworks/base/packages/SystemUI/res/values-es-ldrtl/strings.xml"
11475            line="22"
11476            column="13"/>
11477    </issue>
11478
11479    <issue
11480        id="ExtraTranslation"
11481        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11482        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Arrastra a la izquierda para cambiar de app rápidamente&quot;&lt;/string>"
11483        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11484        <location
11485            file="frameworks/base/packages/SystemUI/res/values-es-rUS-ldrtl/strings.xml"
11486            line="22"
11487            column="13"/>
11488    </issue>
11489
11490    <issue
11491        id="ExtraTranslation"
11492        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11493        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Rakenduste kiiresti vahetamiseks lohistage vasakule&quot;&lt;/string>"
11494        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11495        <location
11496            file="frameworks/base/packages/SystemUI/res/values-et-ldrtl/strings.xml"
11497            line="22"
11498            column="13"/>
11499    </issue>
11500
11501    <issue
11502        id="ExtraTranslation"
11503        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11504        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Arrastatu ezkerrera aplikazioa azkar aldatzeko&quot;&lt;/string>"
11505        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11506        <location
11507            file="frameworks/base/packages/SystemUI/res/values-eu-ldrtl/strings.xml"
11508            line="22"
11509            column="13"/>
11510    </issue>
11511
11512    <issue
11513        id="ExtraTranslation"
11514        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11515        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;برای سریع جابه‌جا شدن میان برنامه‌ها، به چپ بکشید&quot;&lt;/string>"
11516        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11517        <location
11518            file="frameworks/base/packages/SystemUI/res/values-fa-ldrtl/strings.xml"
11519            line="22"
11520            column="13"/>
11521    </issue>
11522
11523    <issue
11524        id="ExtraTranslation"
11525        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11526        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Vaihda sovellusta nopeasti vetämällä vasemmalle&quot;&lt;/string>"
11527        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11528        <location
11529            file="frameworks/base/packages/SystemUI/res/values-fi-ldrtl/strings.xml"
11530            line="22"
11531            column="13"/>
11532    </issue>
11533
11534    <issue
11535        id="ExtraTranslation"
11536        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11537        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Déplacer vers la gauche pour changer rapidement d\&apos;application&quot;&lt;/string>"
11538        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11539        <location
11540            file="frameworks/base/packages/SystemUI/res/values-fr-ldrtl/strings.xml"
11541            line="22"
11542            column="13"/>
11543    </issue>
11544
11545    <issue
11546        id="ExtraTranslation"
11547        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11548        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Balayez l\&apos;écran vers la gauche pour changer rapidement d\&apos;application&quot;&lt;/string>"
11549        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11550        <location
11551            file="frameworks/base/packages/SystemUI/res/values-fr-rCA-ldrtl/strings.xml"
11552            line="22"
11553            column="13"/>
11554    </issue>
11555
11556    <issue
11557        id="ExtraTranslation"
11558        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11559        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Para cambiar de aplicación, arrastra o dedo rapidamente á esquerda&quot;&lt;/string>"
11560        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11561        <location
11562            file="frameworks/base/packages/SystemUI/res/values-gl-ldrtl/strings.xml"
11563            line="22"
11564            column="13"/>
11565    </issue>
11566
11567    <issue
11568        id="ExtraTranslation"
11569        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11570        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ઍપને ઝડપથી સ્વિચ કરવા માટે ડાબે ખેંચો&quot;&lt;/string>"
11571        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11572        <location
11573            file="frameworks/base/packages/SystemUI/res/values-gu-ldrtl/strings.xml"
11574            line="22"
11575            column="13"/>
11576    </issue>
11577
11578    <issue
11579        id="ExtraTranslation"
11580        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11581        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ऐप्लिकेशन को तेज़ी से बदलने के लिए उसे बाईं ओर खींचें और छोड़ें&quot;&lt;/string>"
11582        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11583        <location
11584            file="frameworks/base/packages/SystemUI/res/values-hi-ldrtl/strings.xml"
11585            line="22"
11586            column="13"/>
11587    </issue>
11588
11589    <issue
11590        id="ExtraTranslation"
11591        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11592        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Povucite ulijevo da biste brzo promijenili aplikaciju&quot;&lt;/string>"
11593        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11594        <location
11595            file="frameworks/base/packages/SystemUI/res/values-hr-ldrtl/strings.xml"
11596            line="22"
11597            column="13"/>
11598    </issue>
11599
11600    <issue
11601        id="ExtraTranslation"
11602        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11603        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Húzza balra az ujját az alkalmazások közötti gyors váltáshoz&quot;&lt;/string>"
11604        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11605        <location
11606            file="frameworks/base/packages/SystemUI/res/values-hu-ldrtl/strings.xml"
11607            line="22"
11608            column="13"/>
11609    </issue>
11610
11611    <issue
11612        id="ExtraTranslation"
11613        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11614        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Քաշեք ձախ՝ հավելվածների միջև անցնելու համար&quot;&lt;/string>"
11615        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11616        <location
11617            file="frameworks/base/packages/SystemUI/res/values-hy-ldrtl/strings.xml"
11618            line="22"
11619            column="13"/>
11620    </issue>
11621
11622    <issue
11623        id="ExtraTranslation"
11624        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11625        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Tarik ke kiri untuk beralih ke aplikasi dengan cepat&quot;&lt;/string>"
11626        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11627        <location
11628            file="frameworks/base/packages/SystemUI/res/values-in-ldrtl/strings.xml"
11629            line="22"
11630            column="13"/>
11631    </issue>
11632
11633    <issue
11634        id="ExtraTranslation"
11635        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11636        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Dragðu til vinstri til að skipta hratt á milli forrita&quot;&lt;/string>"
11637        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11638        <location
11639            file="frameworks/base/packages/SystemUI/res/values-is-ldrtl/strings.xml"
11640            line="22"
11641            column="13"/>
11642    </issue>
11643
11644    <issue
11645        id="ExtraTranslation"
11646        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11647        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Trascina verso sinistra per cambiare velocemente app&quot;&lt;/string>"
11648        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11649        <location
11650            file="frameworks/base/packages/SystemUI/res/values-it-ldrtl/strings.xml"
11651            line="22"
11652            column="13"/>
11653    </issue>
11654
11655    <issue
11656        id="ExtraTranslation"
11657        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11658        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;יש לגרור שמאלה כדי לעבור במהירות בין אפליקציות&quot;&lt;/string>"
11659        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11660        <location
11661            file="frameworks/base/packages/SystemUI/res/values-iw-ldrtl/strings.xml"
11662            line="22"
11663            column="13"/>
11664    </issue>
11665
11666    <issue
11667        id="ExtraTranslation"
11668        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11669        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;左にドラッグするとアプリを素早く切り替えることができます&quot;&lt;/string>"
11670        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11671        <location
11672            file="frameworks/base/packages/SystemUI/res/values-ja-ldrtl/strings.xml"
11673            line="22"
11674            column="13"/>
11675    </issue>
11676
11677    <issue
11678        id="ExtraTranslation"
11679        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11680        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;აპების სწრაფად გადასართავად ჩავლებით გადაიტანეთ მარცხნივ&quot;&lt;/string>"
11681        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11682        <location
11683            file="frameworks/base/packages/SystemUI/res/values-ka-ldrtl/strings.xml"
11684            line="22"
11685            column="13"/>
11686    </issue>
11687
11688    <issue
11689        id="ExtraTranslation"
11690        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11691        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Қолданбалар арасында жылдам ауысу үшін солға қарай сүйреңіз&quot;&lt;/string>"
11692        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11693        <location
11694            file="frameworks/base/packages/SystemUI/res/values-kk-ldrtl/strings.xml"
11695            line="22"
11696            column="13"/>
11697    </issue>
11698
11699    <issue
11700        id="ExtraTranslation"
11701        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11702        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;អូសទៅ​ឆ្វេង ដើម្បី​ប្ដូរកម្មវិធី​បានរហ័ស&quot;&lt;/string>"
11703        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11704        <location
11705            file="frameworks/base/packages/SystemUI/res/values-km-ldrtl/strings.xml"
11706            line="22"
11707            column="13"/>
11708    </issue>
11709
11710    <issue
11711        id="ExtraTranslation"
11712        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11713        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ಅಪ್ಲಿಕೇಶನ್‌ಗಳನ್ನು ಬದಲಿಸಲು ತ್ವರಿತವಾಗಿ ಎಡಕ್ಕೆ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ&quot;&lt;/string>"
11714        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11715        <location
11716            file="frameworks/base/packages/SystemUI/res/values-kn-ldrtl/strings.xml"
11717            line="22"
11718            column="13"/>
11719    </issue>
11720
11721    <issue
11722        id="ExtraTranslation"
11723        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11724        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;앱을 빠르게 전환하려면 왼쪽으로 드래그&quot;&lt;/string>"
11725        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11726        <location
11727            file="frameworks/base/packages/SystemUI/res/values-ko-ldrtl/strings.xml"
11728            line="22"
11729            column="13"/>
11730    </issue>
11731
11732    <issue
11733        id="ExtraTranslation"
11734        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11735        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Колдонмолорду тез которуштуруу үчүн, солго сүйрөңүз&quot;&lt;/string>"
11736        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11737        <location
11738            file="frameworks/base/packages/SystemUI/res/values-ky-ldrtl/strings.xml"
11739            line="22"
11740            column="13"/>
11741    </issue>
11742
11743    <issue
11744        id="ExtraTranslation"
11745        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11746        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ລາກໄປຊ້າຍເພື່ອສະຫຼັບແອັບຢ່າງວ່ອງໄວ&quot;&lt;/string>"
11747        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11748        <location
11749            file="frameworks/base/packages/SystemUI/res/values-lo-ldrtl/strings.xml"
11750            line="22"
11751            column="13"/>
11752    </issue>
11753
11754    <issue
11755        id="ExtraTranslation"
11756        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11757        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Vilkite į kairę, kad greitai perjungtumėte programas&quot;&lt;/string>"
11758        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11759        <location
11760            file="frameworks/base/packages/SystemUI/res/values-lt-ldrtl/strings.xml"
11761            line="22"
11762            column="13"/>
11763    </issue>
11764
11765    <issue
11766        id="ExtraTranslation"
11767        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11768        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Lai ātri pārslēgtu lietotnes, velciet pa kreisi&quot;&lt;/string>"
11769        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11770        <location
11771            file="frameworks/base/packages/SystemUI/res/values-lv-ldrtl/strings.xml"
11772            line="22"
11773            column="13"/>
11774    </issue>
11775
11776    <issue
11777        id="ExtraTranslation"
11778        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11779        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Повлечете налево за брзо префрлање меѓу апликациите&quot;&lt;/string>"
11780        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11781        <location
11782            file="frameworks/base/packages/SystemUI/res/values-mk-ldrtl/strings.xml"
11783            line="22"
11784            column="13"/>
11785    </issue>
11786
11787    <issue
11788        id="ExtraTranslation"
11789        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11790        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ആപ്പുകൾ പെട്ടെന്ന് മാറ്റാൻ ഇടത്തോട്ട് വലിച്ചിടുക&quot;&lt;/string>"
11791        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11792        <location
11793            file="frameworks/base/packages/SystemUI/res/values-ml-ldrtl/strings.xml"
11794            line="22"
11795            column="13"/>
11796    </issue>
11797
11798    <issue
11799        id="ExtraTranslation"
11800        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11801        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Аппыг хурдан сэлгэхийн тулд зүүн тийш чирэх&quot;&lt;/string>"
11802        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11803        <location
11804            file="frameworks/base/packages/SystemUI/res/values-mn-ldrtl/strings.xml"
11805            line="22"
11806            column="13"/>
11807    </issue>
11808
11809    <issue
11810        id="ExtraTranslation"
11811        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11812        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;अ‍ॅप्स त्वरित स्विच करण्यासाठी डावीकडे ड्रॅग करा&quot;&lt;/string>"
11813        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11814        <location
11815            file="frameworks/base/packages/SystemUI/res/values-mr-ldrtl/strings.xml"
11816            line="22"
11817            column="13"/>
11818    </issue>
11819
11820    <issue
11821        id="ExtraTranslation"
11822        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11823        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Seret ke kiri untuk beralih apl dengan pantas&quot;&lt;/string>"
11824        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11825        <location
11826            file="frameworks/base/packages/SystemUI/res/values-ms-ldrtl/strings.xml"
11827            line="22"
11828            column="13"/>
11829    </issue>
11830
11831    <issue
11832        id="ExtraTranslation"
11833        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11834        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;အက်ပ်များ အမြန်ပြောင်းရန် ဘယ်ဘက်သို့ ဖိဆွဲပါ&quot;&lt;/string>"
11835        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11836        <location
11837            file="frameworks/base/packages/SystemUI/res/values-my-ldrtl/strings.xml"
11838            line="22"
11839            column="13"/>
11840    </issue>
11841
11842    <issue
11843        id="ExtraTranslation"
11844        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11845        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Dra til venstre for å bytte app raskt&quot;&lt;/string>"
11846        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11847        <location
11848            file="frameworks/base/packages/SystemUI/res/values-nb-ldrtl/strings.xml"
11849            line="22"
11850            column="13"/>
11851    </issue>
11852
11853    <issue
11854        id="ExtraTranslation"
11855        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11856        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;एपहरू द्रुत गतिमा बदल्न बायाँतिर ड्र्याग गर्नुहोस्&quot;&lt;/string>"
11857        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11858        <location
11859            file="frameworks/base/packages/SystemUI/res/values-ne-ldrtl/strings.xml"
11860            line="22"
11861            column="13"/>
11862    </issue>
11863
11864    <issue
11865        id="ExtraTranslation"
11866        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11867        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Sleep naar links om snel tussen apps te schakelen&quot;&lt;/string>"
11868        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11869        <location
11870            file="frameworks/base/packages/SystemUI/res/values-nl-ldrtl/strings.xml"
11871            line="22"
11872            column="13"/>
11873    </issue>
11874
11875    <issue
11876        id="ExtraTranslation"
11877        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11878        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ଆପ୍‌ ମଧ୍ୟରେ ଶୀଘ୍ର ବଦଳ କରିବା ପାଇଁ ବାମକୁ ଡ୍ରାଗ୍ କରନ୍ତୁ&quot;&lt;/string>"
11879        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11880        <location
11881            file="frameworks/base/packages/SystemUI/res/values-or-ldrtl/strings.xml"
11882            line="22"
11883            column="13"/>
11884    </issue>
11885
11886    <issue
11887        id="ExtraTranslation"
11888        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11889        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ਐਪਾਂ ਵਿਚਾਲੇ ਤੇਜ਼ੀ ਨਾਲ ਅਦਲਾ-ਬਦਲੀ ਕਰਨ ਲਈ ਖੱਬੇ ਪਾਸੇ ਵੱਲ ਘਸੀਟੋ&quot;&lt;/string>"
11890        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11891        <location
11892            file="frameworks/base/packages/SystemUI/res/values-pa-ldrtl/strings.xml"
11893            line="22"
11894            column="13"/>
11895    </issue>
11896
11897    <issue
11898        id="ExtraTranslation"
11899        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11900        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Przeciągnij w lewo, by szybko przełączyć aplikacje&quot;&lt;/string>"
11901        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11902        <location
11903            file="frameworks/base/packages/SystemUI/res/values-pl-ldrtl/strings.xml"
11904            line="22"
11905            column="13"/>
11906    </issue>
11907
11908    <issue
11909        id="ExtraTranslation"
11910        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11911        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Arraste para a esquerda para mudar rapidamente de app&quot;&lt;/string>"
11912        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11913        <location
11914            file="frameworks/base/packages/SystemUI/res/values-pt-ldrtl/strings.xml"
11915            line="22"
11916            column="13"/>
11917    </issue>
11918
11919    <issue
11920        id="ExtraTranslation"
11921        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11922        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Arraste para a esquerda para mudar rapidamente de app&quot;&lt;/string>"
11923        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11924        <location
11925            file="frameworks/base/packages/SystemUI/res/values-pt-rBR-ldrtl/strings.xml"
11926            line="22"
11927            column="13"/>
11928    </issue>
11929
11930    <issue
11931        id="ExtraTranslation"
11932        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11933        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Arrastar para a esquerda para mudar rapidamente de app&quot;&lt;/string>"
11934        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11935        <location
11936            file="frameworks/base/packages/SystemUI/res/values-pt-rPT-ldrtl/strings.xml"
11937            line="22"
11938            column="13"/>
11939    </issue>
11940
11941    <issue
11942        id="ExtraTranslation"
11943        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11944        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Trage spre stânga pentru a comuta rapid între aplicații&quot;&lt;/string>"
11945        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11946        <location
11947            file="frameworks/base/packages/SystemUI/res/values-ro-ldrtl/strings.xml"
11948            line="22"
11949            column="13"/>
11950    </issue>
11951
11952    <issue
11953        id="ExtraTranslation"
11954        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11955        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Перетащите влево, чтобы быстро переключиться между приложениями&quot;&lt;/string>"
11956        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11957        <location
11958            file="frameworks/base/packages/SystemUI/res/values-ru-ldrtl/strings.xml"
11959            line="22"
11960            column="13"/>
11961    </issue>
11962
11963    <issue
11964        id="ExtraTranslation"
11965        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11966        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ඉක්මනින් යෙදුම් මාරු කිරීමට වමට අදින්න&quot;&lt;/string>"
11967        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11968        <location
11969            file="frameworks/base/packages/SystemUI/res/values-si-ldrtl/strings.xml"
11970            line="22"
11971            column="13"/>
11972    </issue>
11973
11974    <issue
11975        id="ExtraTranslation"
11976        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11977        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Presunutím doľava rýchlo prepnete aplikácie&quot;&lt;/string>"
11978        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11979        <location
11980            file="frameworks/base/packages/SystemUI/res/values-sk-ldrtl/strings.xml"
11981            line="22"
11982            column="13"/>
11983    </issue>
11984
11985    <issue
11986        id="ExtraTranslation"
11987        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11988        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Povlecite v levo za hiter preklop med aplikacijami&quot;&lt;/string>"
11989        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
11990        <location
11991            file="frameworks/base/packages/SystemUI/res/values-sl-ldrtl/strings.xml"
11992            line="22"
11993            column="13"/>
11994    </issue>
11995
11996    <issue
11997        id="ExtraTranslation"
11998        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
11999        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Zvarrit majtas për të ndërruar aplikacionet me shpejtësi&quot;&lt;/string>"
12000        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12001        <location
12002            file="frameworks/base/packages/SystemUI/res/values-sq-ldrtl/strings.xml"
12003            line="22"
12004            column="13"/>
12005    </issue>
12006
12007    <issue
12008        id="ExtraTranslation"
12009        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12010        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Превуците улево да бисте брзо променили апликације&quot;&lt;/string>"
12011        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12012        <location
12013            file="frameworks/base/packages/SystemUI/res/values-sr-ldrtl/strings.xml"
12014            line="22"
12015            column="13"/>
12016    </issue>
12017
12018    <issue
12019        id="ExtraTranslation"
12020        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12021        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Tryck och dra åt vänster för att snabbt byta mellan appar&quot;&lt;/string>"
12022        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12023        <location
12024            file="frameworks/base/packages/SystemUI/res/values-sv-ldrtl/strings.xml"
12025            line="22"
12026            column="13"/>
12027    </issue>
12028
12029    <issue
12030        id="ExtraTranslation"
12031        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12032        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Buruta kushoto ili ubadili kati ya programu haraka&quot;&lt;/string>"
12033        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12034        <location
12035            file="frameworks/base/packages/SystemUI/res/values-sw-ldrtl/strings.xml"
12036            line="22"
12037            column="13"/>
12038    </issue>
12039
12040    <issue
12041        id="ExtraTranslation"
12042        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12043        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ஆப்ஸை வேகமாக மாற்ற, இடப்புறம் இழுக்கவும்&quot;&lt;/string>"
12044        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12045        <location
12046            file="frameworks/base/packages/SystemUI/res/values-ta-ldrtl/strings.xml"
12047            line="22"
12048            column="13"/>
12049    </issue>
12050
12051    <issue
12052        id="ExtraTranslation"
12053        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12054        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;యాప్‌లను శీఘ్రంగా స్విచ్ చేయడానికి ఎడమ వైపునకు లాగండి&quot;&lt;/string>"
12055        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12056        <location
12057            file="frameworks/base/packages/SystemUI/res/values-te-ldrtl/strings.xml"
12058            line="22"
12059            column="13"/>
12060    </issue>
12061
12062    <issue
12063        id="ExtraTranslation"
12064        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12065        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;ลากไปทางซ้ายเพื่อสลับแอปอย่างรวดเร็ว&quot;&lt;/string>"
12066        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12067        <location
12068            file="frameworks/base/packages/SystemUI/res/values-th-ldrtl/strings.xml"
12069            line="22"
12070            column="13"/>
12071    </issue>
12072
12073    <issue
12074        id="ExtraTranslation"
12075        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12076        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;I-drag pakaliwa para mabilisang magpalipat-lipat ng app.&quot;&lt;/string>"
12077        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12078        <location
12079            file="frameworks/base/packages/SystemUI/res/values-tl-ldrtl/strings.xml"
12080            line="22"
12081            column="13"/>
12082    </issue>
12083
12084    <issue
12085        id="ExtraTranslation"
12086        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12087        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Uygulamaları hızlıca değiştirmek için sola sürükleyin&quot;&lt;/string>"
12088        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12089        <location
12090            file="frameworks/base/packages/SystemUI/res/values-tr-ldrtl/strings.xml"
12091            line="22"
12092            column="13"/>
12093    </issue>
12094
12095    <issue
12096        id="ExtraTranslation"
12097        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12098        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Потягніть уліво, щоб швидко переходити між додатками&quot;&lt;/string>"
12099        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12100        <location
12101            file="frameworks/base/packages/SystemUI/res/values-uk-ldrtl/strings.xml"
12102            line="22"
12103            column="13"/>
12104    </issue>
12105
12106    <issue
12107        id="ExtraTranslation"
12108        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12109        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;تیزی سے ایپس کو سوئچ کرنے کے لیے بائيں طرف گھسیٹیں&quot;&lt;/string>"
12110        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12111        <location
12112            file="frameworks/base/packages/SystemUI/res/values-ur-ldrtl/strings.xml"
12113            line="22"
12114            column="13"/>
12115    </issue>
12116
12117    <issue
12118        id="ExtraTranslation"
12119        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12120        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Ilovalarni tezkor almashtirish uchun chapga torting&quot;&lt;/string>"
12121        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12122        <location
12123            file="frameworks/base/packages/SystemUI/res/values-uz-ldrtl/strings.xml"
12124            line="22"
12125            column="13"/>
12126    </issue>
12127
12128    <issue
12129        id="ExtraTranslation"
12130        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12131        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Kéo sang trái để chuyển nhanh giữa các ứng dụng&quot;&lt;/string>"
12132        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12133        <location
12134            file="frameworks/base/packages/SystemUI/res/values-vi-ldrtl/strings.xml"
12135            line="22"
12136            column="13"/>
12137    </issue>
12138
12139    <issue
12140        id="ExtraTranslation"
12141        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12142        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;向左拖动可快速切换应用&quot;&lt;/string>"
12143        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12144        <location
12145            file="frameworks/base/packages/SystemUI/res/values-zh-rCN-ldrtl/strings.xml"
12146            line="22"
12147            column="13"/>
12148    </issue>
12149
12150    <issue
12151        id="ExtraTranslation"
12152        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12153        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;向左拖曳即可快速切換應用程式&quot;&lt;/string>"
12154        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12155        <location
12156            file="frameworks/base/packages/SystemUI/res/values-zh-rHK-ldrtl/strings.xml"
12157            line="22"
12158            column="13"/>
12159    </issue>
12160
12161    <issue
12162        id="ExtraTranslation"
12163        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12164        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;向左拖曳即可快速切換應用程式&quot;&lt;/string>"
12165        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12166        <location
12167            file="frameworks/base/packages/SystemUI/res/values-zh-rTW-ldrtl/strings.xml"
12168            line="22"
12169            column="13"/>
12170    </issue>
12171
12172    <issue
12173        id="ExtraTranslation"
12174        message="&quot;recents_quick_scrub_onboarding&quot; is translated here but not found in default locale"
12175        errorLine1="    &lt;string name=&quot;recents_quick_scrub_onboarding&quot; msgid=&quot;2452671841151577157&quot;>&quot;Hudulela ngakwesokunxele ukuze ushintshe ngokushesha izinhlelo zokusebenza&quot;&lt;/string>"
12176        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12177        <location
12178            file="frameworks/base/packages/SystemUI/res/values-zu-ldrtl/strings.xml"
12179            line="22"
12180            column="13"/>
12181    </issue>
12182
12183    <issue
12184        id="ExtraTranslation"
12185        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12186        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Vee alles uit&quot;&lt;/string>"
12187        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12188        <location
12189            file="frameworks/base/packages/SystemUI/res/values-af-large/strings.xml"
12190            line="22"
12191            column="13"/>
12192    </issue>
12193
12194    <issue
12195        id="ExtraTranslation"
12196        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12197        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;ሁሉንም  አጥራ&quot;&lt;/string>"
12198        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12199        <location
12200            file="frameworks/base/packages/SystemUI/res/values-am-large/strings.xml"
12201            line="22"
12202            column="13"/>
12203    </issue>
12204
12205    <issue
12206        id="ExtraTranslation"
12207        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12208        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;محو الكل&quot;&lt;/string>"
12209        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12210        <location
12211            file="frameworks/base/packages/SystemUI/res/values-ar-large/strings.xml"
12212            line="22"
12213            column="13"/>
12214    </issue>
12215
12216    <issue
12217        id="ExtraTranslation"
12218        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12219        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Выдаліць усё&quot;&lt;/string>"
12220        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12221        <location
12222            file="frameworks/base/packages/SystemUI/res/values-be-large/strings.xml"
12223            line="22"
12224            column="13"/>
12225    </issue>
12226
12227    <issue
12228        id="ExtraTranslation"
12229        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12230        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Изчистване&quot;&lt;/string>"
12231        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12232        <location
12233            file="frameworks/base/packages/SystemUI/res/values-bg-large/strings.xml"
12234            line="22"
12235            column="13"/>
12236    </issue>
12237
12238    <issue
12239        id="ExtraTranslation"
12240        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12241        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Esborra-ho&quot;&lt;/string>"
12242        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12243        <location
12244            file="frameworks/base/packages/SystemUI/res/values-ca-large/strings.xml"
12245            line="22"
12246            column="13"/>
12247    </issue>
12248
12249    <issue
12250        id="ExtraTranslation"
12251        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12252        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Smazat vše&quot;&lt;/string>"
12253        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12254        <location
12255            file="frameworks/base/packages/SystemUI/res/values-cs-large/strings.xml"
12256            line="22"
12257            column="13"/>
12258    </issue>
12259
12260    <issue
12261        id="ExtraTranslation"
12262        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12263        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Ryd alt&quot;&lt;/string>"
12264        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12265        <location
12266            file="frameworks/base/packages/SystemUI/res/values-da-large/strings.xml"
12267            line="22"
12268            column="13"/>
12269    </issue>
12270
12271    <issue
12272        id="ExtraTranslation"
12273        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12274        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Löschen&quot;&lt;/string>"
12275        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12276        <location
12277            file="frameworks/base/packages/SystemUI/res/values-de-large/strings.xml"
12278            line="22"
12279            column="13"/>
12280    </issue>
12281
12282    <issue
12283        id="ExtraTranslation"
12284        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12285        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Εκκαθ. όλων&quot;&lt;/string>"
12286        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12287        <location
12288            file="frameworks/base/packages/SystemUI/res/values-el-large/strings.xml"
12289            line="22"
12290            column="13"/>
12291    </issue>
12292
12293    <issue
12294        id="ExtraTranslation"
12295        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12296        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Clear all&quot;&lt;/string>"
12297        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12298        <location
12299            file="frameworks/base/packages/SystemUI/res/values-en-rGB-large/strings.xml"
12300            line="22"
12301            column="13"/>
12302    </issue>
12303
12304    <issue
12305        id="ExtraTranslation"
12306        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12307        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Borrar todo&quot;&lt;/string>"
12308        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12309        <location
12310            file="frameworks/base/packages/SystemUI/res/values-es-large/strings.xml"
12311            line="22"
12312            column="13"/>
12313    </issue>
12314
12315    <issue
12316        id="ExtraTranslation"
12317        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12318        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Eliminar todas&quot;&lt;/string>"
12319        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12320        <location
12321            file="frameworks/base/packages/SystemUI/res/values-es-rUS-large/strings.xml"
12322            line="22"
12323            column="13"/>
12324    </issue>
12325
12326    <issue
12327        id="ExtraTranslation"
12328        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12329        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Kust. kõik&quot;&lt;/string>"
12330        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12331        <location
12332            file="frameworks/base/packages/SystemUI/res/values-et-large/strings.xml"
12333            line="22"
12334            column="13"/>
12335    </issue>
12336
12337    <issue
12338        id="ExtraTranslation"
12339        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12340        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;پاک کردن همه موارد&quot;&lt;/string>"
12341        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12342        <location
12343            file="frameworks/base/packages/SystemUI/res/values-fa-large/strings.xml"
12344            line="22"
12345            column="13"/>
12346    </issue>
12347
12348    <issue
12349        id="ExtraTranslation"
12350        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12351        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Tyhjennä kaikki&quot;&lt;/string>"
12352        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12353        <location
12354            file="frameworks/base/packages/SystemUI/res/values-fi-large/strings.xml"
12355            line="22"
12356            column="13"/>
12357    </issue>
12358
12359    <issue
12360        id="ExtraTranslation"
12361        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12362        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Tout effacer&quot;&lt;/string>"
12363        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12364        <location
12365            file="frameworks/base/packages/SystemUI/res/values-fr-large/strings.xml"
12366            line="22"
12367            column="13"/>
12368    </issue>
12369
12370    <issue
12371        id="ExtraTranslation"
12372        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12373        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;सभी साफ़ करें&quot;&lt;/string>"
12374        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12375        <location
12376            file="frameworks/base/packages/SystemUI/res/values-hi-large/strings.xml"
12377            line="22"
12378            column="13"/>
12379    </issue>
12380
12381    <issue
12382        id="ExtraTranslation"
12383        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12384        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Obriši sve&quot;&lt;/string>"
12385        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12386        <location
12387            file="frameworks/base/packages/SystemUI/res/values-hr-large/strings.xml"
12388            line="22"
12389            column="13"/>
12390    </issue>
12391
12392    <issue
12393        id="ExtraTranslation"
12394        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12395        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Össz.törl.&quot;&lt;/string>"
12396        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12397        <location
12398            file="frameworks/base/packages/SystemUI/res/values-hu-large/strings.xml"
12399            line="22"
12400            column="13"/>
12401    </issue>
12402
12403    <issue
12404        id="ExtraTranslation"
12405        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12406        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Hapus semua&quot;&lt;/string>"
12407        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12408        <location
12409            file="frameworks/base/packages/SystemUI/res/values-in-large/strings.xml"
12410            line="22"
12411            column="13"/>
12412    </issue>
12413
12414    <issue
12415        id="ExtraTranslation"
12416        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12417        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Cancella&quot;&lt;/string>"
12418        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12419        <location
12420            file="frameworks/base/packages/SystemUI/res/values-it-large/strings.xml"
12421            line="22"
12422            column="13"/>
12423    </issue>
12424
12425    <issue
12426        id="ExtraTranslation"
12427        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12428        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;נקה הכל&quot;&lt;/string>"
12429        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12430        <location
12431            file="frameworks/base/packages/SystemUI/res/values-iw-large/strings.xml"
12432            line="22"
12433            column="13"/>
12434    </issue>
12435
12436    <issue
12437        id="ExtraTranslation"
12438        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12439        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;すべて消去&quot;&lt;/string>"
12440        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12441        <location
12442            file="frameworks/base/packages/SystemUI/res/values-ja-large/strings.xml"
12443            line="22"
12444            column="13"/>
12445    </issue>
12446
12447    <issue
12448        id="ExtraTranslation"
12449        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12450        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;모두 지우기&quot;&lt;/string>"
12451        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12452        <location
12453            file="frameworks/base/packages/SystemUI/res/values-ko-large/strings.xml"
12454            line="22"
12455            column="13"/>
12456    </issue>
12457
12458    <issue
12459        id="ExtraTranslation"
12460        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12461        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Išv. viską&quot;&lt;/string>"
12462        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12463        <location
12464            file="frameworks/base/packages/SystemUI/res/values-lt-large/strings.xml"
12465            line="22"
12466            column="13"/>
12467    </issue>
12468
12469    <issue
12470        id="ExtraTranslation"
12471        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12472        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Notīr.visu&quot;&lt;/string>"
12473        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12474        <location
12475            file="frameworks/base/packages/SystemUI/res/values-lv-large/strings.xml"
12476            line="22"
12477            column="13"/>
12478    </issue>
12479
12480    <issue
12481        id="ExtraTranslation"
12482        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12483        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Ksgkn smua&quot;&lt;/string>"
12484        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12485        <location
12486            file="frameworks/base/packages/SystemUI/res/values-ms-large/strings.xml"
12487            line="22"
12488            column="13"/>
12489    </issue>
12490
12491    <issue
12492        id="ExtraTranslation"
12493        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12494        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Tøm alle&quot;&lt;/string>"
12495        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12496        <location
12497            file="frameworks/base/packages/SystemUI/res/values-nb-large/strings.xml"
12498            line="22"
12499            column="13"/>
12500    </issue>
12501
12502    <issue
12503        id="ExtraTranslation"
12504        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12505        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Alles wissen&quot;&lt;/string>"
12506        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12507        <location
12508            file="frameworks/base/packages/SystemUI/res/values-nl-large/strings.xml"
12509            line="22"
12510            column="13"/>
12511    </issue>
12512
12513    <issue
12514        id="ExtraTranslation"
12515        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12516        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Wyczyść&quot;&lt;/string>"
12517        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12518        <location
12519            file="frameworks/base/packages/SystemUI/res/values-pl-large/strings.xml"
12520            line="22"
12521            column="13"/>
12522    </issue>
12523
12524    <issue
12525        id="ExtraTranslation"
12526        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12527        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Limpar tudo&quot;&lt;/string>"
12528        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12529        <location
12530            file="frameworks/base/packages/SystemUI/res/values-pt-large/strings.xml"
12531            line="22"
12532            column="13"/>
12533    </issue>
12534
12535    <issue
12536        id="ExtraTranslation"
12537        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12538        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Limpar td&quot;&lt;/string>"
12539        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12540        <location
12541            file="frameworks/base/packages/SystemUI/res/values-pt-rPT-large/strings.xml"
12542            line="22"
12543            column="13"/>
12544    </issue>
12545
12546    <issue
12547        id="ExtraTranslation"
12548        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12549        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Şterg. tot&quot;&lt;/string>"
12550        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12551        <location
12552            file="frameworks/base/packages/SystemUI/res/values-ro-large/strings.xml"
12553            line="22"
12554            column="13"/>
12555    </issue>
12556
12557    <issue
12558        id="ExtraTranslation"
12559        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12560        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Очистить все&quot;&lt;/string>"
12561        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12562        <location
12563            file="frameworks/base/packages/SystemUI/res/values-ru-large/strings.xml"
12564            line="22"
12565            column="13"/>
12566    </issue>
12567
12568    <issue
12569        id="ExtraTranslation"
12570        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12571        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Vymazať všetko&quot;&lt;/string>"
12572        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12573        <location
12574            file="frameworks/base/packages/SystemUI/res/values-sk-large/strings.xml"
12575            line="22"
12576            column="13"/>
12577    </issue>
12578
12579    <issue
12580        id="ExtraTranslation"
12581        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12582        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Izbriši vse&quot;&lt;/string>"
12583        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12584        <location
12585            file="frameworks/base/packages/SystemUI/res/values-sl-large/strings.xml"
12586            line="22"
12587            column="13"/>
12588    </issue>
12589
12590    <issue
12591        id="ExtraTranslation"
12592        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12593        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Обриши све&quot;&lt;/string>"
12594        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12595        <location
12596            file="frameworks/base/packages/SystemUI/res/values-sr-large/strings.xml"
12597            line="22"
12598            column="13"/>
12599    </issue>
12600
12601    <issue
12602        id="ExtraTranslation"
12603        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12604        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Rensa alla&quot;&lt;/string>"
12605        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12606        <location
12607            file="frameworks/base/packages/SystemUI/res/values-sv-large/strings.xml"
12608            line="22"
12609            column="13"/>
12610    </issue>
12611
12612    <issue
12613        id="ExtraTranslation"
12614        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12615        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Futa zote&quot;&lt;/string>"
12616        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12617        <location
12618            file="frameworks/base/packages/SystemUI/res/values-sw-large/strings.xml"
12619            line="22"
12620            column="13"/>
12621    </issue>
12622
12623    <issue
12624        id="ExtraTranslation"
12625        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12626        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;ล้างทั้งหมด&quot;&lt;/string>"
12627        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12628        <location
12629            file="frameworks/base/packages/SystemUI/res/values-th-large/strings.xml"
12630            line="22"
12631            column="13"/>
12632    </issue>
12633
12634    <issue
12635        id="ExtraTranslation"
12636        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12637        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;I-clear&quot;&lt;/string>"
12638        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12639        <location
12640            file="frameworks/base/packages/SystemUI/res/values-tl-large/strings.xml"
12641            line="22"
12642            column="13"/>
12643    </issue>
12644
12645    <issue
12646        id="ExtraTranslation"
12647        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12648        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Tümü temzl&quot;&lt;/string>"
12649        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12650        <location
12651            file="frameworks/base/packages/SystemUI/res/values-tr-large/strings.xml"
12652            line="22"
12653            column="13"/>
12654    </issue>
12655
12656    <issue
12657        id="ExtraTranslation"
12658        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12659        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Очист. все&quot;&lt;/string>"
12660        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12661        <location
12662            file="frameworks/base/packages/SystemUI/res/values-uk-large/strings.xml"
12663            line="22"
12664            column="13"/>
12665    </issue>
12666
12667    <issue
12668        id="ExtraTranslation"
12669        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12670        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Xóa tất cả&quot;&lt;/string>"
12671        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12672        <location
12673            file="frameworks/base/packages/SystemUI/res/values-vi-large/strings.xml"
12674            line="22"
12675            column="13"/>
12676    </issue>
12677
12678    <issue
12679        id="ExtraTranslation"
12680        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12681        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;全部清除&quot;&lt;/string>"
12682        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12683        <location
12684            file="frameworks/base/packages/SystemUI/res/values-zh-rCN-large/strings.xml"
12685            line="22"
12686            column="13"/>
12687    </issue>
12688
12689    <issue
12690        id="ExtraTranslation"
12691        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12692        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;全部清除&quot;&lt;/string>"
12693        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12694        <location
12695            file="frameworks/base/packages/SystemUI/res/values-zh-rTW-large/strings.xml"
12696            line="22"
12697            column="13"/>
12698    </issue>
12699
12700    <issue
12701        id="ExtraTranslation"
12702        message="&quot;status_bar_clear_all_button&quot; is translated here but not found in default locale"
12703        errorLine1="    &lt;string name=&quot;status_bar_clear_all_button&quot; msgid=&quot;4661583896803349732&quot;>&quot;Sula konke&quot;&lt;/string>"
12704        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12705        <location
12706            file="frameworks/base/packages/SystemUI/res/values-zu-large/strings.xml"
12707            line="22"
12708            column="13"/>
12709    </issue>
12710
12711    <issue
12712        id="ExtraTranslation"
12713        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12714        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Skerm is nou in landskapsoriëntering gesluit.&quot;&lt;/string>"
12715        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12716        <location
12717            file="frameworks/base/packages/SystemUI/res/values-af-land/strings.xml"
12718            line="22"
12719            column="13"/>
12720    </issue>
12721
12722    <issue
12723        id="ExtraTranslation"
12724        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12725        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;አሁን ማያበወርድ ገፅ አቀማመጥ ተሸንጉሯል።&quot;&lt;/string>"
12726        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12727        <location
12728            file="frameworks/base/packages/SystemUI/res/values-am-land/strings.xml"
12729            line="22"
12730            column="13"/>
12731    </issue>
12732
12733    <issue
12734        id="ExtraTranslation"
12735        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12736        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;تم قفل الشاشة الآن في الاتجاه الأفقي&quot;&lt;/string>"
12737        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12738        <location
12739            file="frameworks/base/packages/SystemUI/res/values-ar-land/strings.xml"
12740            line="22"
12741            column="13"/>
12742    </issue>
12743
12744    <issue
12745        id="ExtraTranslation"
12746        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12747        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;تم قفل الشاشة الآن في الاتجاه العمودي.&quot;&lt;/string>"
12748        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12749        <location
12750            file="frameworks/base/packages/SystemUI/res/values-ar-port/strings.xml"
12751            line="22"
12752            column="13"/>
12753    </issue>
12754
12755    <issue
12756        id="ExtraTranslation"
12757        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12758        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;স্ক্ৰীনখন এতিয়া লেণ্ডস্কে\&apos;প স্ক্ৰীনৰ দিশত লক কৰা অৱস্থাত আছে&quot;&lt;/string>"
12759        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12760        <location
12761            file="frameworks/base/packages/SystemUI/res/values-as-land/strings.xml"
12762            line="22"
12763            column="13"/>
12764    </issue>
12765
12766    <issue
12767        id="ExtraTranslation"
12768        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12769        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Hazırda ekran landşaft orientasiyasında kilidlənib.&quot;&lt;/string>"
12770        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12771        <location
12772            file="frameworks/base/packages/SystemUI/res/values-az-land/strings.xml"
12773            line="22"
12774            column="13"/>
12775    </issue>
12776
12777    <issue
12778        id="ExtraTranslation"
12779        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12780        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekran je sada zaključan u vertikalnom položaju.&quot;&lt;/string>"
12781        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12782        <location
12783            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn-land/strings.xml"
12784            line="22"
12785            column="13"/>
12786    </issue>
12787
12788    <issue
12789        id="ExtraTranslation"
12790        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12791        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Цяпер экран заблакаваны ў альбомнай арыентацыі.&quot;&lt;/string>"
12792        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12793        <location
12794            file="frameworks/base/packages/SystemUI/res/values-be-land/strings.xml"
12795            line="22"
12796            column="13"/>
12797    </issue>
12798
12799    <issue
12800        id="ExtraTranslation"
12801        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12802        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Екранът е заключен в хоризонтална ориентация.&quot;&lt;/string>"
12803        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12804        <location
12805            file="frameworks/base/packages/SystemUI/res/values-bg-land/strings.xml"
12806            line="22"
12807            column="13"/>
12808    </issue>
12809
12810    <issue
12811        id="ExtraTranslation"
12812        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12813        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Екранът е заключен във вертикална ориентация.&quot;&lt;/string>"
12814        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12815        <location
12816            file="frameworks/base/packages/SystemUI/res/values-bg-port/strings.xml"
12817            line="22"
12818            column="13"/>
12819    </issue>
12820
12821    <issue
12822        id="ExtraTranslation"
12823        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12824        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;এখন ল্যান্ডস্কেপ সজ্জাতে স্ক্রিন লক করা হয়েছে৷&quot;&lt;/string>"
12825        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12826        <location
12827            file="frameworks/base/packages/SystemUI/res/values-bn-land/strings.xml"
12828            line="22"
12829            column="13"/>
12830    </issue>
12831
12832    <issue
12833        id="ExtraTranslation"
12834        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12835        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekran je sada zaključan u vodoravnom prikazu.&quot;&lt;/string>"
12836        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12837        <location
12838            file="frameworks/base/packages/SystemUI/res/values-bs-land/strings.xml"
12839            line="22"
12840            column="13"/>
12841    </issue>
12842
12843    <issue
12844        id="ExtraTranslation"
12845        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12846        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ara la pantalla està bloquejada en orientació horitzontal.&quot;&lt;/string>"
12847        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12848        <location
12849            file="frameworks/base/packages/SystemUI/res/values-ca-land/strings.xml"
12850            line="22"
12851            column="13"/>
12852    </issue>
12853
12854    <issue
12855        id="ExtraTranslation"
12856        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12857        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Ara la pantalla està bloquejada en orientació vertical.&quot;&lt;/string>"
12858        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12859        <location
12860            file="frameworks/base/packages/SystemUI/res/values-ca-port/strings.xml"
12861            line="22"
12862            column="13"/>
12863    </issue>
12864
12865    <issue
12866        id="ExtraTranslation"
12867        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12868        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Obrazovka je teď uzamčena v orientaci na šířku.&quot;&lt;/string>"
12869        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12870        <location
12871            file="frameworks/base/packages/SystemUI/res/values-cs-land/strings.xml"
12872            line="22"
12873            column="13"/>
12874    </issue>
12875
12876    <issue
12877        id="ExtraTranslation"
12878        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12879        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Skærmen er nu låst i liggende retning.&quot;&lt;/string>"
12880        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12881        <location
12882            file="frameworks/base/packages/SystemUI/res/values-da-land/strings.xml"
12883            line="22"
12884            column="13"/>
12885    </issue>
12886
12887    <issue
12888        id="ExtraTranslation"
12889        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12890        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Bildschirm bleibt jetzt im Querformat.&quot;&lt;/string>"
12891        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12892        <location
12893            file="frameworks/base/packages/SystemUI/res/values-de-land/strings.xml"
12894            line="22"
12895            column="13"/>
12896    </issue>
12897
12898    <issue
12899        id="ExtraTranslation"
12900        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12901        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ο προσανατολισμός της οθόνης κλειδώθηκε σε οριζόντια προβολή.&quot;&lt;/string>"
12902        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12903        <location
12904            file="frameworks/base/packages/SystemUI/res/values-el-land/strings.xml"
12905            line="22"
12906            column="13"/>
12907    </issue>
12908
12909    <issue
12910        id="ExtraTranslation"
12911        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12912        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Screen is now locked in landscape orientation.&quot;&lt;/string>"
12913        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12914        <location
12915            file="frameworks/base/packages/SystemUI/res/values-en-rAU-land/strings.xml"
12916            line="22"
12917            column="13"/>
12918    </issue>
12919
12920    <issue
12921        id="ExtraTranslation"
12922        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12923        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Screen is now locked in landscape orientation.&quot;&lt;/string>"
12924        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12925        <location
12926            file="frameworks/base/packages/SystemUI/res/values-en-rCA-land/strings.xml"
12927            line="22"
12928            column="13"/>
12929    </issue>
12930
12931    <issue
12932        id="ExtraTranslation"
12933        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12934        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Screen is now locked in landscape orientation.&quot;&lt;/string>"
12935        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12936        <location
12937            file="frameworks/base/packages/SystemUI/res/values-en-rGB-land/strings.xml"
12938            line="22"
12939            column="13"/>
12940    </issue>
12941
12942    <issue
12943        id="ExtraTranslation"
12944        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12945        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Screen is now locked in portrait orientation.&quot;&lt;/string>"
12946        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12947        <location
12948            file="frameworks/base/packages/SystemUI/res/values-en-rGB-port/strings.xml"
12949            line="22"
12950            column="13"/>
12951    </issue>
12952
12953    <issue
12954        id="ExtraTranslation"
12955        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12956        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Screen is now locked in landscape orientation.&quot;&lt;/string>"
12957        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12958        <location
12959            file="frameworks/base/packages/SystemUI/res/values-en-rIN-land/strings.xml"
12960            line="22"
12961            column="13"/>
12962    </issue>
12963
12964    <issue
12965        id="ExtraTranslation"
12966        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12967        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‏‎‎‎‎‏‏‎‎‏‎‎‎‏‏‎‎‏‏‎‎‎‏‎‏‎‎‎‏‎‏‏‎‎‏‏‎‏‎‏‏‏‏‎‎‏‎‏‎‏‏‎‎‎‎‏‏‎‎‎Screen is now locked in landscape orientation.‎‏‎‎‏‎&quot;&lt;/string>"
12968        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12969        <location
12970            file="frameworks/base/packages/SystemUI/res/values-en-rXC-land/strings.xml"
12971            line="22"
12972            column="13"/>
12973    </issue>
12974
12975    <issue
12976        id="ExtraTranslation"
12977        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12978        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;La pantalla está ahora bloqueada en orientación horizontal.&quot;&lt;/string>"
12979        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12980        <location
12981            file="frameworks/base/packages/SystemUI/res/values-es-land/strings.xml"
12982            line="22"
12983            column="13"/>
12984    </issue>
12985
12986    <issue
12987        id="ExtraTranslation"
12988        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
12989        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;La pantalla está bloqueada en orientación paisaje.&quot;&lt;/string>"
12990        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
12991        <location
12992            file="frameworks/base/packages/SystemUI/res/values-es-rUS-land/strings.xml"
12993            line="22"
12994            column="13"/>
12995    </issue>
12996
12997    <issue
12998        id="ExtraTranslation"
12999        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13000        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekraan on nüüd lukustatud horisontaalasendisse.&quot;&lt;/string>"
13001        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13002        <location
13003            file="frameworks/base/packages/SystemUI/res/values-et-land/strings.xml"
13004            line="22"
13005            column="13"/>
13006    </issue>
13007
13008    <issue
13009        id="ExtraTranslation"
13010        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13011        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Pantaila horizontalki blokeatuta dago.&quot;&lt;/string>"
13012        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13013        <location
13014            file="frameworks/base/packages/SystemUI/res/values-eu-land/strings.xml"
13015            line="22"
13016            column="13"/>
13017    </issue>
13018
13019    <issue
13020        id="ExtraTranslation"
13021        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13022        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;صفحه اکنون در حالت افقی قفل است.&quot;&lt;/string>"
13023        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13024        <location
13025            file="frameworks/base/packages/SystemUI/res/values-fa-land/strings.xml"
13026            line="22"
13027            column="13"/>
13028    </issue>
13029
13030    <issue
13031        id="ExtraTranslation"
13032        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13033        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;صفحه اکنون در جهت عمودی قفل است.&quot;&lt;/string>"
13034        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13035        <location
13036            file="frameworks/base/packages/SystemUI/res/values-fa-port/strings.xml"
13037            line="22"
13038            column="13"/>
13039    </issue>
13040
13041    <issue
13042        id="ExtraTranslation"
13043        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13044        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ruutu on nyt lukittu vaakasuuntaan.&quot;&lt;/string>"
13045        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13046        <location
13047            file="frameworks/base/packages/SystemUI/res/values-fi-land/strings.xml"
13048            line="22"
13049            column="13"/>
13050    </issue>
13051
13052    <issue
13053        id="ExtraTranslation"
13054        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13055        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Ruutu on nyt lukittu pystysuuntaan.&quot;&lt;/string>"
13056        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13057        <location
13058            file="frameworks/base/packages/SystemUI/res/values-fi-port/strings.xml"
13059            line="22"
13060            column="13"/>
13061    </issue>
13062
13063    <issue
13064        id="ExtraTranslation"
13065        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13066        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;L\&apos;écran est désormais verrouillé en orientation paysage.&quot;&lt;/string>"
13067        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13068        <location
13069            file="frameworks/base/packages/SystemUI/res/values-fr-land/strings.xml"
13070            line="22"
13071            column="13"/>
13072    </issue>
13073
13074    <issue
13075        id="ExtraTranslation"
13076        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13077        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;L\&apos;écran est désormais verrouillé au format paysage.&quot;&lt;/string>"
13078        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13079        <location
13080            file="frameworks/base/packages/SystemUI/res/values-fr-rCA-land/strings.xml"
13081            line="22"
13082            column="13"/>
13083    </issue>
13084
13085    <issue
13086        id="ExtraTranslation"
13087        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13088        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Agora a pantalla está bloqueada en orientación horizontal.&quot;&lt;/string>"
13089        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13090        <location
13091            file="frameworks/base/packages/SystemUI/res/values-gl-land/strings.xml"
13092            line="22"
13093            column="13"/>
13094    </issue>
13095
13096    <issue
13097        id="ExtraTranslation"
13098        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13099        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;સ્ક્રીન હવે લેન્ડસ્કેપ ઓરિએન્ટેશનમાં લૉક કરેલ છે.&quot;&lt;/string>"
13100        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13101        <location
13102            file="frameworks/base/packages/SystemUI/res/values-gu-land/strings.xml"
13103            line="22"
13104            column="13"/>
13105    </issue>
13106
13107    <issue
13108        id="ExtraTranslation"
13109        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13110        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;स्क्रीन अभी लैंडस्केप दिशा में लॉक है.&quot;&lt;/string>"
13111        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13112        <location
13113            file="frameworks/base/packages/SystemUI/res/values-hi-land/strings.xml"
13114            line="22"
13115            column="13"/>
13116    </issue>
13117
13118    <issue
13119        id="ExtraTranslation"
13120        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13121        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Zaslona je sada zaključan u pejzažnoj orijentaciji.&quot;&lt;/string>"
13122        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13123        <location
13124            file="frameworks/base/packages/SystemUI/res/values-hr-land/strings.xml"
13125            line="22"
13126            column="13"/>
13127    </issue>
13128
13129    <issue
13130        id="ExtraTranslation"
13131        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13132        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Zaslona je sada zaključan u portretnoj orijentaciji.&quot;&lt;/string>"
13133        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13134        <location
13135            file="frameworks/base/packages/SystemUI/res/values-hr-port/strings.xml"
13136            line="22"
13137            column="13"/>
13138    </issue>
13139
13140    <issue
13141        id="ExtraTranslation"
13142        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13143        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;A képernyő zárolva van fekvő tájolásban.&quot;&lt;/string>"
13144        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13145        <location
13146            file="frameworks/base/packages/SystemUI/res/values-hu-land/strings.xml"
13147            line="22"
13148            column="13"/>
13149    </issue>
13150
13151    <issue
13152        id="ExtraTranslation"
13153        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13154        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;A képernyő zárolva van álló tájolásban.&quot;&lt;/string>"
13155        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13156        <location
13157            file="frameworks/base/packages/SystemUI/res/values-hu-port/strings.xml"
13158            line="22"
13159            column="13"/>
13160    </issue>
13161
13162    <issue
13163        id="ExtraTranslation"
13164        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13165        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Էկրանն այժմ կողպված է հորիզոնական դիրքավորման մեջ:&quot;&lt;/string>"
13166        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13167        <location
13168            file="frameworks/base/packages/SystemUI/res/values-hy-land/strings.xml"
13169            line="22"
13170            column="13"/>
13171    </issue>
13172
13173    <issue
13174        id="ExtraTranslation"
13175        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13176        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Sekarang layar dikunci dalam orientasi lanskap.&quot;&lt;/string>"
13177        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13178        <location
13179            file="frameworks/base/packages/SystemUI/res/values-in-land/strings.xml"
13180            line="22"
13181            column="13"/>
13182    </issue>
13183
13184    <issue
13185        id="ExtraTranslation"
13186        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13187        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Sekarang layar dikunci dalam orientasi potret.&quot;&lt;/string>"
13188        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13189        <location
13190            file="frameworks/base/packages/SystemUI/res/values-in-port/strings.xml"
13191            line="22"
13192            column="13"/>
13193    </issue>
13194
13195    <issue
13196        id="ExtraTranslation"
13197        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13198        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Skjárinn er nú læstur á langsniði.&quot;&lt;/string>"
13199        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13200        <location
13201            file="frameworks/base/packages/SystemUI/res/values-is-land/strings.xml"
13202            line="22"
13203            column="13"/>
13204    </issue>
13205
13206    <issue
13207        id="ExtraTranslation"
13208        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13209        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Lo schermo è bloccato in orientamento orizzontale.&quot;&lt;/string>"
13210        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13211        <location
13212            file="frameworks/base/packages/SystemUI/res/values-it-land/strings.xml"
13213            line="22"
13214            column="13"/>
13215    </issue>
13216
13217    <issue
13218        id="ExtraTranslation"
13219        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13220        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;המסך נעול כעת לרוחב.&quot;&lt;/string>"
13221        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13222        <location
13223            file="frameworks/base/packages/SystemUI/res/values-iw-land/strings.xml"
13224            line="22"
13225            column="13"/>
13226    </issue>
13227
13228    <issue
13229        id="ExtraTranslation"
13230        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13231        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;המסך נעול כעת לאורך&quot;&lt;/string>"
13232        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13233        <location
13234            file="frameworks/base/packages/SystemUI/res/values-iw-port/strings.xml"
13235            line="22"
13236            column="13"/>
13237    </issue>
13238
13239    <issue
13240        id="ExtraTranslation"
13241        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13242        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;画面を横向きにロックしました。&quot;&lt;/string>"
13243        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13244        <location
13245            file="frameworks/base/packages/SystemUI/res/values-ja-land/strings.xml"
13246            line="22"
13247            column="13"/>
13248    </issue>
13249
13250    <issue
13251        id="ExtraTranslation"
13252        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13253        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ეკრანი ამჟამად დაბლოკილია თარაზულ ორიენტაციაში&quot;&lt;/string>"
13254        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13255        <location
13256            file="frameworks/base/packages/SystemUI/res/values-ka-land/strings.xml"
13257            line="22"
13258            column="13"/>
13259    </issue>
13260
13261    <issue
13262        id="ExtraTranslation"
13263        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13264        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Экран қазір ландшафт бағытына бекітілген.&quot;&lt;/string>"
13265        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13266        <location
13267            file="frameworks/base/packages/SystemUI/res/values-kk-land/strings.xml"
13268            line="22"
13269            column="13"/>
13270    </issue>
13271
13272    <issue
13273        id="ExtraTranslation"
13274        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13275        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ឥឡូវ​អេក្រង់​​ជាប់​សោ​ក្នុង​ទិស​ផ្ដេក។&quot;&lt;/string>"
13276        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13277        <location
13278            file="frameworks/base/packages/SystemUI/res/values-km-land/strings.xml"
13279            line="22"
13280            column="13"/>
13281    </issue>
13282
13283    <issue
13284        id="ExtraTranslation"
13285        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13286        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ಪರದೆಯು ಇದೀಗ ಲ್ಯಾಂಡ್‌ಸ್ಕೇಪ್ ಒರಿಯಂಟೇಶನ್‌ನಲ್ಲಿ ಲಾಕ್ ಆಗಿದೆ.&quot;&lt;/string>"
13287        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13288        <location
13289            file="frameworks/base/packages/SystemUI/res/values-kn-land/strings.xml"
13290            line="22"
13291            column="13"/>
13292    </issue>
13293
13294    <issue
13295        id="ExtraTranslation"
13296        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13297        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;화면이 현재 가로 방향으로 잠겨 있습니다.&quot;&lt;/string>"
13298        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13299        <location
13300            file="frameworks/base/packages/SystemUI/res/values-ko-land/strings.xml"
13301            line="22"
13302            column="13"/>
13303    </issue>
13304
13305    <issue
13306        id="ExtraTranslation"
13307        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13308        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Экран азыр туурасынан кулпуланган.&quot;&lt;/string>"
13309        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13310        <location
13311            file="frameworks/base/packages/SystemUI/res/values-ky-land/strings.xml"
13312            line="22"
13313            column="13"/>
13314    </issue>
13315
13316    <issue
13317        id="ExtraTranslation"
13318        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13319        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot;>Screen is now locked in landscape orientation.&lt;/string>"
13320        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13321        <location
13322            file="frameworks/base/packages/SystemUI/res/values-land/strings.xml"
13323            line="22"
13324            column="13"/>
13325    </issue>
13326
13327    <issue
13328        id="ExtraTranslation"
13329        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13330        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ໜ້າຈໍຕອນນີ້ຖືກລັອກໄວ້ໃນແບບລວງນອນ.&quot;&lt;/string>"
13331        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13332        <location
13333            file="frameworks/base/packages/SystemUI/res/values-lo-land/strings.xml"
13334            line="22"
13335            column="13"/>
13336    </issue>
13337
13338    <issue
13339        id="ExtraTranslation"
13340        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13341        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Dabar ekranas užrakintas horizontalioje pozicijoje.&quot;&lt;/string>"
13342        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13343        <location
13344            file="frameworks/base/packages/SystemUI/res/values-lt-land/strings.xml"
13345            line="22"
13346            column="13"/>
13347    </issue>
13348
13349    <issue
13350        id="ExtraTranslation"
13351        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13352        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Dabar ekranas užrakintas vertikalioje pozicijoje.&quot;&lt;/string>"
13353        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13354        <location
13355            file="frameworks/base/packages/SystemUI/res/values-lt-port/strings.xml"
13356            line="22"
13357            column="13"/>
13358    </issue>
13359
13360    <issue
13361        id="ExtraTranslation"
13362        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13363        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekrāns tagad ir bloķēts ainavas orientācijā.&quot;&lt;/string>"
13364        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13365        <location
13366            file="frameworks/base/packages/SystemUI/res/values-lv-land/strings.xml"
13367            line="22"
13368            column="13"/>
13369    </issue>
13370
13371    <issue
13372        id="ExtraTranslation"
13373        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13374        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Ekrāns tagad ir bloķēts portreta orientācijā.&quot;&lt;/string>"
13375        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13376        <location
13377            file="frameworks/base/packages/SystemUI/res/values-lv-port/strings.xml"
13378            line="22"
13379            column="13"/>
13380    </issue>
13381
13382    <issue
13383        id="ExtraTranslation"
13384        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13385        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Сега екранот е заклучен во ориентација на пејзаж.&quot;&lt;/string>"
13386        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13387        <location
13388            file="frameworks/base/packages/SystemUI/res/values-mk-land/strings.xml"
13389            line="22"
13390            column="13"/>
13391    </issue>
13392
13393    <issue
13394        id="ExtraTranslation"
13395        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13396        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ലാൻഡ്‌സ്‌കേപ്പ് ഓറിയന്റേഷനിൽ സ്ക്രീൻ ലോക്കുചെയ്‌തു.&quot;&lt;/string>"
13397        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13398        <location
13399            file="frameworks/base/packages/SystemUI/res/values-ml-land/strings.xml"
13400            line="22"
13401            column="13"/>
13402    </issue>
13403
13404    <issue
13405        id="ExtraTranslation"
13406        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13407        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Дэлгэц хэвтээ чиглэлд түгжигдсэн.&quot;&lt;/string>"
13408        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13409        <location
13410            file="frameworks/base/packages/SystemUI/res/values-mn-land/strings.xml"
13411            line="22"
13412            column="13"/>
13413    </issue>
13414
13415    <issue
13416        id="ExtraTranslation"
13417        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13418        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;स्‍क्रीन आता लॅंडस्केप ओरिएंटेशनमध्ये लॉक केली आहे.&quot;&lt;/string>"
13419        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13420        <location
13421            file="frameworks/base/packages/SystemUI/res/values-mr-land/strings.xml"
13422            line="22"
13423            column="13"/>
13424    </issue>
13425
13426    <issue
13427        id="ExtraTranslation"
13428        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13429        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Skrin kini dikunci dalam orientasi landskap.&quot;&lt;/string>"
13430        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13431        <location
13432            file="frameworks/base/packages/SystemUI/res/values-ms-land/strings.xml"
13433            line="22"
13434            column="13"/>
13435    </issue>
13436
13437    <issue
13438        id="ExtraTranslation"
13439        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13440        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ဖန်သားပြင် အနေအထားက အလျားလိုက်အဖြစ် ပုံသေ လုပ်ထားပါသည်။&quot;&lt;/string>"
13441        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13442        <location
13443            file="frameworks/base/packages/SystemUI/res/values-my-land/strings.xml"
13444            line="22"
13445            column="13"/>
13446    </issue>
13447
13448    <issue
13449        id="ExtraTranslation"
13450        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13451        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Skjermen er nå låst i liggende retning.&quot;&lt;/string>"
13452        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13453        <location
13454            file="frameworks/base/packages/SystemUI/res/values-nb-land/strings.xml"
13455            line="22"
13456            column="13"/>
13457    </issue>
13458
13459    <issue
13460        id="ExtraTranslation"
13461        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13462        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;स्क्रिन अहिले ल्यान्डस्केप अवस्थामा बन्द छ।&quot;&lt;/string>"
13463        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13464        <location
13465            file="frameworks/base/packages/SystemUI/res/values-ne-land/strings.xml"
13466            line="22"
13467            column="13"/>
13468    </issue>
13469
13470    <issue
13471        id="ExtraTranslation"
13472        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13473        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Het scherm is nu vergrendeld in liggende stand.&quot;&lt;/string>"
13474        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13475        <location
13476            file="frameworks/base/packages/SystemUI/res/values-nl-land/strings.xml"
13477            line="22"
13478            column="13"/>
13479    </issue>
13480
13481    <issue
13482        id="ExtraTranslation"
13483        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13484        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ଲ୍ୟାଣ୍ଡସ୍କେପ୍ ଅବସ୍ଥାରେ ବର୍ତ୍ତମାନ ସ୍କ୍ରୀନ୍‌ଟି ଲକ୍ ଅଛି।&quot;&lt;/string>"
13485        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13486        <location
13487            file="frameworks/base/packages/SystemUI/res/values-or-land/strings.xml"
13488            line="22"
13489            column="13"/>
13490    </issue>
13491
13492    <issue
13493        id="ExtraTranslation"
13494        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13495        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ਸਕ੍ਰੀਨ ਹੁਣ ਲੈਂਡਸਕੇਪ ਅਨੁਕੂਲਨ ਵਿੱਚ  ਲਾਕ  ਕੀਤੀ ਗਈ ਹੈ।&quot;&lt;/string>"
13496        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13497        <location
13498            file="frameworks/base/packages/SystemUI/res/values-pa-land/strings.xml"
13499            line="22"
13500            column="13"/>
13501    </issue>
13502
13503    <issue
13504        id="ExtraTranslation"
13505        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13506        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekran jest teraz zablokowany w orientacji poziomej&quot;&lt;/string>"
13507        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13508        <location
13509            file="frameworks/base/packages/SystemUI/res/values-pl-land/strings.xml"
13510            line="22"
13511            column="13"/>
13512    </issue>
13513
13514    <issue
13515        id="ExtraTranslation"
13516        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13517        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;A tela está bloqueada na orientação cenário.&quot;&lt;/string>"
13518        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13519        <location
13520            file="frameworks/base/packages/SystemUI/res/values-pt-land/strings.xml"
13521            line="22"
13522            column="13"/>
13523    </issue>
13524
13525    <issue
13526        id="ExtraTranslation"
13527        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13528        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;A tela está bloqueada na orientação cenário.&quot;&lt;/string>"
13529        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13530        <location
13531            file="frameworks/base/packages/SystemUI/res/values-pt-rBR-land/strings.xml"
13532            line="22"
13533            column="13"/>
13534    </issue>
13535
13536    <issue
13537        id="ExtraTranslation"
13538        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13539        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;O ecrã está agora bloqueado na orientação horizontal.&quot;&lt;/string>"
13540        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13541        <location
13542            file="frameworks/base/packages/SystemUI/res/values-pt-rPT-land/strings.xml"
13543            line="22"
13544            column="13"/>
13545    </issue>
13546
13547    <issue
13548        id="ExtraTranslation"
13549        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13550        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ecranul este acum blocat în orientarea de tip peisaj.&quot;&lt;/string>"
13551        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13552        <location
13553            file="frameworks/base/packages/SystemUI/res/values-ro-land/strings.xml"
13554            line="22"
13555            column="13"/>
13556    </issue>
13557
13558    <issue
13559        id="ExtraTranslation"
13560        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13561        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Ecranul este acum blocat în orientarea de tip portret.&quot;&lt;/string>"
13562        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13563        <location
13564            file="frameworks/base/packages/SystemUI/res/values-ro-port/strings.xml"
13565            line="22"
13566            column="13"/>
13567    </issue>
13568
13569    <issue
13570        id="ExtraTranslation"
13571        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13572        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Выбрана только альбомная ориентация экрана.&quot;&lt;/string>"
13573        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13574        <location
13575            file="frameworks/base/packages/SystemUI/res/values-ru-land/strings.xml"
13576            line="22"
13577            column="13"/>
13578    </issue>
13579
13580    <issue
13581        id="ExtraTranslation"
13582        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13583        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;තිරය දැන් තිරස් දිශානතිය අගුළු දමා ඇත.&quot;&lt;/string>"
13584        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13585        <location
13586            file="frameworks/base/packages/SystemUI/res/values-si-land/strings.xml"
13587            line="22"
13588            column="13"/>
13589    </issue>
13590
13591    <issue
13592        id="ExtraTranslation"
13593        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13594        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Obrazovka je teraz uzamknutá v orientácii na šírku.&quot;&lt;/string>"
13595        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13596        <location
13597            file="frameworks/base/packages/SystemUI/res/values-sk-land/strings.xml"
13598            line="22"
13599            column="13"/>
13600    </issue>
13601
13602    <issue
13603        id="ExtraTranslation"
13604        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13605        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Obrazovka je teraz uzamknutá v orientácii na výšku.&quot;&lt;/string>"
13606        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13607        <location
13608            file="frameworks/base/packages/SystemUI/res/values-sk-port/strings.xml"
13609            line="22"
13610            column="13"/>
13611    </issue>
13612
13613    <issue
13614        id="ExtraTranslation"
13615        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13616        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Zaslon je zaklenjen v ležeči usmerjenosti.&quot;&lt;/string>"
13617        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13618        <location
13619            file="frameworks/base/packages/SystemUI/res/values-sl-land/strings.xml"
13620            line="22"
13621            column="13"/>
13622    </issue>
13623
13624    <issue
13625        id="ExtraTranslation"
13626        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13627        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Zaslon je zaklenjen v pokončni usmerjenosti.&quot;&lt;/string>"
13628        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13629        <location
13630            file="frameworks/base/packages/SystemUI/res/values-sl-port/strings.xml"
13631            line="22"
13632            column="13"/>
13633    </issue>
13634
13635    <issue
13636        id="ExtraTranslation"
13637        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13638        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekrani është kyçur tani në orientimin horizontal.&quot;&lt;/string>"
13639        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13640        <location
13641            file="frameworks/base/packages/SystemUI/res/values-sq-land/strings.xml"
13642            line="22"
13643            column="13"/>
13644    </issue>
13645
13646    <issue
13647        id="ExtraTranslation"
13648        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13649        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Екран је сада закључан у вертикалном положају.&quot;&lt;/string>"
13650        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13651        <location
13652            file="frameworks/base/packages/SystemUI/res/values-sr-land/strings.xml"
13653            line="22"
13654            column="13"/>
13655    </issue>
13656
13657    <issue
13658        id="ExtraTranslation"
13659        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13660        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Екран је сада закључан у хоризонталном положају.&quot;&lt;/string>"
13661        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13662        <location
13663            file="frameworks/base/packages/SystemUI/res/values-sr-port/strings.xml"
13664            line="22"
13665            column="13"/>
13666    </issue>
13667
13668    <issue
13669        id="ExtraTranslation"
13670        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13671        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Bildskärmens riktning är nu låst i liggande format.&quot;&lt;/string>"
13672        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13673        <location
13674            file="frameworks/base/packages/SystemUI/res/values-sv-land/strings.xml"
13675            line="22"
13676            column="13"/>
13677    </issue>
13678
13679    <issue
13680        id="ExtraTranslation"
13681        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13682        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Skrini imefungwa sasa katika uelekezo wa mandhari.&quot;&lt;/string>"
13683        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13684        <location
13685            file="frameworks/base/packages/SystemUI/res/values-sw-land/strings.xml"
13686            line="22"
13687            column="13"/>
13688    </issue>
13689
13690    <issue
13691        id="ExtraTranslation"
13692        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13693        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;தற்போது திரை நிலைபரப்பு திசையமைப்பில் பூட்டப்பட்டுள்ளது.&quot;&lt;/string>"
13694        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13695        <location
13696            file="frameworks/base/packages/SystemUI/res/values-ta-land/strings.xml"
13697            line="22"
13698            column="13"/>
13699    </issue>
13700
13701    <issue
13702        id="ExtraTranslation"
13703        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13704        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;స్క్రీన్ ఇప్పుడు ల్యాండ్‌స్కేప్ దృగ్విన్యాసంలో లాక్ చేయబడింది.&quot;&lt;/string>"
13705        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13706        <location
13707            file="frameworks/base/packages/SystemUI/res/values-te-land/strings.xml"
13708            line="22"
13709            column="13"/>
13710    </issue>
13711
13712    <issue
13713        id="ExtraTranslation"
13714        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13715        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;ขณะนี้หน้าจอถูกล็อกในแนวนอน&quot;&lt;/string>"
13716        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13717        <location
13718            file="frameworks/base/packages/SystemUI/res/values-th-land/strings.xml"
13719            line="22"
13720            column="13"/>
13721    </issue>
13722
13723    <issue
13724        id="ExtraTranslation"
13725        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13726        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;ขณะนี้หน้าจอถูกล็อกการวางแนวในแนวตั้ง&quot;&lt;/string>"
13727        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13728        <location
13729            file="frameworks/base/packages/SystemUI/res/values-th-port/strings.xml"
13730            line="22"
13731            column="13"/>
13732    </issue>
13733
13734    <issue
13735        id="ExtraTranslation"
13736        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13737        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Naka-lock na ngayon ang screen at nasa pahigang oryentasyon.&quot;&lt;/string>"
13738        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13739        <location
13740            file="frameworks/base/packages/SystemUI/res/values-tl-land/strings.xml"
13741            line="22"
13742            column="13"/>
13743    </issue>
13744
13745    <issue
13746        id="ExtraTranslation"
13747        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13748        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Naka-lock na ngayon ang screen at nasa patayong orientation.&quot;&lt;/string>"
13749        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13750        <location
13751            file="frameworks/base/packages/SystemUI/res/values-tl-port/strings.xml"
13752            line="22"
13753            column="13"/>
13754    </issue>
13755
13756    <issue
13757        id="ExtraTranslation"
13758        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13759        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekran şimdi yatay yönde kilitlendi.&quot;&lt;/string>"
13760        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13761        <location
13762            file="frameworks/base/packages/SystemUI/res/values-tr-land/strings.xml"
13763            line="22"
13764            column="13"/>
13765    </issue>
13766
13767    <issue
13768        id="ExtraTranslation"
13769        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13770        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Екран зараз заблоковано в альбомній орієнтації.&quot;&lt;/string>"
13771        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13772        <location
13773            file="frameworks/base/packages/SystemUI/res/values-uk-land/strings.xml"
13774            line="22"
13775            column="13"/>
13776    </issue>
13777
13778    <issue
13779        id="ExtraTranslation"
13780        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13781        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Екран зараз заблоковано в книжковій орієнтації.&quot;&lt;/string>"
13782        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13783        <location
13784            file="frameworks/base/packages/SystemUI/res/values-uk-port/strings.xml"
13785            line="22"
13786            column="13"/>
13787    </issue>
13788
13789    <issue
13790        id="ExtraTranslation"
13791        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13792        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;اسکرین اب لینڈ اسکیپ سمت بندی میں مقفل ہے۔&quot;&lt;/string>"
13793        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13794        <location
13795            file="frameworks/base/packages/SystemUI/res/values-ur-land/strings.xml"
13796            line="22"
13797            column="13"/>
13798    </issue>
13799
13800    <issue
13801        id="ExtraTranslation"
13802        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13803        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Ekran hozir albom joylashuvi bo‘yicha qulflanadi&quot;&lt;/string>"
13804        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13805        <location
13806            file="frameworks/base/packages/SystemUI/res/values-uz-land/strings.xml"
13807            line="22"
13808            column="13"/>
13809    </issue>
13810
13811    <issue
13812        id="ExtraTranslation"
13813        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13814        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Màn hình hiện bị khóa theo hướng ngang.&quot;&lt;/string>"
13815        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13816        <location
13817            file="frameworks/base/packages/SystemUI/res/values-vi-land/strings.xml"
13818            line="22"
13819            column="13"/>
13820    </issue>
13821
13822    <issue
13823        id="ExtraTranslation"
13824        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13825        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;1716565836190665743&quot;>&quot;Màn hình hiện bị khóa theo hướng dọc.&quot;&lt;/string>"
13826        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13827        <location
13828            file="frameworks/base/packages/SystemUI/res/values-vi-port/strings.xml"
13829            line="22"
13830            column="13"/>
13831    </issue>
13832
13833    <issue
13834        id="ExtraTranslation"
13835        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13836        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;屏幕已锁定为横向浏览模式。&quot;&lt;/string>"
13837        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13838        <location
13839            file="frameworks/base/packages/SystemUI/res/values-zh-rCN-land/strings.xml"
13840            line="22"
13841            column="13"/>
13842    </issue>
13843
13844    <issue
13845        id="ExtraTranslation"
13846        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13847        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;螢幕現已鎖定為橫向模式&quot;&lt;/string>"
13848        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13849        <location
13850            file="frameworks/base/packages/SystemUI/res/values-zh-rHK-land/strings.xml"
13851            line="22"
13852            column="13"/>
13853    </issue>
13854
13855    <issue
13856        id="ExtraTranslation"
13857        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13858        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;螢幕現已鎖定為橫向模式&quot;&lt;/string>"
13859        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13860        <location
13861            file="frameworks/base/packages/SystemUI/res/values-zh-rTW-land/strings.xml"
13862            line="22"
13863            column="13"/>
13864    </issue>
13865
13866    <issue
13867        id="ExtraTranslation"
13868        message="&quot;toast_rotation_locked&quot; is translated here but not found in default locale"
13869        errorLine1="    &lt;string name=&quot;toast_rotation_locked&quot; msgid=&quot;4914046305911646988&quot;>&quot;Isikrini okwamanje sivaliwe ekujikelezeni okumile.&quot;&lt;/string>"
13870        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13871        <location
13872            file="frameworks/base/packages/SystemUI/res/values-zu-land/strings.xml"
13873            line="22"
13874            column="13"/>
13875    </issue>
13876
13877    <issue
13878        id="ExtraTranslation"
13879        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13880        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Kennisgewings af&quot;&lt;/string>"
13881        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13882        <location
13883            file="frameworks/base/packages/SystemUI/res/values-af-large/strings.xml"
13884            line="23"
13885            column="13"/>
13886    </issue>
13887
13888    <issue
13889        id="ExtraTranslation"
13890        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13891        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;ማሳወቂያዎች ጠፍተዋል&quot;&lt;/string>"
13892        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13893        <location
13894            file="frameworks/base/packages/SystemUI/res/values-am-large/strings.xml"
13895            line="23"
13896            column="13"/>
13897    </issue>
13898
13899    <issue
13900        id="ExtraTranslation"
13901        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13902        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;إيقاف التنبيهات&quot;&lt;/string>"
13903        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13904        <location
13905            file="frameworks/base/packages/SystemUI/res/values-ar-large/strings.xml"
13906            line="23"
13907            column="13"/>
13908    </issue>
13909
13910    <issue
13911        id="ExtraTranslation"
13912        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13913        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Паведамленні адключаныя&quot;&lt;/string>"
13914        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13915        <location
13916            file="frameworks/base/packages/SystemUI/res/values-be-large/strings.xml"
13917            line="23"
13918            column="13"/>
13919    </issue>
13920
13921    <issue
13922        id="ExtraTranslation"
13923        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13924        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Известията са изключени&quot;&lt;/string>"
13925        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13926        <location
13927            file="frameworks/base/packages/SystemUI/res/values-bg-large/strings.xml"
13928            line="23"
13929            column="13"/>
13930    </issue>
13931
13932    <issue
13933        id="ExtraTranslation"
13934        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13935        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notificacions desactivades&quot;&lt;/string>"
13936        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13937        <location
13938            file="frameworks/base/packages/SystemUI/res/values-ca-large/strings.xml"
13939            line="23"
13940            column="13"/>
13941    </issue>
13942
13943    <issue
13944        id="ExtraTranslation"
13945        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13946        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Oznámení jsou vypnuta&quot;&lt;/string>"
13947        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13948        <location
13949            file="frameworks/base/packages/SystemUI/res/values-cs-large/strings.xml"
13950            line="23"
13951            column="13"/>
13952    </issue>
13953
13954    <issue
13955        id="ExtraTranslation"
13956        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13957        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Meddelelser: fra&quot;&lt;/string>"
13958        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13959        <location
13960            file="frameworks/base/packages/SystemUI/res/values-da-large/strings.xml"
13961            line="23"
13962            column="13"/>
13963    </issue>
13964
13965    <issue
13966        id="ExtraTranslation"
13967        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13968        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Benachrichtigungen aus&quot;&lt;/string>"
13969        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13970        <location
13971            file="frameworks/base/packages/SystemUI/res/values-de-large/strings.xml"
13972            line="23"
13973            column="13"/>
13974    </issue>
13975
13976    <issue
13977        id="ExtraTranslation"
13978        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13979        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Ειδοποιήσεις ανενεργές&quot;&lt;/string>"
13980        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13981        <location
13982            file="frameworks/base/packages/SystemUI/res/values-el-large/strings.xml"
13983            line="23"
13984            column="13"/>
13985    </issue>
13986
13987    <issue
13988        id="ExtraTranslation"
13989        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
13990        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notifications off&quot;&lt;/string>"
13991        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
13992        <location
13993            file="frameworks/base/packages/SystemUI/res/values-en-rGB-large/strings.xml"
13994            line="23"
13995            column="13"/>
13996    </issue>
13997
13998    <issue
13999        id="ExtraTranslation"
14000        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14001        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notificaciones desactivadas&quot;&lt;/string>"
14002        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14003        <location
14004            file="frameworks/base/packages/SystemUI/res/values-es-large/strings.xml"
14005            line="23"
14006            column="13"/>
14007    </issue>
14008
14009    <issue
14010        id="ExtraTranslation"
14011        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14012        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notificaciones desactivadas&quot;&lt;/string>"
14013        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14014        <location
14015            file="frameworks/base/packages/SystemUI/res/values-es-rUS-large/strings.xml"
14016            line="23"
14017            column="13"/>
14018    </issue>
14019
14020    <issue
14021        id="ExtraTranslation"
14022        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14023        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Teatised väljas&quot;&lt;/string>"
14024        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14025        <location
14026            file="frameworks/base/packages/SystemUI/res/values-et-large/strings.xml"
14027            line="23"
14028            column="13"/>
14029    </issue>
14030
14031    <issue
14032        id="ExtraTranslation"
14033        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14034        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;اعلان ها خاموش&quot;&lt;/string>"
14035        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14036        <location
14037            file="frameworks/base/packages/SystemUI/res/values-fa-large/strings.xml"
14038            line="23"
14039            column="13"/>
14040    </issue>
14041
14042    <issue
14043        id="ExtraTranslation"
14044        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14045        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Ilmoitukset pois käytöstä&quot;&lt;/string>"
14046        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14047        <location
14048            file="frameworks/base/packages/SystemUI/res/values-fi-large/strings.xml"
14049            line="23"
14050            column="13"/>
14051    </issue>
14052
14053    <issue
14054        id="ExtraTranslation"
14055        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14056        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notifications désactivées&quot;&lt;/string>"
14057        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14058        <location
14059            file="frameworks/base/packages/SystemUI/res/values-fr-large/strings.xml"
14060            line="23"
14061            column="13"/>
14062    </issue>
14063
14064    <issue
14065        id="ExtraTranslation"
14066        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14067        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;सूचनाएं बंद&quot;&lt;/string>"
14068        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14069        <location
14070            file="frameworks/base/packages/SystemUI/res/values-hi-large/strings.xml"
14071            line="23"
14072            column="13"/>
14073    </issue>
14074
14075    <issue
14076        id="ExtraTranslation"
14077        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14078        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Obavijesti isključene&quot;&lt;/string>"
14079        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14080        <location
14081            file="frameworks/base/packages/SystemUI/res/values-hr-large/strings.xml"
14082            line="23"
14083            column="13"/>
14084    </issue>
14085
14086    <issue
14087        id="ExtraTranslation"
14088        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14089        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Értesítések kikapcsolva&quot;&lt;/string>"
14090        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14091        <location
14092            file="frameworks/base/packages/SystemUI/res/values-hu-large/strings.xml"
14093            line="23"
14094            column="13"/>
14095    </issue>
14096
14097    <issue
14098        id="ExtraTranslation"
14099        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14100        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Pemberitahuan mati&quot;&lt;/string>"
14101        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14102        <location
14103            file="frameworks/base/packages/SystemUI/res/values-in-large/strings.xml"
14104            line="23"
14105            column="13"/>
14106    </issue>
14107
14108    <issue
14109        id="ExtraTranslation"
14110        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14111        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notifiche disattivate&quot;&lt;/string>"
14112        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14113        <location
14114            file="frameworks/base/packages/SystemUI/res/values-it-large/strings.xml"
14115            line="23"
14116            column="13"/>
14117    </issue>
14118
14119    <issue
14120        id="ExtraTranslation"
14121        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14122        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;מצב התראות כבוי&quot;&lt;/string>"
14123        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14124        <location
14125            file="frameworks/base/packages/SystemUI/res/values-iw-large/strings.xml"
14126            line="23"
14127            column="13"/>
14128    </issue>
14129
14130    <issue
14131        id="ExtraTranslation"
14132        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14133        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;通知OFF&quot;&lt;/string>"
14134        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14135        <location
14136            file="frameworks/base/packages/SystemUI/res/values-ja-large/strings.xml"
14137            line="23"
14138            column="13"/>
14139    </issue>
14140
14141    <issue
14142        id="ExtraTranslation"
14143        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14144        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;알림 사용 안함&quot;&lt;/string>"
14145        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14146        <location
14147            file="frameworks/base/packages/SystemUI/res/values-ko-large/strings.xml"
14148            line="23"
14149            column="13"/>
14150    </issue>
14151
14152    <issue
14153        id="ExtraTranslation"
14154        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14155        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Pranešimai išjungti&quot;&lt;/string>"
14156        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14157        <location
14158            file="frameworks/base/packages/SystemUI/res/values-lt-large/strings.xml"
14159            line="23"
14160            column="13"/>
14161    </issue>
14162
14163    <issue
14164        id="ExtraTranslation"
14165        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14166        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Paziņojumi ir izslēgti.&quot;&lt;/string>"
14167        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14168        <location
14169            file="frameworks/base/packages/SystemUI/res/values-lv-large/strings.xml"
14170            line="23"
14171            column="13"/>
14172    </issue>
14173
14174    <issue
14175        id="ExtraTranslation"
14176        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14177        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Pemberitahuan dimatikan&quot;&lt;/string>"
14178        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14179        <location
14180            file="frameworks/base/packages/SystemUI/res/values-ms-large/strings.xml"
14181            line="23"
14182            column="13"/>
14183    </issue>
14184
14185    <issue
14186        id="ExtraTranslation"
14187        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14188        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Varslinger er deaktivert&quot;&lt;/string>"
14189        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14190        <location
14191            file="frameworks/base/packages/SystemUI/res/values-nb-large/strings.xml"
14192            line="23"
14193            column="13"/>
14194    </issue>
14195
14196    <issue
14197        id="ExtraTranslation"
14198        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14199        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Meldingen uit&quot;&lt;/string>"
14200        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14201        <location
14202            file="frameworks/base/packages/SystemUI/res/values-nl-large/strings.xml"
14203            line="23"
14204            column="13"/>
14205    </issue>
14206
14207    <issue
14208        id="ExtraTranslation"
14209        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14210        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Powiadomienia wyłączone&quot;&lt;/string>"
14211        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14212        <location
14213            file="frameworks/base/packages/SystemUI/res/values-pl-large/strings.xml"
14214            line="23"
14215            column="13"/>
14216    </issue>
14217
14218    <issue
14219        id="ExtraTranslation"
14220        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14221        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notificações desativadas&quot;&lt;/string>"
14222        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14223        <location
14224            file="frameworks/base/packages/SystemUI/res/values-pt-large/strings.xml"
14225            line="23"
14226            column="13"/>
14227    </issue>
14228
14229    <issue
14230        id="ExtraTranslation"
14231        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14232        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notificações desativadas&quot;&lt;/string>"
14233        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14234        <location
14235            file="frameworks/base/packages/SystemUI/res/values-pt-rPT-large/strings.xml"
14236            line="23"
14237            column="13"/>
14238    </issue>
14239
14240    <issue
14241        id="ExtraTranslation"
14242        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14243        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Notificările sunt dezactivate&quot;&lt;/string>"
14244        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14245        <location
14246            file="frameworks/base/packages/SystemUI/res/values-ro-large/strings.xml"
14247            line="23"
14248            column="13"/>
14249    </issue>
14250
14251    <issue
14252        id="ExtraTranslation"
14253        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14254        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Уведомления отключены&quot;&lt;/string>"
14255        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14256        <location
14257            file="frameworks/base/packages/SystemUI/res/values-ru-large/strings.xml"
14258            line="23"
14259            column="13"/>
14260    </issue>
14261
14262    <issue
14263        id="ExtraTranslation"
14264        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14265        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Upozornenia sú vypnuté&quot;&lt;/string>"
14266        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14267        <location
14268            file="frameworks/base/packages/SystemUI/res/values-sk-large/strings.xml"
14269            line="23"
14270            column="13"/>
14271    </issue>
14272
14273    <issue
14274        id="ExtraTranslation"
14275        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14276        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Obvestila so izklopljena&quot;&lt;/string>"
14277        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14278        <location
14279            file="frameworks/base/packages/SystemUI/res/values-sl-large/strings.xml"
14280            line="23"
14281            column="13"/>
14282    </issue>
14283
14284    <issue
14285        id="ExtraTranslation"
14286        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14287        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Обавештења су искључена&quot;&lt;/string>"
14288        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14289        <location
14290            file="frameworks/base/packages/SystemUI/res/values-sr-large/strings.xml"
14291            line="23"
14292            column="13"/>
14293    </issue>
14294
14295    <issue
14296        id="ExtraTranslation"
14297        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14298        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Meddelanden inaktiverade&quot;&lt;/string>"
14299        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14300        <location
14301            file="frameworks/base/packages/SystemUI/res/values-sv-large/strings.xml"
14302            line="23"
14303            column="13"/>
14304    </issue>
14305
14306    <issue
14307        id="ExtraTranslation"
14308        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14309        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Arifa imezimwa&quot;&lt;/string>"
14310        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14311        <location
14312            file="frameworks/base/packages/SystemUI/res/values-sw-large/strings.xml"
14313            line="23"
14314            column="13"/>
14315    </issue>
14316
14317    <issue
14318        id="ExtraTranslation"
14319        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14320        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;การแจ้งเตือนปิดอยู่&quot;&lt;/string>"
14321        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14322        <location
14323            file="frameworks/base/packages/SystemUI/res/values-th-large/strings.xml"
14324            line="23"
14325            column="13"/>
14326    </issue>
14327
14328    <issue
14329        id="ExtraTranslation"
14330        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14331        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Naka-off ang mga notification&quot;&lt;/string>"
14332        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14333        <location
14334            file="frameworks/base/packages/SystemUI/res/values-tl-large/strings.xml"
14335            line="23"
14336            column="13"/>
14337    </issue>
14338
14339    <issue
14340        id="ExtraTranslation"
14341        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14342        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Bildirimler kapalı&quot;&lt;/string>"
14343        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14344        <location
14345            file="frameworks/base/packages/SystemUI/res/values-tr-large/strings.xml"
14346            line="23"
14347            column="13"/>
14348    </issue>
14349
14350    <issue
14351        id="ExtraTranslation"
14352        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14353        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Сповіщення вимкнено&quot;&lt;/string>"
14354        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14355        <location
14356            file="frameworks/base/packages/SystemUI/res/values-uk-large/strings.xml"
14357            line="23"
14358            column="13"/>
14359    </issue>
14360
14361    <issue
14362        id="ExtraTranslation"
14363        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14364        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Tắt thông báo&quot;&lt;/string>"
14365        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14366        <location
14367            file="frameworks/base/packages/SystemUI/res/values-vi-large/strings.xml"
14368            line="23"
14369            column="13"/>
14370    </issue>
14371
14372    <issue
14373        id="ExtraTranslation"
14374        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14375        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;通知功能已停用&quot;&lt;/string>"
14376        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14377        <location
14378            file="frameworks/base/packages/SystemUI/res/values-zh-rCN-large/strings.xml"
14379            line="23"
14380            column="13"/>
14381    </issue>
14382
14383    <issue
14384        id="ExtraTranslation"
14385        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14386        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;關閉通知&quot;&lt;/string>"
14387        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14388        <location
14389            file="frameworks/base/packages/SystemUI/res/values-zh-rTW-large/strings.xml"
14390            line="23"
14391            column="13"/>
14392    </issue>
14393
14394    <issue
14395        id="ExtraTranslation"
14396        message="&quot;notifications_off_title&quot; is translated here but not found in default locale"
14397        errorLine1="    &lt;string name=&quot;notifications_off_title&quot; msgid=&quot;1860117696034775851&quot;>&quot;Izaziso zivaliwe&quot;&lt;/string>"
14398        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14399        <location
14400            file="frameworks/base/packages/SystemUI/res/values-zu-large/strings.xml"
14401            line="23"
14402            column="13"/>
14403    </issue>
14404
14405    <issue
14406        id="ExtraTranslation"
14407        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14408        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Tik hier om kennisgewings weer aan te skakel.&quot;&lt;/string>"
14409        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14410        <location
14411            file="frameworks/base/packages/SystemUI/res/values-af-large/strings.xml"
14412            line="24"
14413            column="13"/>
14414    </issue>
14415
14416    <issue
14417        id="ExtraTranslation"
14418        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14419        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;ማሳወቂያን መልሶ ለማብራ እዚህ ሁለቴ ንካ&quot;&lt;/string>"
14420        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14421        <location
14422            file="frameworks/base/packages/SystemUI/res/values-am-large/strings.xml"
14423            line="24"
14424            column="13"/>
14425    </issue>
14426
14427    <issue
14428        id="ExtraTranslation"
14429        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14430        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;انقر هنا لإعادة تشغيل التنبيهات.&quot;&lt;/string>"
14431        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14432        <location
14433            file="frameworks/base/packages/SystemUI/res/values-ar-large/strings.xml"
14434            line="24"
14435            column="13"/>
14436    </issue>
14437
14438    <issue
14439        id="ExtraTranslation"
14440        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14441        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Націсніце тут, каб зноў уключыць апавяшчэнні.&quot;&lt;/string>"
14442        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14443        <location
14444            file="frameworks/base/packages/SystemUI/res/values-be-large/strings.xml"
14445            line="24"
14446            column="13"/>
14447    </issue>
14448
14449    <issue
14450        id="ExtraTranslation"
14451        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14452        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Докоснете тук, за да включите отново известията.&quot;&lt;/string>"
14453        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14454        <location
14455            file="frameworks/base/packages/SystemUI/res/values-bg-large/strings.xml"
14456            line="24"
14457            column="13"/>
14458    </issue>
14459
14460    <issue
14461        id="ExtraTranslation"
14462        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14463        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Pica aquí per tornar a activar les notificacions.&quot;&lt;/string>"
14464        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14465        <location
14466            file="frameworks/base/packages/SystemUI/res/values-ca-large/strings.xml"
14467            line="24"
14468            column="13"/>
14469    </issue>
14470
14471    <issue
14472        id="ExtraTranslation"
14473        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14474        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Chcete-li oznámení znovu zapnout, klepněte sem.&quot;&lt;/string>"
14475        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14476        <location
14477            file="frameworks/base/packages/SystemUI/res/values-cs-large/strings.xml"
14478            line="24"
14479            column="13"/>
14480    </issue>
14481
14482    <issue
14483        id="ExtraTranslation"
14484        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14485        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Tryk her for at slå meddelelser til igen.&quot;&lt;/string>"
14486        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14487        <location
14488            file="frameworks/base/packages/SystemUI/res/values-da-large/strings.xml"
14489            line="24"
14490            column="13"/>
14491    </issue>
14492
14493    <issue
14494        id="ExtraTranslation"
14495        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14496        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Tippen Sie hier, um die Benachrichtigungen wieder zu aktivieren.&quot;&lt;/string>"
14497        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14498        <location
14499            file="frameworks/base/packages/SystemUI/res/values-de-large/strings.xml"
14500            line="24"
14501            column="13"/>
14502    </issue>
14503
14504    <issue
14505        id="ExtraTranslation"
14506        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14507        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Πατήστε εδώ για να ενεργοποιήσετε ξανά τις ειδοποιήσεις.&quot;&lt;/string>"
14508        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14509        <location
14510            file="frameworks/base/packages/SystemUI/res/values-el-large/strings.xml"
14511            line="24"
14512            column="13"/>
14513    </issue>
14514
14515    <issue
14516        id="ExtraTranslation"
14517        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14518        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Tap here to turn notifications back on.&quot;&lt;/string>"
14519        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14520        <location
14521            file="frameworks/base/packages/SystemUI/res/values-en-rGB-large/strings.xml"
14522            line="24"
14523            column="13"/>
14524    </issue>
14525
14526    <issue
14527        id="ExtraTranslation"
14528        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14529        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Toca aquí para volver a activar las notificaciones.&quot;&lt;/string>"
14530        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14531        <location
14532            file="frameworks/base/packages/SystemUI/res/values-es-large/strings.xml"
14533            line="24"
14534            column="13"/>
14535    </issue>
14536
14537    <issue
14538        id="ExtraTranslation"
14539        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14540        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Toca aquí para volver a activar las notificaciones.&quot;&lt;/string>"
14541        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14542        <location
14543            file="frameworks/base/packages/SystemUI/res/values-es-rUS-large/strings.xml"
14544            line="24"
14545            column="13"/>
14546    </issue>
14547
14548    <issue
14549        id="ExtraTranslation"
14550        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14551        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Teatiste uuesti sisselülitamiseks koputage siia.&quot;&lt;/string>"
14552        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14553        <location
14554            file="frameworks/base/packages/SystemUI/res/values-et-large/strings.xml"
14555            line="24"
14556            column="13"/>
14557    </issue>
14558
14559    <issue
14560        id="ExtraTranslation"
14561        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14562        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;برای روشن کردن مجدد اعلان ها، اینجا را ضربه بزنید.&quot;&lt;/string>"
14563        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14564        <location
14565            file="frameworks/base/packages/SystemUI/res/values-fa-large/strings.xml"
14566            line="24"
14567            column="13"/>
14568    </issue>
14569
14570    <issue
14571        id="ExtraTranslation"
14572        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14573        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Ota ilmoitukset uudelleen käyttöön napauttamalla tätä.&quot;&lt;/string>"
14574        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14575        <location
14576            file="frameworks/base/packages/SystemUI/res/values-fi-large/strings.xml"
14577            line="24"
14578            column="13"/>
14579    </issue>
14580
14581    <issue
14582        id="ExtraTranslation"
14583        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14584        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Appuyez ici pour réactiver les notifications.&quot;&lt;/string>"
14585        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14586        <location
14587            file="frameworks/base/packages/SystemUI/res/values-fr-large/strings.xml"
14588            line="24"
14589            column="13"/>
14590    </issue>
14591
14592    <issue
14593        id="ExtraTranslation"
14594        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14595        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;सूचनाओं को पुन: चालू करने के लिए यहां टैप करें.&quot;&lt;/string>"
14596        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14597        <location
14598            file="frameworks/base/packages/SystemUI/res/values-hi-large/strings.xml"
14599            line="24"
14600            column="13"/>
14601    </issue>
14602
14603    <issue
14604        id="ExtraTranslation"
14605        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14606        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Dotaknite ovdje da biste ponovo uključili obavijesti.&quot;&lt;/string>"
14607        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14608        <location
14609            file="frameworks/base/packages/SystemUI/res/values-hr-large/strings.xml"
14610            line="24"
14611            column="13"/>
14612    </issue>
14613
14614    <issue
14615        id="ExtraTranslation"
14616        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14617        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Itt érintse meg az értesítések bekapcsolásához.&quot;&lt;/string>"
14618        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14619        <location
14620            file="frameworks/base/packages/SystemUI/res/values-hu-large/strings.xml"
14621            line="24"
14622            column="13"/>
14623    </issue>
14624
14625    <issue
14626        id="ExtraTranslation"
14627        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14628        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Ketuk di sini untuk menghidupkan pemberitahuan lagi.&quot;&lt;/string>"
14629        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14630        <location
14631            file="frameworks/base/packages/SystemUI/res/values-in-large/strings.xml"
14632            line="24"
14633            column="13"/>
14634    </issue>
14635
14636    <issue
14637        id="ExtraTranslation"
14638        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14639        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Tocca qui per riattivare le notifiche.&quot;&lt;/string>"
14640        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14641        <location
14642            file="frameworks/base/packages/SystemUI/res/values-it-large/strings.xml"
14643            line="24"
14644            column="13"/>
14645    </issue>
14646
14647    <issue
14648        id="ExtraTranslation"
14649        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14650        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;הקש כאן כדי להפעיל מחדש את ההתראות.&quot;&lt;/string>"
14651        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14652        <location
14653            file="frameworks/base/packages/SystemUI/res/values-iw-large/strings.xml"
14654            line="24"
14655            column="13"/>
14656    </issue>
14657
14658    <issue
14659        id="ExtraTranslation"
14660        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14661        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;通知を再度ONにするにはここをタップします。&quot;&lt;/string>"
14662        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14663        <location
14664            file="frameworks/base/packages/SystemUI/res/values-ja-large/strings.xml"
14665            line="24"
14666            column="13"/>
14667    </issue>
14668
14669    <issue
14670        id="ExtraTranslation"
14671        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14672        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;알림을 다시 사용하려면 여기를 터치하세요.&quot;&lt;/string>"
14673        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14674        <location
14675            file="frameworks/base/packages/SystemUI/res/values-ko-large/strings.xml"
14676            line="24"
14677            column="13"/>
14678    </issue>
14679
14680    <issue
14681        id="ExtraTranslation"
14682        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14683        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Jei norite įjungti pranešimus, palieskite čia.&quot;&lt;/string>"
14684        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14685        <location
14686            file="frameworks/base/packages/SystemUI/res/values-lt-large/strings.xml"
14687            line="24"
14688            column="13"/>
14689    </issue>
14690
14691    <issue
14692        id="ExtraTranslation"
14693        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14694        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Pieskarieties šeit, lai atkal ieslēgtu paziņojumus.&quot;&lt;/string>"
14695        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14696        <location
14697            file="frameworks/base/packages/SystemUI/res/values-lv-large/strings.xml"
14698            line="24"
14699            column="13"/>
14700    </issue>
14701
14702    <issue
14703        id="ExtraTranslation"
14704        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14705        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Ketik di sini untuk menghidupkan kembali pemberitahuan.&quot;&lt;/string>"
14706        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14707        <location
14708            file="frameworks/base/packages/SystemUI/res/values-ms-large/strings.xml"
14709            line="24"
14710            column="13"/>
14711    </issue>
14712
14713    <issue
14714        id="ExtraTranslation"
14715        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14716        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Trykk her for å aktivere varslinger på nytt.&quot;&lt;/string>"
14717        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14718        <location
14719            file="frameworks/base/packages/SystemUI/res/values-nb-large/strings.xml"
14720            line="24"
14721            column="13"/>
14722    </issue>
14723
14724    <issue
14725        id="ExtraTranslation"
14726        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14727        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Tik hier om meldingen weer in te schakelen.&quot;&lt;/string>"
14728        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14729        <location
14730            file="frameworks/base/packages/SystemUI/res/values-nl-large/strings.xml"
14731            line="24"
14732            column="13"/>
14733    </issue>
14734
14735    <issue
14736        id="ExtraTranslation"
14737        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14738        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Dotknij tutaj, aby z powrotem włączyć powiadomienia.&quot;&lt;/string>"
14739        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14740        <location
14741            file="frameworks/base/packages/SystemUI/res/values-pl-large/strings.xml"
14742            line="24"
14743            column="13"/>
14744    </issue>
14745
14746    <issue
14747        id="ExtraTranslation"
14748        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14749        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Toque aqui para ativar as notificações novamente.&quot;&lt;/string>"
14750        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14751        <location
14752            file="frameworks/base/packages/SystemUI/res/values-pt-large/strings.xml"
14753            line="24"
14754            column="13"/>
14755    </issue>
14756
14757    <issue
14758        id="ExtraTranslation"
14759        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14760        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Toque aqui para voltar a ativar as notificações.&quot;&lt;/string>"
14761        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14762        <location
14763            file="frameworks/base/packages/SystemUI/res/values-pt-rPT-large/strings.xml"
14764            line="24"
14765            column="13"/>
14766    </issue>
14767
14768    <issue
14769        id="ExtraTranslation"
14770        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14771        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Apăsaţi aici pentru a reactiva notificările.&quot;&lt;/string>"
14772        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14773        <location
14774            file="frameworks/base/packages/SystemUI/res/values-ro-large/strings.xml"
14775            line="24"
14776            column="13"/>
14777    </issue>
14778
14779    <issue
14780        id="ExtraTranslation"
14781        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14782        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Нажмите здесь, чтобы снова включить уведомления.&quot;&lt;/string>"
14783        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14784        <location
14785            file="frameworks/base/packages/SystemUI/res/values-ru-large/strings.xml"
14786            line="24"
14787            column="13"/>
14788    </issue>
14789
14790    <issue
14791        id="ExtraTranslation"
14792        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14793        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Klepnutím sem upozornenia znova povolíte.&quot;&lt;/string>"
14794        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14795        <location
14796            file="frameworks/base/packages/SystemUI/res/values-sk-large/strings.xml"
14797            line="24"
14798            column="13"/>
14799    </issue>
14800
14801    <issue
14802        id="ExtraTranslation"
14803        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14804        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Tapnite tukaj, da spet vklopite obvestila.&quot;&lt;/string>"
14805        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14806        <location
14807            file="frameworks/base/packages/SystemUI/res/values-sl-large/strings.xml"
14808            line="24"
14809            column="13"/>
14810    </issue>
14811
14812    <issue
14813        id="ExtraTranslation"
14814        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14815        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Додирните овде да бисте поново укључили обавештења.&quot;&lt;/string>"
14816        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14817        <location
14818            file="frameworks/base/packages/SystemUI/res/values-sr-large/strings.xml"
14819            line="24"
14820            column="13"/>
14821    </issue>
14822
14823    <issue
14824        id="ExtraTranslation"
14825        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14826        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Knacka lätt här om du vill aktivera meddelanden igen.&quot;&lt;/string>"
14827        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14828        <location
14829            file="frameworks/base/packages/SystemUI/res/values-sv-large/strings.xml"
14830            line="24"
14831            column="13"/>
14832    </issue>
14833
14834    <issue
14835        id="ExtraTranslation"
14836        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14837        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Gonga hapa ili kuwasha tena arifa.&quot;&lt;/string>"
14838        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14839        <location
14840            file="frameworks/base/packages/SystemUI/res/values-sw-large/strings.xml"
14841            line="24"
14842            column="13"/>
14843    </issue>
14844
14845    <issue
14846        id="ExtraTranslation"
14847        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14848        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;แตะที่นี่เพื่อเปิดการแจ้งเตือนอีกครั้ง&quot;&lt;/string>"
14849        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14850        <location
14851            file="frameworks/base/packages/SystemUI/res/values-th-large/strings.xml"
14852            line="24"
14853            column="13"/>
14854    </issue>
14855
14856    <issue
14857        id="ExtraTranslation"
14858        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14859        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Mag-tap dito upang i-on muli ang mga notification.&quot;&lt;/string>"
14860        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14861        <location
14862            file="frameworks/base/packages/SystemUI/res/values-tl-large/strings.xml"
14863            line="24"
14864            column="13"/>
14865    </issue>
14866
14867    <issue
14868        id="ExtraTranslation"
14869        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14870        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Bildirimleri tekrar açmak için buraya hafifçe vurun.&quot;&lt;/string>"
14871        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14872        <location
14873            file="frameworks/base/packages/SystemUI/res/values-tr-large/strings.xml"
14874            line="24"
14875            column="13"/>
14876    </issue>
14877
14878    <issue
14879        id="ExtraTranslation"
14880        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14881        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Торкніться тут, щоб знову ввімкнути сповіщення.&quot;&lt;/string>"
14882        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14883        <location
14884            file="frameworks/base/packages/SystemUI/res/values-uk-large/strings.xml"
14885            line="24"
14886            column="13"/>
14887    </issue>
14888
14889    <issue
14890        id="ExtraTranslation"
14891        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14892        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Chạm vào đây để bật lại thông báo.&quot;&lt;/string>"
14893        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14894        <location
14895            file="frameworks/base/packages/SystemUI/res/values-vi-large/strings.xml"
14896            line="24"
14897            column="13"/>
14898    </issue>
14899
14900    <issue
14901        id="ExtraTranslation"
14902        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14903        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;点按此处可重新启用通知功能。&quot;&lt;/string>"
14904        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14905        <location
14906            file="frameworks/base/packages/SystemUI/res/values-zh-rCN-large/strings.xml"
14907            line="24"
14908            column="13"/>
14909    </issue>
14910
14911    <issue
14912        id="ExtraTranslation"
14913        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14914        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;輕按這裡即可重新開啟通知。&quot;&lt;/string>"
14915        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14916        <location
14917            file="frameworks/base/packages/SystemUI/res/values-zh-rTW-large/strings.xml"
14918            line="24"
14919            column="13"/>
14920    </issue>
14921
14922    <issue
14923        id="ExtraTranslation"
14924        message="&quot;notifications_off_text&quot; is translated here but not found in default locale"
14925        errorLine1="    &lt;string name=&quot;notifications_off_text&quot; msgid=&quot;1439152806320786912&quot;>&quot;Thepha lana ukuvula futhi izaziso.&quot;&lt;/string>"
14926        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
14927        <location
14928            file="frameworks/base/packages/SystemUI/res/values-zu-large/strings.xml"
14929            line="24"
14930            column="13"/>
14931    </issue>
14932
14933    <issue
14934        id="ExtraTranslation"
14935        message="&quot;car_guest&quot; is translated here but not found in default locale"
14936        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gas&quot;&lt;/string>"
14937        errorLine2="            ~~~~~~~~~~~~~~~~">
14938        <location
14939            file="frameworks/base/packages/SystemUI/res/values-af/strings_car.xml"
14940            line="22"
14941            column="13"/>
14942    </issue>
14943
14944    <issue
14945        id="ExtraTranslation"
14946        message="&quot;car_guest&quot; is translated here but not found in default locale"
14947        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;እንግዳ&quot;&lt;/string>"
14948        errorLine2="            ~~~~~~~~~~~~~~~~">
14949        <location
14950            file="frameworks/base/packages/SystemUI/res/values-am/strings_car.xml"
14951            line="22"
14952            column="13"/>
14953    </issue>
14954
14955    <issue
14956        id="ExtraTranslation"
14957        message="&quot;car_guest&quot; is translated here but not found in default locale"
14958        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ضيف&quot;&lt;/string>"
14959        errorLine2="            ~~~~~~~~~~~~~~~~">
14960        <location
14961            file="frameworks/base/packages/SystemUI/res/values-ar/strings_car.xml"
14962            line="22"
14963            column="13"/>
14964    </issue>
14965
14966    <issue
14967        id="ExtraTranslation"
14968        message="&quot;car_guest&quot; is translated here but not found in default locale"
14969        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;অতিথি&quot;&lt;/string>"
14970        errorLine2="            ~~~~~~~~~~~~~~~~">
14971        <location
14972            file="frameworks/base/packages/SystemUI/res/values-as/strings_car.xml"
14973            line="22"
14974            column="13"/>
14975    </issue>
14976
14977    <issue
14978        id="ExtraTranslation"
14979        message="&quot;car_guest&quot; is translated here but not found in default locale"
14980        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Qonaq&quot;&lt;/string>"
14981        errorLine2="            ~~~~~~~~~~~~~~~~">
14982        <location
14983            file="frameworks/base/packages/SystemUI/res/values-az/strings_car.xml"
14984            line="22"
14985            column="13"/>
14986    </issue>
14987
14988    <issue
14989        id="ExtraTranslation"
14990        message="&quot;car_guest&quot; is translated here but not found in default locale"
14991        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gost&quot;&lt;/string>"
14992        errorLine2="            ~~~~~~~~~~~~~~~~">
14993        <location
14994            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings_car.xml"
14995            line="22"
14996            column="13"/>
14997    </issue>
14998
14999    <issue
15000        id="ExtraTranslation"
15001        message="&quot;car_guest&quot; is translated here but not found in default locale"
15002        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Госць&quot;&lt;/string>"
15003        errorLine2="            ~~~~~~~~~~~~~~~~">
15004        <location
15005            file="frameworks/base/packages/SystemUI/res/values-be/strings_car.xml"
15006            line="22"
15007            column="13"/>
15008    </issue>
15009
15010    <issue
15011        id="ExtraTranslation"
15012        message="&quot;car_guest&quot; is translated here but not found in default locale"
15013        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Гост&quot;&lt;/string>"
15014        errorLine2="            ~~~~~~~~~~~~~~~~">
15015        <location
15016            file="frameworks/base/packages/SystemUI/res/values-bg/strings_car.xml"
15017            line="22"
15018            column="13"/>
15019    </issue>
15020
15021    <issue
15022        id="ExtraTranslation"
15023        message="&quot;car_guest&quot; is translated here but not found in default locale"
15024        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;অতিথি&quot;&lt;/string>"
15025        errorLine2="            ~~~~~~~~~~~~~~~~">
15026        <location
15027            file="frameworks/base/packages/SystemUI/res/values-bn/strings_car.xml"
15028            line="22"
15029            column="13"/>
15030    </issue>
15031
15032    <issue
15033        id="ExtraTranslation"
15034        message="&quot;car_guest&quot; is translated here but not found in default locale"
15035        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gost&quot;&lt;/string>"
15036        errorLine2="            ~~~~~~~~~~~~~~~~">
15037        <location
15038            file="frameworks/base/packages/SystemUI/res/values-bs/strings_car.xml"
15039            line="22"
15040            column="13"/>
15041    </issue>
15042
15043    <issue
15044        id="ExtraTranslation"
15045        message="&quot;car_guest&quot; is translated here but not found in default locale"
15046        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Convidat&quot;&lt;/string>"
15047        errorLine2="            ~~~~~~~~~~~~~~~~">
15048        <location
15049            file="frameworks/base/packages/SystemUI/res/values-ca/strings_car.xml"
15050            line="22"
15051            column="13"/>
15052    </issue>
15053
15054    <issue
15055        id="ExtraTranslation"
15056        message="&quot;car_guest&quot; is translated here but not found in default locale"
15057        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Host&quot;&lt;/string>"
15058        errorLine2="            ~~~~~~~~~~~~~~~~">
15059        <location
15060            file="frameworks/base/packages/SystemUI/res/values-cs/strings_car.xml"
15061            line="22"
15062            column="13"/>
15063    </issue>
15064
15065    <issue
15066        id="ExtraTranslation"
15067        message="&quot;car_guest&quot; is translated here but not found in default locale"
15068        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gæst&quot;&lt;/string>"
15069        errorLine2="            ~~~~~~~~~~~~~~~~">
15070        <location
15071            file="frameworks/base/packages/SystemUI/res/values-da/strings_car.xml"
15072            line="22"
15073            column="13"/>
15074    </issue>
15075
15076    <issue
15077        id="ExtraTranslation"
15078        message="&quot;car_guest&quot; is translated here but not found in default locale"
15079        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gast&quot;&lt;/string>"
15080        errorLine2="            ~~~~~~~~~~~~~~~~">
15081        <location
15082            file="frameworks/base/packages/SystemUI/res/values-de/strings_car.xml"
15083            line="22"
15084            column="13"/>
15085    </issue>
15086
15087    <issue
15088        id="ExtraTranslation"
15089        message="&quot;car_guest&quot; is translated here but not found in default locale"
15090        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Επισκέπτης&quot;&lt;/string>"
15091        errorLine2="            ~~~~~~~~~~~~~~~~">
15092        <location
15093            file="frameworks/base/packages/SystemUI/res/values-el/strings_car.xml"
15094            line="22"
15095            column="13"/>
15096    </issue>
15097
15098    <issue
15099        id="ExtraTranslation"
15100        message="&quot;car_guest&quot; is translated here but not found in default locale"
15101        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Guest&quot;&lt;/string>"
15102        errorLine2="            ~~~~~~~~~~~~~~~~">
15103        <location
15104            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings_car.xml"
15105            line="22"
15106            column="13"/>
15107    </issue>
15108
15109    <issue
15110        id="ExtraTranslation"
15111        message="&quot;car_guest&quot; is translated here but not found in default locale"
15112        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Guest&quot;&lt;/string>"
15113        errorLine2="            ~~~~~~~~~~~~~~~~">
15114        <location
15115            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings_car.xml"
15116            line="22"
15117            column="13"/>
15118    </issue>
15119
15120    <issue
15121        id="ExtraTranslation"
15122        message="&quot;car_guest&quot; is translated here but not found in default locale"
15123        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Guest&quot;&lt;/string>"
15124        errorLine2="            ~~~~~~~~~~~~~~~~">
15125        <location
15126            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings_car.xml"
15127            line="22"
15128            column="13"/>
15129    </issue>
15130
15131    <issue
15132        id="ExtraTranslation"
15133        message="&quot;car_guest&quot; is translated here but not found in default locale"
15134        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Guest&quot;&lt;/string>"
15135        errorLine2="            ~~~~~~~~~~~~~~~~">
15136        <location
15137            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings_car.xml"
15138            line="22"
15139            column="13"/>
15140    </issue>
15141
15142    <issue
15143        id="ExtraTranslation"
15144        message="&quot;car_guest&quot; is translated here but not found in default locale"
15145        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‏‏‏‏‏‎‎‎‏‎‏‏‎‎‏‎‎‏‎‏‏‏‏‎‏‎‏‎‎‎‎‏‎‎‏‎‎‏‎‏‎‏‎‏‏‎‎‎‏‎‎‏‏‎‏‎‏‎‎Guest‎‏‎‎‏‎&quot;&lt;/string>"
15146        errorLine2="            ~~~~~~~~~~~~~~~~">
15147        <location
15148            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings_car.xml"
15149            line="22"
15150            column="13"/>
15151    </issue>
15152
15153    <issue
15154        id="ExtraTranslation"
15155        message="&quot;car_guest&quot; is translated here but not found in default locale"
15156        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Invitado&quot;&lt;/string>"
15157        errorLine2="            ~~~~~~~~~~~~~~~~">
15158        <location
15159            file="frameworks/base/packages/SystemUI/res/values-es-rUS/strings_car.xml"
15160            line="22"
15161            column="13"/>
15162    </issue>
15163
15164    <issue
15165        id="ExtraTranslation"
15166        message="&quot;car_guest&quot; is translated here but not found in default locale"
15167        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Invitado&quot;&lt;/string>"
15168        errorLine2="            ~~~~~~~~~~~~~~~~">
15169        <location
15170            file="frameworks/base/packages/SystemUI/res/values-es/strings_car.xml"
15171            line="22"
15172            column="13"/>
15173    </issue>
15174
15175    <issue
15176        id="ExtraTranslation"
15177        message="&quot;car_guest&quot; is translated here but not found in default locale"
15178        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Külaline&quot;&lt;/string>"
15179        errorLine2="            ~~~~~~~~~~~~~~~~">
15180        <location
15181            file="frameworks/base/packages/SystemUI/res/values-et/strings_car.xml"
15182            line="22"
15183            column="13"/>
15184    </issue>
15185
15186    <issue
15187        id="ExtraTranslation"
15188        message="&quot;car_guest&quot; is translated here but not found in default locale"
15189        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gonbidatua&quot;&lt;/string>"
15190        errorLine2="            ~~~~~~~~~~~~~~~~">
15191        <location
15192            file="frameworks/base/packages/SystemUI/res/values-eu/strings_car.xml"
15193            line="22"
15194            column="13"/>
15195    </issue>
15196
15197    <issue
15198        id="ExtraTranslation"
15199        message="&quot;car_guest&quot; is translated here but not found in default locale"
15200        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;مهمان&quot;&lt;/string>"
15201        errorLine2="            ~~~~~~~~~~~~~~~~">
15202        <location
15203            file="frameworks/base/packages/SystemUI/res/values-fa/strings_car.xml"
15204            line="22"
15205            column="13"/>
15206    </issue>
15207
15208    <issue
15209        id="ExtraTranslation"
15210        message="&quot;car_guest&quot; is translated here but not found in default locale"
15211        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Vieras&quot;&lt;/string>"
15212        errorLine2="            ~~~~~~~~~~~~~~~~">
15213        <location
15214            file="frameworks/base/packages/SystemUI/res/values-fi/strings_car.xml"
15215            line="22"
15216            column="13"/>
15217    </issue>
15218
15219    <issue
15220        id="ExtraTranslation"
15221        message="&quot;car_guest&quot; is translated here but not found in default locale"
15222        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Invité&quot;&lt;/string>"
15223        errorLine2="            ~~~~~~~~~~~~~~~~">
15224        <location
15225            file="frameworks/base/packages/SystemUI/res/values-fr-rCA/strings_car.xml"
15226            line="22"
15227            column="13"/>
15228    </issue>
15229
15230    <issue
15231        id="ExtraTranslation"
15232        message="&quot;car_guest&quot; is translated here but not found in default locale"
15233        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Invité&quot;&lt;/string>"
15234        errorLine2="            ~~~~~~~~~~~~~~~~">
15235        <location
15236            file="frameworks/base/packages/SystemUI/res/values-fr/strings_car.xml"
15237            line="22"
15238            column="13"/>
15239    </issue>
15240
15241    <issue
15242        id="ExtraTranslation"
15243        message="&quot;car_guest&quot; is translated here but not found in default locale"
15244        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Convidado&quot;&lt;/string>"
15245        errorLine2="            ~~~~~~~~~~~~~~~~">
15246        <location
15247            file="frameworks/base/packages/SystemUI/res/values-gl/strings_car.xml"
15248            line="22"
15249            column="13"/>
15250    </issue>
15251
15252    <issue
15253        id="ExtraTranslation"
15254        message="&quot;car_guest&quot; is translated here but not found in default locale"
15255        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;અતિથિ&quot;&lt;/string>"
15256        errorLine2="            ~~~~~~~~~~~~~~~~">
15257        <location
15258            file="frameworks/base/packages/SystemUI/res/values-gu/strings_car.xml"
15259            line="22"
15260            column="13"/>
15261    </issue>
15262
15263    <issue
15264        id="ExtraTranslation"
15265        message="&quot;car_guest&quot; is translated here but not found in default locale"
15266        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;मेहमान&quot;&lt;/string>"
15267        errorLine2="            ~~~~~~~~~~~~~~~~">
15268        <location
15269            file="frameworks/base/packages/SystemUI/res/values-hi/strings_car.xml"
15270            line="22"
15271            column="13"/>
15272    </issue>
15273
15274    <issue
15275        id="ExtraTranslation"
15276        message="&quot;car_guest&quot; is translated here but not found in default locale"
15277        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gost&quot;&lt;/string>"
15278        errorLine2="            ~~~~~~~~~~~~~~~~">
15279        <location
15280            file="frameworks/base/packages/SystemUI/res/values-hr/strings_car.xml"
15281            line="22"
15282            column="13"/>
15283    </issue>
15284
15285    <issue
15286        id="ExtraTranslation"
15287        message="&quot;car_guest&quot; is translated here but not found in default locale"
15288        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Vendég&quot;&lt;/string>"
15289        errorLine2="            ~~~~~~~~~~~~~~~~">
15290        <location
15291            file="frameworks/base/packages/SystemUI/res/values-hu/strings_car.xml"
15292            line="22"
15293            column="13"/>
15294    </issue>
15295
15296    <issue
15297        id="ExtraTranslation"
15298        message="&quot;car_guest&quot; is translated here but not found in default locale"
15299        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Հյուր&quot;&lt;/string>"
15300        errorLine2="            ~~~~~~~~~~~~~~~~">
15301        <location
15302            file="frameworks/base/packages/SystemUI/res/values-hy/strings_car.xml"
15303            line="22"
15304            column="13"/>
15305    </issue>
15306
15307    <issue
15308        id="ExtraTranslation"
15309        message="&quot;car_guest&quot; is translated here but not found in default locale"
15310        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Tamu&quot;&lt;/string>"
15311        errorLine2="            ~~~~~~~~~~~~~~~~">
15312        <location
15313            file="frameworks/base/packages/SystemUI/res/values-in/strings_car.xml"
15314            line="22"
15315            column="13"/>
15316    </issue>
15317
15318    <issue
15319        id="ExtraTranslation"
15320        message="&quot;car_guest&quot; is translated here but not found in default locale"
15321        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gestur&quot;&lt;/string>"
15322        errorLine2="            ~~~~~~~~~~~~~~~~">
15323        <location
15324            file="frameworks/base/packages/SystemUI/res/values-is/strings_car.xml"
15325            line="22"
15326            column="13"/>
15327    </issue>
15328
15329    <issue
15330        id="ExtraTranslation"
15331        message="&quot;car_guest&quot; is translated here but not found in default locale"
15332        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Ospite&quot;&lt;/string>"
15333        errorLine2="            ~~~~~~~~~~~~~~~~">
15334        <location
15335            file="frameworks/base/packages/SystemUI/res/values-it/strings_car.xml"
15336            line="22"
15337            column="13"/>
15338    </issue>
15339
15340    <issue
15341        id="ExtraTranslation"
15342        message="&quot;car_guest&quot; is translated here but not found in default locale"
15343        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;אורח&quot;&lt;/string>"
15344        errorLine2="            ~~~~~~~~~~~~~~~~">
15345        <location
15346            file="frameworks/base/packages/SystemUI/res/values-iw/strings_car.xml"
15347            line="22"
15348            column="13"/>
15349    </issue>
15350
15351    <issue
15352        id="ExtraTranslation"
15353        message="&quot;car_guest&quot; is translated here but not found in default locale"
15354        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ゲスト&quot;&lt;/string>"
15355        errorLine2="            ~~~~~~~~~~~~~~~~">
15356        <location
15357            file="frameworks/base/packages/SystemUI/res/values-ja/strings_car.xml"
15358            line="22"
15359            column="13"/>
15360    </issue>
15361
15362    <issue
15363        id="ExtraTranslation"
15364        message="&quot;car_guest&quot; is translated here but not found in default locale"
15365        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;სტუმარი&quot;&lt;/string>"
15366        errorLine2="            ~~~~~~~~~~~~~~~~">
15367        <location
15368            file="frameworks/base/packages/SystemUI/res/values-ka/strings_car.xml"
15369            line="22"
15370            column="13"/>
15371    </issue>
15372
15373    <issue
15374        id="ExtraTranslation"
15375        message="&quot;car_guest&quot; is translated here but not found in default locale"
15376        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Қонақ&quot;&lt;/string>"
15377        errorLine2="            ~~~~~~~~~~~~~~~~">
15378        <location
15379            file="frameworks/base/packages/SystemUI/res/values-kk/strings_car.xml"
15380            line="22"
15381            column="13"/>
15382    </issue>
15383
15384    <issue
15385        id="ExtraTranslation"
15386        message="&quot;car_guest&quot; is translated here but not found in default locale"
15387        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ភ្ញៀវ&quot;&lt;/string>"
15388        errorLine2="            ~~~~~~~~~~~~~~~~">
15389        <location
15390            file="frameworks/base/packages/SystemUI/res/values-km/strings_car.xml"
15391            line="22"
15392            column="13"/>
15393    </issue>
15394
15395    <issue
15396        id="ExtraTranslation"
15397        message="&quot;car_guest&quot; is translated here but not found in default locale"
15398        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ಅತಿಥಿ&quot;&lt;/string>"
15399        errorLine2="            ~~~~~~~~~~~~~~~~">
15400        <location
15401            file="frameworks/base/packages/SystemUI/res/values-kn/strings_car.xml"
15402            line="22"
15403            column="13"/>
15404    </issue>
15405
15406    <issue
15407        id="ExtraTranslation"
15408        message="&quot;car_guest&quot; is translated here but not found in default locale"
15409        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;게스트&quot;&lt;/string>"
15410        errorLine2="            ~~~~~~~~~~~~~~~~">
15411        <location
15412            file="frameworks/base/packages/SystemUI/res/values-ko/strings_car.xml"
15413            line="22"
15414            column="13"/>
15415    </issue>
15416
15417    <issue
15418        id="ExtraTranslation"
15419        message="&quot;car_guest&quot; is translated here but not found in default locale"
15420        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Конок&quot;&lt;/string>"
15421        errorLine2="            ~~~~~~~~~~~~~~~~">
15422        <location
15423            file="frameworks/base/packages/SystemUI/res/values-ky/strings_car.xml"
15424            line="22"
15425            column="13"/>
15426    </issue>
15427
15428    <issue
15429        id="ExtraTranslation"
15430        message="&quot;car_guest&quot; is translated here but not found in default locale"
15431        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ແຂກ&quot;&lt;/string>"
15432        errorLine2="            ~~~~~~~~~~~~~~~~">
15433        <location
15434            file="frameworks/base/packages/SystemUI/res/values-lo/strings_car.xml"
15435            line="22"
15436            column="13"/>
15437    </issue>
15438
15439    <issue
15440        id="ExtraTranslation"
15441        message="&quot;car_guest&quot; is translated here but not found in default locale"
15442        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Svečias&quot;&lt;/string>"
15443        errorLine2="            ~~~~~~~~~~~~~~~~">
15444        <location
15445            file="frameworks/base/packages/SystemUI/res/values-lt/strings_car.xml"
15446            line="22"
15447            column="13"/>
15448    </issue>
15449
15450    <issue
15451        id="ExtraTranslation"
15452        message="&quot;car_guest&quot; is translated here but not found in default locale"
15453        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Viesis&quot;&lt;/string>"
15454        errorLine2="            ~~~~~~~~~~~~~~~~">
15455        <location
15456            file="frameworks/base/packages/SystemUI/res/values-lv/strings_car.xml"
15457            line="22"
15458            column="13"/>
15459    </issue>
15460
15461    <issue
15462        id="ExtraTranslation"
15463        message="&quot;car_guest&quot; is translated here but not found in default locale"
15464        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Гостин&quot;&lt;/string>"
15465        errorLine2="            ~~~~~~~~~~~~~~~~">
15466        <location
15467            file="frameworks/base/packages/SystemUI/res/values-mk/strings_car.xml"
15468            line="22"
15469            column="13"/>
15470    </issue>
15471
15472    <issue
15473        id="ExtraTranslation"
15474        message="&quot;car_guest&quot; is translated here but not found in default locale"
15475        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;അതിഥി&quot;&lt;/string>"
15476        errorLine2="            ~~~~~~~~~~~~~~~~">
15477        <location
15478            file="frameworks/base/packages/SystemUI/res/values-ml/strings_car.xml"
15479            line="22"
15480            column="13"/>
15481    </issue>
15482
15483    <issue
15484        id="ExtraTranslation"
15485        message="&quot;car_guest&quot; is translated here but not found in default locale"
15486        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Зочин&quot;&lt;/string>"
15487        errorLine2="            ~~~~~~~~~~~~~~~~">
15488        <location
15489            file="frameworks/base/packages/SystemUI/res/values-mn/strings_car.xml"
15490            line="22"
15491            column="13"/>
15492    </issue>
15493
15494    <issue
15495        id="ExtraTranslation"
15496        message="&quot;car_guest&quot; is translated here but not found in default locale"
15497        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;अतिथी&quot;&lt;/string>"
15498        errorLine2="            ~~~~~~~~~~~~~~~~">
15499        <location
15500            file="frameworks/base/packages/SystemUI/res/values-mr/strings_car.xml"
15501            line="22"
15502            column="13"/>
15503    </issue>
15504
15505    <issue
15506        id="ExtraTranslation"
15507        message="&quot;car_guest&quot; is translated here but not found in default locale"
15508        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Tetamu&quot;&lt;/string>"
15509        errorLine2="            ~~~~~~~~~~~~~~~~">
15510        <location
15511            file="frameworks/base/packages/SystemUI/res/values-ms/strings_car.xml"
15512            line="22"
15513            column="13"/>
15514    </issue>
15515
15516    <issue
15517        id="ExtraTranslation"
15518        message="&quot;car_guest&quot; is translated here but not found in default locale"
15519        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ဧည့်သည်&quot;&lt;/string>"
15520        errorLine2="            ~~~~~~~~~~~~~~~~">
15521        <location
15522            file="frameworks/base/packages/SystemUI/res/values-my/strings_car.xml"
15523            line="22"
15524            column="13"/>
15525    </issue>
15526
15527    <issue
15528        id="ExtraTranslation"
15529        message="&quot;car_guest&quot; is translated here but not found in default locale"
15530        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gjest&quot;&lt;/string>"
15531        errorLine2="            ~~~~~~~~~~~~~~~~">
15532        <location
15533            file="frameworks/base/packages/SystemUI/res/values-nb/strings_car.xml"
15534            line="22"
15535            column="13"/>
15536    </issue>
15537
15538    <issue
15539        id="ExtraTranslation"
15540        message="&quot;car_guest&quot; is translated here but not found in default locale"
15541        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;अतिथि&quot;&lt;/string>"
15542        errorLine2="            ~~~~~~~~~~~~~~~~">
15543        <location
15544            file="frameworks/base/packages/SystemUI/res/values-ne/strings_car.xml"
15545            line="22"
15546            column="13"/>
15547    </issue>
15548
15549    <issue
15550        id="ExtraTranslation"
15551        message="&quot;car_guest&quot; is translated here but not found in default locale"
15552        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gast&quot;&lt;/string>"
15553        errorLine2="            ~~~~~~~~~~~~~~~~">
15554        <location
15555            file="frameworks/base/packages/SystemUI/res/values-nl/strings_car.xml"
15556            line="22"
15557            column="13"/>
15558    </issue>
15559
15560    <issue
15561        id="ExtraTranslation"
15562        message="&quot;car_guest&quot; is translated here but not found in default locale"
15563        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ଅତିଥି&quot;&lt;/string>"
15564        errorLine2="            ~~~~~~~~~~~~~~~~">
15565        <location
15566            file="frameworks/base/packages/SystemUI/res/values-or/strings_car.xml"
15567            line="22"
15568            column="13"/>
15569    </issue>
15570
15571    <issue
15572        id="ExtraTranslation"
15573        message="&quot;car_guest&quot; is translated here but not found in default locale"
15574        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ਮਹਿਮਾਨ&quot;&lt;/string>"
15575        errorLine2="            ~~~~~~~~~~~~~~~~">
15576        <location
15577            file="frameworks/base/packages/SystemUI/res/values-pa/strings_car.xml"
15578            line="22"
15579            column="13"/>
15580    </issue>
15581
15582    <issue
15583        id="ExtraTranslation"
15584        message="&quot;car_guest&quot; is translated here but not found in default locale"
15585        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gość&quot;&lt;/string>"
15586        errorLine2="            ~~~~~~~~~~~~~~~~">
15587        <location
15588            file="frameworks/base/packages/SystemUI/res/values-pl/strings_car.xml"
15589            line="22"
15590            column="13"/>
15591    </issue>
15592
15593    <issue
15594        id="ExtraTranslation"
15595        message="&quot;car_guest&quot; is translated here but not found in default locale"
15596        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Visitante&quot;&lt;/string>"
15597        errorLine2="            ~~~~~~~~~~~~~~~~">
15598        <location
15599            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings_car.xml"
15600            line="22"
15601            column="13"/>
15602    </issue>
15603
15604    <issue
15605        id="ExtraTranslation"
15606        message="&quot;car_guest&quot; is translated here but not found in default locale"
15607        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Convidado&quot;&lt;/string>"
15608        errorLine2="            ~~~~~~~~~~~~~~~~">
15609        <location
15610            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings_car.xml"
15611            line="22"
15612            column="13"/>
15613    </issue>
15614
15615    <issue
15616        id="ExtraTranslation"
15617        message="&quot;car_guest&quot; is translated here but not found in default locale"
15618        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Visitante&quot;&lt;/string>"
15619        errorLine2="            ~~~~~~~~~~~~~~~~">
15620        <location
15621            file="frameworks/base/packages/SystemUI/res/values-pt/strings_car.xml"
15622            line="22"
15623            column="13"/>
15624    </issue>
15625
15626    <issue
15627        id="ExtraTranslation"
15628        message="&quot;car_guest&quot; is translated here but not found in default locale"
15629        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Invitat&quot;&lt;/string>"
15630        errorLine2="            ~~~~~~~~~~~~~~~~">
15631        <location
15632            file="frameworks/base/packages/SystemUI/res/values-ro/strings_car.xml"
15633            line="22"
15634            column="13"/>
15635    </issue>
15636
15637    <issue
15638        id="ExtraTranslation"
15639        message="&quot;car_guest&quot; is translated here but not found in default locale"
15640        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Гость&quot;&lt;/string>"
15641        errorLine2="            ~~~~~~~~~~~~~~~~">
15642        <location
15643            file="frameworks/base/packages/SystemUI/res/values-ru/strings_car.xml"
15644            line="22"
15645            column="13"/>
15646    </issue>
15647
15648    <issue
15649        id="ExtraTranslation"
15650        message="&quot;car_guest&quot; is translated here but not found in default locale"
15651        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;අමුත්තා&quot;&lt;/string>"
15652        errorLine2="            ~~~~~~~~~~~~~~~~">
15653        <location
15654            file="frameworks/base/packages/SystemUI/res/values-si/strings_car.xml"
15655            line="22"
15656            column="13"/>
15657    </issue>
15658
15659    <issue
15660        id="ExtraTranslation"
15661        message="&quot;car_guest&quot; is translated here but not found in default locale"
15662        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Hosť&quot;&lt;/string>"
15663        errorLine2="            ~~~~~~~~~~~~~~~~">
15664        <location
15665            file="frameworks/base/packages/SystemUI/res/values-sk/strings_car.xml"
15666            line="22"
15667            column="13"/>
15668    </issue>
15669
15670    <issue
15671        id="ExtraTranslation"
15672        message="&quot;car_guest&quot; is translated here but not found in default locale"
15673        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gost&quot;&lt;/string>"
15674        errorLine2="            ~~~~~~~~~~~~~~~~">
15675        <location
15676            file="frameworks/base/packages/SystemUI/res/values-sl/strings_car.xml"
15677            line="22"
15678            column="13"/>
15679    </issue>
15680
15681    <issue
15682        id="ExtraTranslation"
15683        message="&quot;car_guest&quot; is translated here but not found in default locale"
15684        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;I ftuar&quot;&lt;/string>"
15685        errorLine2="            ~~~~~~~~~~~~~~~~">
15686        <location
15687            file="frameworks/base/packages/SystemUI/res/values-sq/strings_car.xml"
15688            line="22"
15689            column="13"/>
15690    </issue>
15691
15692    <issue
15693        id="ExtraTranslation"
15694        message="&quot;car_guest&quot; is translated here but not found in default locale"
15695        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Гост&quot;&lt;/string>"
15696        errorLine2="            ~~~~~~~~~~~~~~~~">
15697        <location
15698            file="frameworks/base/packages/SystemUI/res/values-sr/strings_car.xml"
15699            line="22"
15700            column="13"/>
15701    </issue>
15702
15703    <issue
15704        id="ExtraTranslation"
15705        message="&quot;car_guest&quot; is translated here but not found in default locale"
15706        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Gäst&quot;&lt;/string>"
15707        errorLine2="            ~~~~~~~~~~~~~~~~">
15708        <location
15709            file="frameworks/base/packages/SystemUI/res/values-sv/strings_car.xml"
15710            line="22"
15711            column="13"/>
15712    </issue>
15713
15714    <issue
15715        id="ExtraTranslation"
15716        message="&quot;car_guest&quot; is translated here but not found in default locale"
15717        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Mgeni&quot;&lt;/string>"
15718        errorLine2="            ~~~~~~~~~~~~~~~~">
15719        <location
15720            file="frameworks/base/packages/SystemUI/res/values-sw/strings_car.xml"
15721            line="22"
15722            column="13"/>
15723    </issue>
15724
15725    <issue
15726        id="ExtraTranslation"
15727        message="&quot;car_guest&quot; is translated here but not found in default locale"
15728        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;விருந்தினர்&quot;&lt;/string>"
15729        errorLine2="            ~~~~~~~~~~~~~~~~">
15730        <location
15731            file="frameworks/base/packages/SystemUI/res/values-ta/strings_car.xml"
15732            line="22"
15733            column="13"/>
15734    </issue>
15735
15736    <issue
15737        id="ExtraTranslation"
15738        message="&quot;car_guest&quot; is translated here but not found in default locale"
15739        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;అతిథి&quot;&lt;/string>"
15740        errorLine2="            ~~~~~~~~~~~~~~~~">
15741        <location
15742            file="frameworks/base/packages/SystemUI/res/values-te/strings_car.xml"
15743            line="22"
15744            column="13"/>
15745    </issue>
15746
15747    <issue
15748        id="ExtraTranslation"
15749        message="&quot;car_guest&quot; is translated here but not found in default locale"
15750        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;ผู้มาเยือน&quot;&lt;/string>"
15751        errorLine2="            ~~~~~~~~~~~~~~~~">
15752        <location
15753            file="frameworks/base/packages/SystemUI/res/values-th/strings_car.xml"
15754            line="22"
15755            column="13"/>
15756    </issue>
15757
15758    <issue
15759        id="ExtraTranslation"
15760        message="&quot;car_guest&quot; is translated here but not found in default locale"
15761        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Bisita&quot;&lt;/string>"
15762        errorLine2="            ~~~~~~~~~~~~~~~~">
15763        <location
15764            file="frameworks/base/packages/SystemUI/res/values-tl/strings_car.xml"
15765            line="22"
15766            column="13"/>
15767    </issue>
15768
15769    <issue
15770        id="ExtraTranslation"
15771        message="&quot;car_guest&quot; is translated here but not found in default locale"
15772        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Misafir&quot;&lt;/string>"
15773        errorLine2="            ~~~~~~~~~~~~~~~~">
15774        <location
15775            file="frameworks/base/packages/SystemUI/res/values-tr/strings_car.xml"
15776            line="22"
15777            column="13"/>
15778    </issue>
15779
15780    <issue
15781        id="ExtraTranslation"
15782        message="&quot;car_guest&quot; is translated here but not found in default locale"
15783        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Гість&quot;&lt;/string>"
15784        errorLine2="            ~~~~~~~~~~~~~~~~">
15785        <location
15786            file="frameworks/base/packages/SystemUI/res/values-uk/strings_car.xml"
15787            line="22"
15788            column="13"/>
15789    </issue>
15790
15791    <issue
15792        id="ExtraTranslation"
15793        message="&quot;car_guest&quot; is translated here but not found in default locale"
15794        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;مہمان&quot;&lt;/string>"
15795        errorLine2="            ~~~~~~~~~~~~~~~~">
15796        <location
15797            file="frameworks/base/packages/SystemUI/res/values-ur/strings_car.xml"
15798            line="22"
15799            column="13"/>
15800    </issue>
15801
15802    <issue
15803        id="ExtraTranslation"
15804        message="&quot;car_guest&quot; is translated here but not found in default locale"
15805        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Mehmon&quot;&lt;/string>"
15806        errorLine2="            ~~~~~~~~~~~~~~~~">
15807        <location
15808            file="frameworks/base/packages/SystemUI/res/values-uz/strings_car.xml"
15809            line="22"
15810            column="13"/>
15811    </issue>
15812
15813    <issue
15814        id="ExtraTranslation"
15815        message="&quot;car_guest&quot; is translated here but not found in default locale"
15816        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Khách&quot;&lt;/string>"
15817        errorLine2="            ~~~~~~~~~~~~~~~~">
15818        <location
15819            file="frameworks/base/packages/SystemUI/res/values-vi/strings_car.xml"
15820            line="22"
15821            column="13"/>
15822    </issue>
15823
15824    <issue
15825        id="ExtraTranslation"
15826        message="&quot;car_guest&quot; is translated here but not found in default locale"
15827        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;访客&quot;&lt;/string>"
15828        errorLine2="            ~~~~~~~~~~~~~~~~">
15829        <location
15830            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings_car.xml"
15831            line="22"
15832            column="13"/>
15833    </issue>
15834
15835    <issue
15836        id="ExtraTranslation"
15837        message="&quot;car_guest&quot; is translated here but not found in default locale"
15838        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;訪客&quot;&lt;/string>"
15839        errorLine2="            ~~~~~~~~~~~~~~~~">
15840        <location
15841            file="frameworks/base/packages/SystemUI/res/values-zh-rHK/strings_car.xml"
15842            line="22"
15843            column="13"/>
15844    </issue>
15845
15846    <issue
15847        id="ExtraTranslation"
15848        message="&quot;car_guest&quot; is translated here but not found in default locale"
15849        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;訪客&quot;&lt;/string>"
15850        errorLine2="            ~~~~~~~~~~~~~~~~">
15851        <location
15852            file="frameworks/base/packages/SystemUI/res/values-zh-rTW/strings_car.xml"
15853            line="22"
15854            column="13"/>
15855    </issue>
15856
15857    <issue
15858        id="ExtraTranslation"
15859        message="&quot;car_guest&quot; is translated here but not found in default locale"
15860        errorLine1="    &lt;string name=&quot;car_guest&quot; msgid=&quot;3738772168718508650&quot;>&quot;Isivakashi&quot;&lt;/string>"
15861        errorLine2="            ~~~~~~~~~~~~~~~~">
15862        <location
15863            file="frameworks/base/packages/SystemUI/res/values-zu/strings_car.xml"
15864            line="22"
15865            column="13"/>
15866    </issue>
15867
15868    <issue
15869        id="ExtraTranslation"
15870        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15871        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gas&quot;&lt;/string>"
15872        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15873        <location
15874            file="frameworks/base/packages/SystemUI/res/values-af/strings_car.xml"
15875            line="23"
15876            column="13"/>
15877    </issue>
15878
15879    <issue
15880        id="ExtraTranslation"
15881        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15882        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;እንግዳ&quot;&lt;/string>"
15883        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15884        <location
15885            file="frameworks/base/packages/SystemUI/res/values-am/strings_car.xml"
15886            line="23"
15887            column="13"/>
15888    </issue>
15889
15890    <issue
15891        id="ExtraTranslation"
15892        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15893        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ضيف&quot;&lt;/string>"
15894        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15895        <location
15896            file="frameworks/base/packages/SystemUI/res/values-ar/strings_car.xml"
15897            line="23"
15898            column="13"/>
15899    </issue>
15900
15901    <issue
15902        id="ExtraTranslation"
15903        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15904        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;অতিথি&quot;&lt;/string>"
15905        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15906        <location
15907            file="frameworks/base/packages/SystemUI/res/values-as/strings_car.xml"
15908            line="23"
15909            column="13"/>
15910    </issue>
15911
15912    <issue
15913        id="ExtraTranslation"
15914        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15915        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Qonaq&quot;&lt;/string>"
15916        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15917        <location
15918            file="frameworks/base/packages/SystemUI/res/values-az/strings_car.xml"
15919            line="23"
15920            column="13"/>
15921    </issue>
15922
15923    <issue
15924        id="ExtraTranslation"
15925        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15926        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gost&quot;&lt;/string>"
15927        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15928        <location
15929            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings_car.xml"
15930            line="23"
15931            column="13"/>
15932    </issue>
15933
15934    <issue
15935        id="ExtraTranslation"
15936        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15937        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Госць&quot;&lt;/string>"
15938        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15939        <location
15940            file="frameworks/base/packages/SystemUI/res/values-be/strings_car.xml"
15941            line="23"
15942            column="13"/>
15943    </issue>
15944
15945    <issue
15946        id="ExtraTranslation"
15947        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15948        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Гост&quot;&lt;/string>"
15949        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15950        <location
15951            file="frameworks/base/packages/SystemUI/res/values-bg/strings_car.xml"
15952            line="23"
15953            column="13"/>
15954    </issue>
15955
15956    <issue
15957        id="ExtraTranslation"
15958        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15959        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;অতিথি&quot;&lt;/string>"
15960        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15961        <location
15962            file="frameworks/base/packages/SystemUI/res/values-bn/strings_car.xml"
15963            line="23"
15964            column="13"/>
15965    </issue>
15966
15967    <issue
15968        id="ExtraTranslation"
15969        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15970        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gost&quot;&lt;/string>"
15971        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15972        <location
15973            file="frameworks/base/packages/SystemUI/res/values-bs/strings_car.xml"
15974            line="23"
15975            column="13"/>
15976    </issue>
15977
15978    <issue
15979        id="ExtraTranslation"
15980        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15981        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Convidat&quot;&lt;/string>"
15982        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15983        <location
15984            file="frameworks/base/packages/SystemUI/res/values-ca/strings_car.xml"
15985            line="23"
15986            column="13"/>
15987    </issue>
15988
15989    <issue
15990        id="ExtraTranslation"
15991        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
15992        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Host&quot;&lt;/string>"
15993        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
15994        <location
15995            file="frameworks/base/packages/SystemUI/res/values-cs/strings_car.xml"
15996            line="23"
15997            column="13"/>
15998    </issue>
15999
16000    <issue
16001        id="ExtraTranslation"
16002        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16003        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gæst&quot;&lt;/string>"
16004        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16005        <location
16006            file="frameworks/base/packages/SystemUI/res/values-da/strings_car.xml"
16007            line="23"
16008            column="13"/>
16009    </issue>
16010
16011    <issue
16012        id="ExtraTranslation"
16013        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16014        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gast&quot;&lt;/string>"
16015        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16016        <location
16017            file="frameworks/base/packages/SystemUI/res/values-de/strings_car.xml"
16018            line="23"
16019            column="13"/>
16020    </issue>
16021
16022    <issue
16023        id="ExtraTranslation"
16024        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16025        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Επισκέπτης&quot;&lt;/string>"
16026        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16027        <location
16028            file="frameworks/base/packages/SystemUI/res/values-el/strings_car.xml"
16029            line="23"
16030            column="13"/>
16031    </issue>
16032
16033    <issue
16034        id="ExtraTranslation"
16035        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16036        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Guest&quot;&lt;/string>"
16037        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16038        <location
16039            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings_car.xml"
16040            line="23"
16041            column="13"/>
16042    </issue>
16043
16044    <issue
16045        id="ExtraTranslation"
16046        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16047        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Guest&quot;&lt;/string>"
16048        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16049        <location
16050            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings_car.xml"
16051            line="23"
16052            column="13"/>
16053    </issue>
16054
16055    <issue
16056        id="ExtraTranslation"
16057        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16058        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Guest&quot;&lt;/string>"
16059        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16060        <location
16061            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings_car.xml"
16062            line="23"
16063            column="13"/>
16064    </issue>
16065
16066    <issue
16067        id="ExtraTranslation"
16068        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16069        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Guest&quot;&lt;/string>"
16070        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16071        <location
16072            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings_car.xml"
16073            line="23"
16074            column="13"/>
16075    </issue>
16076
16077    <issue
16078        id="ExtraTranslation"
16079        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16080        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‎‎‏‏‏‏‎‏‎‏‏‎‎‎‎‏‎‎‎‎‎‎‏‎‎‏‏‎‏‎‎‏‏‎‎‎‎‏‎‎‎‎‎‎‎‏‏‏‎‏‏‏‏‏‎‏‎‎‏‎Guest‎‏‎‎‏‎&quot;&lt;/string>"
16081        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16082        <location
16083            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings_car.xml"
16084            line="23"
16085            column="13"/>
16086    </issue>
16087
16088    <issue
16089        id="ExtraTranslation"
16090        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16091        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Invitado&quot;&lt;/string>"
16092        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16093        <location
16094            file="frameworks/base/packages/SystemUI/res/values-es-rUS/strings_car.xml"
16095            line="23"
16096            column="13"/>
16097    </issue>
16098
16099    <issue
16100        id="ExtraTranslation"
16101        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16102        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Invitado&quot;&lt;/string>"
16103        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16104        <location
16105            file="frameworks/base/packages/SystemUI/res/values-es/strings_car.xml"
16106            line="23"
16107            column="13"/>
16108    </issue>
16109
16110    <issue
16111        id="ExtraTranslation"
16112        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16113        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Külaline&quot;&lt;/string>"
16114        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16115        <location
16116            file="frameworks/base/packages/SystemUI/res/values-et/strings_car.xml"
16117            line="23"
16118            column="13"/>
16119    </issue>
16120
16121    <issue
16122        id="ExtraTranslation"
16123        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16124        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gonbidatua&quot;&lt;/string>"
16125        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16126        <location
16127            file="frameworks/base/packages/SystemUI/res/values-eu/strings_car.xml"
16128            line="23"
16129            column="13"/>
16130    </issue>
16131
16132    <issue
16133        id="ExtraTranslation"
16134        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16135        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;مهمان&quot;&lt;/string>"
16136        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16137        <location
16138            file="frameworks/base/packages/SystemUI/res/values-fa/strings_car.xml"
16139            line="23"
16140            column="13"/>
16141    </issue>
16142
16143    <issue
16144        id="ExtraTranslation"
16145        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16146        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Vieras&quot;&lt;/string>"
16147        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16148        <location
16149            file="frameworks/base/packages/SystemUI/res/values-fi/strings_car.xml"
16150            line="23"
16151            column="13"/>
16152    </issue>
16153
16154    <issue
16155        id="ExtraTranslation"
16156        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16157        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Invité&quot;&lt;/string>"
16158        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16159        <location
16160            file="frameworks/base/packages/SystemUI/res/values-fr-rCA/strings_car.xml"
16161            line="23"
16162            column="13"/>
16163    </issue>
16164
16165    <issue
16166        id="ExtraTranslation"
16167        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16168        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Invité&quot;&lt;/string>"
16169        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16170        <location
16171            file="frameworks/base/packages/SystemUI/res/values-fr/strings_car.xml"
16172            line="23"
16173            column="13"/>
16174    </issue>
16175
16176    <issue
16177        id="ExtraTranslation"
16178        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16179        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Convidado&quot;&lt;/string>"
16180        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16181        <location
16182            file="frameworks/base/packages/SystemUI/res/values-gl/strings_car.xml"
16183            line="23"
16184            column="13"/>
16185    </issue>
16186
16187    <issue
16188        id="ExtraTranslation"
16189        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16190        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;અતિથિ&quot;&lt;/string>"
16191        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16192        <location
16193            file="frameworks/base/packages/SystemUI/res/values-gu/strings_car.xml"
16194            line="23"
16195            column="13"/>
16196    </issue>
16197
16198    <issue
16199        id="ExtraTranslation"
16200        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16201        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;मेहमान मोड&quot;&lt;/string>"
16202        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16203        <location
16204            file="frameworks/base/packages/SystemUI/res/values-hi/strings_car.xml"
16205            line="23"
16206            column="13"/>
16207    </issue>
16208
16209    <issue
16210        id="ExtraTranslation"
16211        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16212        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gost&quot;&lt;/string>"
16213        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16214        <location
16215            file="frameworks/base/packages/SystemUI/res/values-hr/strings_car.xml"
16216            line="23"
16217            column="13"/>
16218    </issue>
16219
16220    <issue
16221        id="ExtraTranslation"
16222        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16223        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Vendég&quot;&lt;/string>"
16224        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16225        <location
16226            file="frameworks/base/packages/SystemUI/res/values-hu/strings_car.xml"
16227            line="23"
16228            column="13"/>
16229    </issue>
16230
16231    <issue
16232        id="ExtraTranslation"
16233        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16234        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Հյուր&quot;&lt;/string>"
16235        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16236        <location
16237            file="frameworks/base/packages/SystemUI/res/values-hy/strings_car.xml"
16238            line="23"
16239            column="13"/>
16240    </issue>
16241
16242    <issue
16243        id="ExtraTranslation"
16244        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16245        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Tamu&quot;&lt;/string>"
16246        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16247        <location
16248            file="frameworks/base/packages/SystemUI/res/values-in/strings_car.xml"
16249            line="23"
16250            column="13"/>
16251    </issue>
16252
16253    <issue
16254        id="ExtraTranslation"
16255        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16256        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gestur&quot;&lt;/string>"
16257        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16258        <location
16259            file="frameworks/base/packages/SystemUI/res/values-is/strings_car.xml"
16260            line="23"
16261            column="13"/>
16262    </issue>
16263
16264    <issue
16265        id="ExtraTranslation"
16266        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16267        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Ospite&quot;&lt;/string>"
16268        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16269        <location
16270            file="frameworks/base/packages/SystemUI/res/values-it/strings_car.xml"
16271            line="23"
16272            column="13"/>
16273    </issue>
16274
16275    <issue
16276        id="ExtraTranslation"
16277        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16278        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;אורח&quot;&lt;/string>"
16279        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16280        <location
16281            file="frameworks/base/packages/SystemUI/res/values-iw/strings_car.xml"
16282            line="23"
16283            column="13"/>
16284    </issue>
16285
16286    <issue
16287        id="ExtraTranslation"
16288        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16289        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ゲスト&quot;&lt;/string>"
16290        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16291        <location
16292            file="frameworks/base/packages/SystemUI/res/values-ja/strings_car.xml"
16293            line="23"
16294            column="13"/>
16295    </issue>
16296
16297    <issue
16298        id="ExtraTranslation"
16299        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16300        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;სტუმარი&quot;&lt;/string>"
16301        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16302        <location
16303            file="frameworks/base/packages/SystemUI/res/values-ka/strings_car.xml"
16304            line="23"
16305            column="13"/>
16306    </issue>
16307
16308    <issue
16309        id="ExtraTranslation"
16310        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16311        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Қонақ&quot;&lt;/string>"
16312        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16313        <location
16314            file="frameworks/base/packages/SystemUI/res/values-kk/strings_car.xml"
16315            line="23"
16316            column="13"/>
16317    </issue>
16318
16319    <issue
16320        id="ExtraTranslation"
16321        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16322        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ភ្ញៀវ&quot;&lt;/string>"
16323        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16324        <location
16325            file="frameworks/base/packages/SystemUI/res/values-km/strings_car.xml"
16326            line="23"
16327            column="13"/>
16328    </issue>
16329
16330    <issue
16331        id="ExtraTranslation"
16332        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16333        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ಅತಿಥಿ&quot;&lt;/string>"
16334        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16335        <location
16336            file="frameworks/base/packages/SystemUI/res/values-kn/strings_car.xml"
16337            line="23"
16338            column="13"/>
16339    </issue>
16340
16341    <issue
16342        id="ExtraTranslation"
16343        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16344        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;게스트&quot;&lt;/string>"
16345        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16346        <location
16347            file="frameworks/base/packages/SystemUI/res/values-ko/strings_car.xml"
16348            line="23"
16349            column="13"/>
16350    </issue>
16351
16352    <issue
16353        id="ExtraTranslation"
16354        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16355        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Конок&quot;&lt;/string>"
16356        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16357        <location
16358            file="frameworks/base/packages/SystemUI/res/values-ky/strings_car.xml"
16359            line="23"
16360            column="13"/>
16361    </issue>
16362
16363    <issue
16364        id="ExtraTranslation"
16365        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16366        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ແຂກ&quot;&lt;/string>"
16367        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16368        <location
16369            file="frameworks/base/packages/SystemUI/res/values-lo/strings_car.xml"
16370            line="23"
16371            column="13"/>
16372    </issue>
16373
16374    <issue
16375        id="ExtraTranslation"
16376        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16377        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Svečias&quot;&lt;/string>"
16378        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16379        <location
16380            file="frameworks/base/packages/SystemUI/res/values-lt/strings_car.xml"
16381            line="23"
16382            column="13"/>
16383    </issue>
16384
16385    <issue
16386        id="ExtraTranslation"
16387        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16388        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Viesis&quot;&lt;/string>"
16389        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16390        <location
16391            file="frameworks/base/packages/SystemUI/res/values-lv/strings_car.xml"
16392            line="23"
16393            column="13"/>
16394    </issue>
16395
16396    <issue
16397        id="ExtraTranslation"
16398        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16399        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Гостин&quot;&lt;/string>"
16400        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16401        <location
16402            file="frameworks/base/packages/SystemUI/res/values-mk/strings_car.xml"
16403            line="23"
16404            column="13"/>
16405    </issue>
16406
16407    <issue
16408        id="ExtraTranslation"
16409        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16410        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;അതിഥി&quot;&lt;/string>"
16411        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16412        <location
16413            file="frameworks/base/packages/SystemUI/res/values-ml/strings_car.xml"
16414            line="23"
16415            column="13"/>
16416    </issue>
16417
16418    <issue
16419        id="ExtraTranslation"
16420        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16421        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Зочин&quot;&lt;/string>"
16422        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16423        <location
16424            file="frameworks/base/packages/SystemUI/res/values-mn/strings_car.xml"
16425            line="23"
16426            column="13"/>
16427    </issue>
16428
16429    <issue
16430        id="ExtraTranslation"
16431        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16432        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;अतिथी&quot;&lt;/string>"
16433        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16434        <location
16435            file="frameworks/base/packages/SystemUI/res/values-mr/strings_car.xml"
16436            line="23"
16437            column="13"/>
16438    </issue>
16439
16440    <issue
16441        id="ExtraTranslation"
16442        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16443        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Tetamu&quot;&lt;/string>"
16444        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16445        <location
16446            file="frameworks/base/packages/SystemUI/res/values-ms/strings_car.xml"
16447            line="23"
16448            column="13"/>
16449    </issue>
16450
16451    <issue
16452        id="ExtraTranslation"
16453        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16454        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ဧည့်သည်&quot;&lt;/string>"
16455        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16456        <location
16457            file="frameworks/base/packages/SystemUI/res/values-my/strings_car.xml"
16458            line="23"
16459            column="13"/>
16460    </issue>
16461
16462    <issue
16463        id="ExtraTranslation"
16464        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16465        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gjest&quot;&lt;/string>"
16466        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16467        <location
16468            file="frameworks/base/packages/SystemUI/res/values-nb/strings_car.xml"
16469            line="23"
16470            column="13"/>
16471    </issue>
16472
16473    <issue
16474        id="ExtraTranslation"
16475        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16476        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;अतिथि&quot;&lt;/string>"
16477        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16478        <location
16479            file="frameworks/base/packages/SystemUI/res/values-ne/strings_car.xml"
16480            line="23"
16481            column="13"/>
16482    </issue>
16483
16484    <issue
16485        id="ExtraTranslation"
16486        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16487        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gast&quot;&lt;/string>"
16488        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16489        <location
16490            file="frameworks/base/packages/SystemUI/res/values-nl/strings_car.xml"
16491            line="23"
16492            column="13"/>
16493    </issue>
16494
16495    <issue
16496        id="ExtraTranslation"
16497        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16498        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ଅତିଥି&quot;&lt;/string>"
16499        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16500        <location
16501            file="frameworks/base/packages/SystemUI/res/values-or/strings_car.xml"
16502            line="23"
16503            column="13"/>
16504    </issue>
16505
16506    <issue
16507        id="ExtraTranslation"
16508        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16509        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ਮਹਿਮਾਨ&quot;&lt;/string>"
16510        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16511        <location
16512            file="frameworks/base/packages/SystemUI/res/values-pa/strings_car.xml"
16513            line="23"
16514            column="13"/>
16515    </issue>
16516
16517    <issue
16518        id="ExtraTranslation"
16519        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16520        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gość&quot;&lt;/string>"
16521        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16522        <location
16523            file="frameworks/base/packages/SystemUI/res/values-pl/strings_car.xml"
16524            line="23"
16525            column="13"/>
16526    </issue>
16527
16528    <issue
16529        id="ExtraTranslation"
16530        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16531        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Visitante&quot;&lt;/string>"
16532        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16533        <location
16534            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings_car.xml"
16535            line="23"
16536            column="13"/>
16537    </issue>
16538
16539    <issue
16540        id="ExtraTranslation"
16541        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16542        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Convidado&quot;&lt;/string>"
16543        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16544        <location
16545            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings_car.xml"
16546            line="23"
16547            column="13"/>
16548    </issue>
16549
16550    <issue
16551        id="ExtraTranslation"
16552        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16553        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Visitante&quot;&lt;/string>"
16554        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16555        <location
16556            file="frameworks/base/packages/SystemUI/res/values-pt/strings_car.xml"
16557            line="23"
16558            column="13"/>
16559    </issue>
16560
16561    <issue
16562        id="ExtraTranslation"
16563        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16564        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Invitat&quot;&lt;/string>"
16565        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16566        <location
16567            file="frameworks/base/packages/SystemUI/res/values-ro/strings_car.xml"
16568            line="23"
16569            column="13"/>
16570    </issue>
16571
16572    <issue
16573        id="ExtraTranslation"
16574        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16575        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Гость&quot;&lt;/string>"
16576        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16577        <location
16578            file="frameworks/base/packages/SystemUI/res/values-ru/strings_car.xml"
16579            line="23"
16580            column="13"/>
16581    </issue>
16582
16583    <issue
16584        id="ExtraTranslation"
16585        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16586        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;අමුත්තා&quot;&lt;/string>"
16587        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16588        <location
16589            file="frameworks/base/packages/SystemUI/res/values-si/strings_car.xml"
16590            line="23"
16591            column="13"/>
16592    </issue>
16593
16594    <issue
16595        id="ExtraTranslation"
16596        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16597        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Hosť&quot;&lt;/string>"
16598        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16599        <location
16600            file="frameworks/base/packages/SystemUI/res/values-sk/strings_car.xml"
16601            line="23"
16602            column="13"/>
16603    </issue>
16604
16605    <issue
16606        id="ExtraTranslation"
16607        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16608        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gost&quot;&lt;/string>"
16609        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16610        <location
16611            file="frameworks/base/packages/SystemUI/res/values-sl/strings_car.xml"
16612            line="23"
16613            column="13"/>
16614    </issue>
16615
16616    <issue
16617        id="ExtraTranslation"
16618        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16619        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;I ftuar&quot;&lt;/string>"
16620        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16621        <location
16622            file="frameworks/base/packages/SystemUI/res/values-sq/strings_car.xml"
16623            line="23"
16624            column="13"/>
16625    </issue>
16626
16627    <issue
16628        id="ExtraTranslation"
16629        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16630        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Гост&quot;&lt;/string>"
16631        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16632        <location
16633            file="frameworks/base/packages/SystemUI/res/values-sr/strings_car.xml"
16634            line="23"
16635            column="13"/>
16636    </issue>
16637
16638    <issue
16639        id="ExtraTranslation"
16640        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16641        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Gäst&quot;&lt;/string>"
16642        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16643        <location
16644            file="frameworks/base/packages/SystemUI/res/values-sv/strings_car.xml"
16645            line="23"
16646            column="13"/>
16647    </issue>
16648
16649    <issue
16650        id="ExtraTranslation"
16651        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16652        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Mgeni&quot;&lt;/string>"
16653        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16654        <location
16655            file="frameworks/base/packages/SystemUI/res/values-sw/strings_car.xml"
16656            line="23"
16657            column="13"/>
16658    </issue>
16659
16660    <issue
16661        id="ExtraTranslation"
16662        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16663        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;விருந்தினர்&quot;&lt;/string>"
16664        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16665        <location
16666            file="frameworks/base/packages/SystemUI/res/values-ta/strings_car.xml"
16667            line="23"
16668            column="13"/>
16669    </issue>
16670
16671    <issue
16672        id="ExtraTranslation"
16673        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16674        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;అతిథి&quot;&lt;/string>"
16675        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16676        <location
16677            file="frameworks/base/packages/SystemUI/res/values-te/strings_car.xml"
16678            line="23"
16679            column="13"/>
16680    </issue>
16681
16682    <issue
16683        id="ExtraTranslation"
16684        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16685        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;ผู้มาเยือน&quot;&lt;/string>"
16686        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16687        <location
16688            file="frameworks/base/packages/SystemUI/res/values-th/strings_car.xml"
16689            line="23"
16690            column="13"/>
16691    </issue>
16692
16693    <issue
16694        id="ExtraTranslation"
16695        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16696        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Bisita&quot;&lt;/string>"
16697        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16698        <location
16699            file="frameworks/base/packages/SystemUI/res/values-tl/strings_car.xml"
16700            line="23"
16701            column="13"/>
16702    </issue>
16703
16704    <issue
16705        id="ExtraTranslation"
16706        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16707        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Misafir&quot;&lt;/string>"
16708        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16709        <location
16710            file="frameworks/base/packages/SystemUI/res/values-tr/strings_car.xml"
16711            line="23"
16712            column="13"/>
16713    </issue>
16714
16715    <issue
16716        id="ExtraTranslation"
16717        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16718        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Гість&quot;&lt;/string>"
16719        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16720        <location
16721            file="frameworks/base/packages/SystemUI/res/values-uk/strings_car.xml"
16722            line="23"
16723            column="13"/>
16724    </issue>
16725
16726    <issue
16727        id="ExtraTranslation"
16728        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16729        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;مہمان&quot;&lt;/string>"
16730        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16731        <location
16732            file="frameworks/base/packages/SystemUI/res/values-ur/strings_car.xml"
16733            line="23"
16734            column="13"/>
16735    </issue>
16736
16737    <issue
16738        id="ExtraTranslation"
16739        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16740        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Mehmon&quot;&lt;/string>"
16741        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16742        <location
16743            file="frameworks/base/packages/SystemUI/res/values-uz/strings_car.xml"
16744            line="23"
16745            column="13"/>
16746    </issue>
16747
16748    <issue
16749        id="ExtraTranslation"
16750        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16751        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Khách&quot;&lt;/string>"
16752        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16753        <location
16754            file="frameworks/base/packages/SystemUI/res/values-vi/strings_car.xml"
16755            line="23"
16756            column="13"/>
16757    </issue>
16758
16759    <issue
16760        id="ExtraTranslation"
16761        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16762        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;访客&quot;&lt;/string>"
16763        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16764        <location
16765            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings_car.xml"
16766            line="23"
16767            column="13"/>
16768    </issue>
16769
16770    <issue
16771        id="ExtraTranslation"
16772        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16773        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;訪客&quot;&lt;/string>"
16774        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16775        <location
16776            file="frameworks/base/packages/SystemUI/res/values-zh-rHK/strings_car.xml"
16777            line="23"
16778            column="13"/>
16779    </issue>
16780
16781    <issue
16782        id="ExtraTranslation"
16783        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16784        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;訪客&quot;&lt;/string>"
16785        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16786        <location
16787            file="frameworks/base/packages/SystemUI/res/values-zh-rTW/strings_car.xml"
16788            line="23"
16789            column="13"/>
16790    </issue>
16791
16792    <issue
16793        id="ExtraTranslation"
16794        message="&quot;start_guest_session&quot; is translated here but not found in default locale"
16795        errorLine1="    &lt;string name=&quot;start_guest_session&quot; msgid=&quot;7055742120180595689&quot;>&quot;Isivakashi&quot;&lt;/string>"
16796        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16797        <location
16798            file="frameworks/base/packages/SystemUI/res/values-zu/strings_car.xml"
16799            line="23"
16800            column="13"/>
16801    </issue>
16802
16803    <issue
16804        id="ExtraTranslation"
16805        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16806        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Voeg gebruiker by&quot;&lt;/string>"
16807        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16808        <location
16809            file="frameworks/base/packages/SystemUI/res/values-af/strings_car.xml"
16810            line="24"
16811            column="13"/>
16812    </issue>
16813
16814    <issue
16815        id="ExtraTranslation"
16816        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16817        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ተጠቃሚ አክል&quot;&lt;/string>"
16818        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16819        <location
16820            file="frameworks/base/packages/SystemUI/res/values-am/strings_car.xml"
16821            line="24"
16822            column="13"/>
16823    </issue>
16824
16825    <issue
16826        id="ExtraTranslation"
16827        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16828        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;إضافة المستخدم&quot;&lt;/string>"
16829        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16830        <location
16831            file="frameworks/base/packages/SystemUI/res/values-ar/strings_car.xml"
16832            line="24"
16833            column="13"/>
16834    </issue>
16835
16836    <issue
16837        id="ExtraTranslation"
16838        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16839        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ব্যৱহাৰকাৰী যোগ কৰক&quot;&lt;/string>"
16840        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16841        <location
16842            file="frameworks/base/packages/SystemUI/res/values-as/strings_car.xml"
16843            line="24"
16844            column="13"/>
16845    </issue>
16846
16847    <issue
16848        id="ExtraTranslation"
16849        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16850        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;İstifadəçi əlavə edin&quot;&lt;/string>"
16851        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16852        <location
16853            file="frameworks/base/packages/SystemUI/res/values-az/strings_car.xml"
16854            line="24"
16855            column="13"/>
16856    </issue>
16857
16858    <issue
16859        id="ExtraTranslation"
16860        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16861        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Dodaj korisnika&quot;&lt;/string>"
16862        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16863        <location
16864            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings_car.xml"
16865            line="24"
16866            column="13"/>
16867    </issue>
16868
16869    <issue
16870        id="ExtraTranslation"
16871        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16872        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Дадаць карыстальніка&quot;&lt;/string>"
16873        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16874        <location
16875            file="frameworks/base/packages/SystemUI/res/values-be/strings_car.xml"
16876            line="24"
16877            column="13"/>
16878    </issue>
16879
16880    <issue
16881        id="ExtraTranslation"
16882        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16883        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Добавяне на потребител&quot;&lt;/string>"
16884        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16885        <location
16886            file="frameworks/base/packages/SystemUI/res/values-bg/strings_car.xml"
16887            line="24"
16888            column="13"/>
16889    </issue>
16890
16891    <issue
16892        id="ExtraTranslation"
16893        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16894        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ব্যবহারকারীকে যুক্ত করুন&quot;&lt;/string>"
16895        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16896        <location
16897            file="frameworks/base/packages/SystemUI/res/values-bn/strings_car.xml"
16898            line="24"
16899            column="13"/>
16900    </issue>
16901
16902    <issue
16903        id="ExtraTranslation"
16904        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16905        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Dodaj korisnika&quot;&lt;/string>"
16906        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16907        <location
16908            file="frameworks/base/packages/SystemUI/res/values-bs/strings_car.xml"
16909            line="24"
16910            column="13"/>
16911    </issue>
16912
16913    <issue
16914        id="ExtraTranslation"
16915        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16916        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Afegeix un usuari&quot;&lt;/string>"
16917        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16918        <location
16919            file="frameworks/base/packages/SystemUI/res/values-ca/strings_car.xml"
16920            line="24"
16921            column="13"/>
16922    </issue>
16923
16924    <issue
16925        id="ExtraTranslation"
16926        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16927        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Přidat uživatele&quot;&lt;/string>"
16928        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16929        <location
16930            file="frameworks/base/packages/SystemUI/res/values-cs/strings_car.xml"
16931            line="24"
16932            column="13"/>
16933    </issue>
16934
16935    <issue
16936        id="ExtraTranslation"
16937        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16938        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Tilføj bruger&quot;&lt;/string>"
16939        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16940        <location
16941            file="frameworks/base/packages/SystemUI/res/values-da/strings_car.xml"
16942            line="24"
16943            column="13"/>
16944    </issue>
16945
16946    <issue
16947        id="ExtraTranslation"
16948        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16949        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Nutzer hinzufügen&quot;&lt;/string>"
16950        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16951        <location
16952            file="frameworks/base/packages/SystemUI/res/values-de/strings_car.xml"
16953            line="24"
16954            column="13"/>
16955    </issue>
16956
16957    <issue
16958        id="ExtraTranslation"
16959        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16960        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Προσθήκη χρήστη&quot;&lt;/string>"
16961        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16962        <location
16963            file="frameworks/base/packages/SystemUI/res/values-el/strings_car.xml"
16964            line="24"
16965            column="13"/>
16966    </issue>
16967
16968    <issue
16969        id="ExtraTranslation"
16970        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16971        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Add User&quot;&lt;/string>"
16972        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16973        <location
16974            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings_car.xml"
16975            line="24"
16976            column="13"/>
16977    </issue>
16978
16979    <issue
16980        id="ExtraTranslation"
16981        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16982        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Add User&quot;&lt;/string>"
16983        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16984        <location
16985            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings_car.xml"
16986            line="24"
16987            column="13"/>
16988    </issue>
16989
16990    <issue
16991        id="ExtraTranslation"
16992        message="&quot;car_add_user&quot; is translated here but not found in default locale"
16993        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Add User&quot;&lt;/string>"
16994        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
16995        <location
16996            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings_car.xml"
16997            line="24"
16998            column="13"/>
16999    </issue>
17000
17001    <issue
17002        id="ExtraTranslation"
17003        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17004        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Add User&quot;&lt;/string>"
17005        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17006        <location
17007            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings_car.xml"
17008            line="24"
17009            column="13"/>
17010    </issue>
17011
17012    <issue
17013        id="ExtraTranslation"
17014        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17015        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‎‎‎‏‏‎‎‏‎‏‎‏‎‏‎‏‏‏‎‎‎‏‏‎‎‏‎‏‎‎‏‏‎‎‎‎‎‎‏‎‎‎‏‎‏‎‎‎‏‏‏‎‎‏‏‎‎‏‎‎Add User‎‏‎‎‏‎&quot;&lt;/string>"
17016        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17017        <location
17018            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings_car.xml"
17019            line="24"
17020            column="13"/>
17021    </issue>
17022
17023    <issue
17024        id="ExtraTranslation"
17025        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17026        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Agregar usuario&quot;&lt;/string>"
17027        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17028        <location
17029            file="frameworks/base/packages/SystemUI/res/values-es-rUS/strings_car.xml"
17030            line="24"
17031            column="13"/>
17032    </issue>
17033
17034    <issue
17035        id="ExtraTranslation"
17036        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17037        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Añadir usuario&quot;&lt;/string>"
17038        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17039        <location
17040            file="frameworks/base/packages/SystemUI/res/values-es/strings_car.xml"
17041            line="24"
17042            column="13"/>
17043    </issue>
17044
17045    <issue
17046        id="ExtraTranslation"
17047        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17048        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Kasutaja lisamine&quot;&lt;/string>"
17049        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17050        <location
17051            file="frameworks/base/packages/SystemUI/res/values-et/strings_car.xml"
17052            line="24"
17053            column="13"/>
17054    </issue>
17055
17056    <issue
17057        id="ExtraTranslation"
17058        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17059        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Gehitu erabiltzaile bat&quot;&lt;/string>"
17060        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17061        <location
17062            file="frameworks/base/packages/SystemUI/res/values-eu/strings_car.xml"
17063            line="24"
17064            column="13"/>
17065    </issue>
17066
17067    <issue
17068        id="ExtraTranslation"
17069        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17070        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;افزودن کاربر&quot;&lt;/string>"
17071        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17072        <location
17073            file="frameworks/base/packages/SystemUI/res/values-fa/strings_car.xml"
17074            line="24"
17075            column="13"/>
17076    </issue>
17077
17078    <issue
17079        id="ExtraTranslation"
17080        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17081        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Lisää käyttäjä&quot;&lt;/string>"
17082        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17083        <location
17084            file="frameworks/base/packages/SystemUI/res/values-fi/strings_car.xml"
17085            line="24"
17086            column="13"/>
17087    </issue>
17088
17089    <issue
17090        id="ExtraTranslation"
17091        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17092        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Ajouter un utilisateur&quot;&lt;/string>"
17093        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17094        <location
17095            file="frameworks/base/packages/SystemUI/res/values-fr-rCA/strings_car.xml"
17096            line="24"
17097            column="13"/>
17098    </issue>
17099
17100    <issue
17101        id="ExtraTranslation"
17102        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17103        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Ajouter un utilisateur&quot;&lt;/string>"
17104        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17105        <location
17106            file="frameworks/base/packages/SystemUI/res/values-fr/strings_car.xml"
17107            line="24"
17108            column="13"/>
17109    </issue>
17110
17111    <issue
17112        id="ExtraTranslation"
17113        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17114        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Engadir usuario&quot;&lt;/string>"
17115        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17116        <location
17117            file="frameworks/base/packages/SystemUI/res/values-gl/strings_car.xml"
17118            line="24"
17119            column="13"/>
17120    </issue>
17121
17122    <issue
17123        id="ExtraTranslation"
17124        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17125        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;વપરાશકર્તા ઉમેરો&quot;&lt;/string>"
17126        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17127        <location
17128            file="frameworks/base/packages/SystemUI/res/values-gu/strings_car.xml"
17129            line="24"
17130            column="13"/>
17131    </issue>
17132
17133    <issue
17134        id="ExtraTranslation"
17135        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17136        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;उपयोगकर्ता जोड़ें&quot;&lt;/string>"
17137        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17138        <location
17139            file="frameworks/base/packages/SystemUI/res/values-hi/strings_car.xml"
17140            line="24"
17141            column="13"/>
17142    </issue>
17143
17144    <issue
17145        id="ExtraTranslation"
17146        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17147        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Dodajte korisnika&quot;&lt;/string>"
17148        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17149        <location
17150            file="frameworks/base/packages/SystemUI/res/values-hr/strings_car.xml"
17151            line="24"
17152            column="13"/>
17153    </issue>
17154
17155    <issue
17156        id="ExtraTranslation"
17157        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17158        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Felhasználó hozzáadása&quot;&lt;/string>"
17159        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17160        <location
17161            file="frameworks/base/packages/SystemUI/res/values-hu/strings_car.xml"
17162            line="24"
17163            column="13"/>
17164    </issue>
17165
17166    <issue
17167        id="ExtraTranslation"
17168        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17169        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Ավելացնել օգտատեր&quot;&lt;/string>"
17170        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17171        <location
17172            file="frameworks/base/packages/SystemUI/res/values-hy/strings_car.xml"
17173            line="24"
17174            column="13"/>
17175    </issue>
17176
17177    <issue
17178        id="ExtraTranslation"
17179        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17180        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Tambahkan Pengguna&quot;&lt;/string>"
17181        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17182        <location
17183            file="frameworks/base/packages/SystemUI/res/values-in/strings_car.xml"
17184            line="24"
17185            column="13"/>
17186    </issue>
17187
17188    <issue
17189        id="ExtraTranslation"
17190        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17191        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Bæta notanda við&quot;&lt;/string>"
17192        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17193        <location
17194            file="frameworks/base/packages/SystemUI/res/values-is/strings_car.xml"
17195            line="24"
17196            column="13"/>
17197    </issue>
17198
17199    <issue
17200        id="ExtraTranslation"
17201        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17202        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Aggiungi utente&quot;&lt;/string>"
17203        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17204        <location
17205            file="frameworks/base/packages/SystemUI/res/values-it/strings_car.xml"
17206            line="24"
17207            column="13"/>
17208    </issue>
17209
17210    <issue
17211        id="ExtraTranslation"
17212        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17213        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;הוספת משתמש&quot;&lt;/string>"
17214        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17215        <location
17216            file="frameworks/base/packages/SystemUI/res/values-iw/strings_car.xml"
17217            line="24"
17218            column="13"/>
17219    </issue>
17220
17221    <issue
17222        id="ExtraTranslation"
17223        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17224        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ユーザーを追加&quot;&lt;/string>"
17225        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17226        <location
17227            file="frameworks/base/packages/SystemUI/res/values-ja/strings_car.xml"
17228            line="24"
17229            column="13"/>
17230    </issue>
17231
17232    <issue
17233        id="ExtraTranslation"
17234        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17235        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;მომხმარებლის დამატება&quot;&lt;/string>"
17236        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17237        <location
17238            file="frameworks/base/packages/SystemUI/res/values-ka/strings_car.xml"
17239            line="24"
17240            column="13"/>
17241    </issue>
17242
17243    <issue
17244        id="ExtraTranslation"
17245        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17246        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Пайдаланушыны енгізу&quot;&lt;/string>"
17247        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17248        <location
17249            file="frameworks/base/packages/SystemUI/res/values-kk/strings_car.xml"
17250            line="24"
17251            column="13"/>
17252    </issue>
17253
17254    <issue
17255        id="ExtraTranslation"
17256        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17257        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;បញ្ចូល​អ្នក​ប្រើប្រាស់&quot;&lt;/string>"
17258        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17259        <location
17260            file="frameworks/base/packages/SystemUI/res/values-km/strings_car.xml"
17261            line="24"
17262            column="13"/>
17263    </issue>
17264
17265    <issue
17266        id="ExtraTranslation"
17267        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17268        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ಬಳಕೆದಾರ ಸೇರಿಸು&quot;&lt;/string>"
17269        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17270        <location
17271            file="frameworks/base/packages/SystemUI/res/values-kn/strings_car.xml"
17272            line="24"
17273            column="13"/>
17274    </issue>
17275
17276    <issue
17277        id="ExtraTranslation"
17278        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17279        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;사용자 추가&quot;&lt;/string>"
17280        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17281        <location
17282            file="frameworks/base/packages/SystemUI/res/values-ko/strings_car.xml"
17283            line="24"
17284            column="13"/>
17285    </issue>
17286
17287    <issue
17288        id="ExtraTranslation"
17289        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17290        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Колдонуучу кошуу&quot;&lt;/string>"
17291        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17292        <location
17293            file="frameworks/base/packages/SystemUI/res/values-ky/strings_car.xml"
17294            line="24"
17295            column="13"/>
17296    </issue>
17297
17298    <issue
17299        id="ExtraTranslation"
17300        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17301        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ເພີ່ມຜູ້ໃຊ້&quot;&lt;/string>"
17302        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17303        <location
17304            file="frameworks/base/packages/SystemUI/res/values-lo/strings_car.xml"
17305            line="24"
17306            column="13"/>
17307    </issue>
17308
17309    <issue
17310        id="ExtraTranslation"
17311        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17312        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Pridėti naudotoją&quot;&lt;/string>"
17313        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17314        <location
17315            file="frameworks/base/packages/SystemUI/res/values-lt/strings_car.xml"
17316            line="24"
17317            column="13"/>
17318    </issue>
17319
17320    <issue
17321        id="ExtraTranslation"
17322        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17323        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Lietotāja pievienošana&quot;&lt;/string>"
17324        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17325        <location
17326            file="frameworks/base/packages/SystemUI/res/values-lv/strings_car.xml"
17327            line="24"
17328            column="13"/>
17329    </issue>
17330
17331    <issue
17332        id="ExtraTranslation"
17333        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17334        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Додај корисник&quot;&lt;/string>"
17335        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17336        <location
17337            file="frameworks/base/packages/SystemUI/res/values-mk/strings_car.xml"
17338            line="24"
17339            column="13"/>
17340    </issue>
17341
17342    <issue
17343        id="ExtraTranslation"
17344        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17345        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ഉപയോക്താവിനെ ചേര്‍ക്കുക&quot;&lt;/string>"
17346        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17347        <location
17348            file="frameworks/base/packages/SystemUI/res/values-ml/strings_car.xml"
17349            line="24"
17350            column="13"/>
17351    </issue>
17352
17353    <issue
17354        id="ExtraTranslation"
17355        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17356        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Хэрэглэгч нэмэх&quot;&lt;/string>"
17357        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17358        <location
17359            file="frameworks/base/packages/SystemUI/res/values-mn/strings_car.xml"
17360            line="24"
17361            column="13"/>
17362    </issue>
17363
17364    <issue
17365        id="ExtraTranslation"
17366        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17367        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;वापरकर्ता जोडा&quot;&lt;/string>"
17368        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17369        <location
17370            file="frameworks/base/packages/SystemUI/res/values-mr/strings_car.xml"
17371            line="24"
17372            column="13"/>
17373    </issue>
17374
17375    <issue
17376        id="ExtraTranslation"
17377        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17378        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Tambah Pengguna&quot;&lt;/string>"
17379        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17380        <location
17381            file="frameworks/base/packages/SystemUI/res/values-ms/strings_car.xml"
17382            line="24"
17383            column="13"/>
17384    </issue>
17385
17386    <issue
17387        id="ExtraTranslation"
17388        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17389        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;အသုံးပြုသူ ထည့်ရန်&quot;&lt;/string>"
17390        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17391        <location
17392            file="frameworks/base/packages/SystemUI/res/values-my/strings_car.xml"
17393            line="24"
17394            column="13"/>
17395    </issue>
17396
17397    <issue
17398        id="ExtraTranslation"
17399        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17400        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Legg til bruker&quot;&lt;/string>"
17401        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17402        <location
17403            file="frameworks/base/packages/SystemUI/res/values-nb/strings_car.xml"
17404            line="24"
17405            column="13"/>
17406    </issue>
17407
17408    <issue
17409        id="ExtraTranslation"
17410        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17411        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;प्रयोगकर्ता थप्नुहोस्&quot;&lt;/string>"
17412        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17413        <location
17414            file="frameworks/base/packages/SystemUI/res/values-ne/strings_car.xml"
17415            line="24"
17416            column="13"/>
17417    </issue>
17418
17419    <issue
17420        id="ExtraTranslation"
17421        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17422        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Gebruiker toevoegen&quot;&lt;/string>"
17423        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17424        <location
17425            file="frameworks/base/packages/SystemUI/res/values-nl/strings_car.xml"
17426            line="24"
17427            column="13"/>
17428    </issue>
17429
17430    <issue
17431        id="ExtraTranslation"
17432        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17433        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ୟୁଜର୍‍ଙ୍କୁ ଯୋଡ଼ନ୍ତୁ&quot;&lt;/string>"
17434        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17435        <location
17436            file="frameworks/base/packages/SystemUI/res/values-or/strings_car.xml"
17437            line="24"
17438            column="13"/>
17439    </issue>
17440
17441    <issue
17442        id="ExtraTranslation"
17443        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17444        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;ਵਰਤੋਂਕਾਰ ਸ਼ਾਮਲ ਕਰੋ&quot;&lt;/string>"
17445        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17446        <location
17447            file="frameworks/base/packages/SystemUI/res/values-pa/strings_car.xml"
17448            line="24"
17449            column="13"/>
17450    </issue>
17451
17452    <issue
17453        id="ExtraTranslation"
17454        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17455        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Dodaj użytkownika&quot;&lt;/string>"
17456        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17457        <location
17458            file="frameworks/base/packages/SystemUI/res/values-pl/strings_car.xml"
17459            line="24"
17460            column="13"/>
17461    </issue>
17462
17463    <issue
17464        id="ExtraTranslation"
17465        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17466        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Adicionar usuário&quot;&lt;/string>"
17467        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17468        <location
17469            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings_car.xml"
17470            line="24"
17471            column="13"/>
17472    </issue>
17473
17474    <issue
17475        id="ExtraTranslation"
17476        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17477        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Adicionar utilizador&quot;&lt;/string>"
17478        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17479        <location
17480            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings_car.xml"
17481            line="24"
17482            column="13"/>
17483    </issue>
17484
17485    <issue
17486        id="ExtraTranslation"
17487        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17488        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Adicionar usuário&quot;&lt;/string>"
17489        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17490        <location
17491            file="frameworks/base/packages/SystemUI/res/values-pt/strings_car.xml"
17492            line="24"
17493            column="13"/>
17494    </issue>
17495
17496    <issue
17497        id="ExtraTranslation"
17498        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17499        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Adăugați un utilizator&quot;&lt;/string>"
17500        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17501        <location
17502            file="frameworks/base/packages/SystemUI/res/values-ro/strings_car.xml"
17503            line="24"
17504            column="13"/>
17505    </issue>
17506
17507    <issue
17508        id="ExtraTranslation"
17509        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17510        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Добавить пользователя&quot;&lt;/string>"
17511        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17512        <location
17513            file="frameworks/base/packages/SystemUI/res/values-ru/strings_car.xml"
17514            line="24"
17515            column="13"/>
17516    </issue>
17517
17518    <issue
17519        id="ExtraTranslation"
17520        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17521        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;පරිශීලක එක් කරන්න&quot;&lt;/string>"
17522        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17523        <location
17524            file="frameworks/base/packages/SystemUI/res/values-si/strings_car.xml"
17525            line="24"
17526            column="13"/>
17527    </issue>
17528
17529    <issue
17530        id="ExtraTranslation"
17531        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17532        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Pridať používateľa&quot;&lt;/string>"
17533        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17534        <location
17535            file="frameworks/base/packages/SystemUI/res/values-sk/strings_car.xml"
17536            line="24"
17537            column="13"/>
17538    </issue>
17539
17540    <issue
17541        id="ExtraTranslation"
17542        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17543        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Dodaj uporabnika&quot;&lt;/string>"
17544        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17545        <location
17546            file="frameworks/base/packages/SystemUI/res/values-sl/strings_car.xml"
17547            line="24"
17548            column="13"/>
17549    </issue>
17550
17551    <issue
17552        id="ExtraTranslation"
17553        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17554        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Shto përdorues&quot;&lt;/string>"
17555        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17556        <location
17557            file="frameworks/base/packages/SystemUI/res/values-sq/strings_car.xml"
17558            line="24"
17559            column="13"/>
17560    </issue>
17561
17562    <issue
17563        id="ExtraTranslation"
17564        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17565        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Додај корисника&quot;&lt;/string>"
17566        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17567        <location
17568            file="frameworks/base/packages/SystemUI/res/values-sr/strings_car.xml"
17569            line="24"
17570            column="13"/>
17571    </issue>
17572
17573    <issue
17574        id="ExtraTranslation"
17575        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17576        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Lägg till användare&quot;&lt;/string>"
17577        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17578        <location
17579            file="frameworks/base/packages/SystemUI/res/values-sv/strings_car.xml"
17580            line="24"
17581            column="13"/>
17582    </issue>
17583
17584    <issue
17585        id="ExtraTranslation"
17586        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17587        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Ongeza Mtumiaji&quot;&lt;/string>"
17588        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17589        <location
17590            file="frameworks/base/packages/SystemUI/res/values-sw/strings_car.xml"
17591            line="24"
17592            column="13"/>
17593    </issue>
17594
17595    <issue
17596        id="ExtraTranslation"
17597        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17598        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;பயனரைச் சேர்க்கவும்&quot;&lt;/string>"
17599        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17600        <location
17601            file="frameworks/base/packages/SystemUI/res/values-ta/strings_car.xml"
17602            line="24"
17603            column="13"/>
17604    </issue>
17605
17606    <issue
17607        id="ExtraTranslation"
17608        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17609        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;వినియోగదారును జోడించండి&quot;&lt;/string>"
17610        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17611        <location
17612            file="frameworks/base/packages/SystemUI/res/values-te/strings_car.xml"
17613            line="24"
17614            column="13"/>
17615    </issue>
17616
17617    <issue
17618        id="ExtraTranslation"
17619        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17620        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;เพิ่มผู้ใช้&quot;&lt;/string>"
17621        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17622        <location
17623            file="frameworks/base/packages/SystemUI/res/values-th/strings_car.xml"
17624            line="24"
17625            column="13"/>
17626    </issue>
17627
17628    <issue
17629        id="ExtraTranslation"
17630        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17631        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Magdagdag ng User&quot;&lt;/string>"
17632        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17633        <location
17634            file="frameworks/base/packages/SystemUI/res/values-tl/strings_car.xml"
17635            line="24"
17636            column="13"/>
17637    </issue>
17638
17639    <issue
17640        id="ExtraTranslation"
17641        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17642        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Kullanıcı Ekle&quot;&lt;/string>"
17643        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17644        <location
17645            file="frameworks/base/packages/SystemUI/res/values-tr/strings_car.xml"
17646            line="24"
17647            column="13"/>
17648    </issue>
17649
17650    <issue
17651        id="ExtraTranslation"
17652        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17653        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Додати користувача&quot;&lt;/string>"
17654        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17655        <location
17656            file="frameworks/base/packages/SystemUI/res/values-uk/strings_car.xml"
17657            line="24"
17658            column="13"/>
17659    </issue>
17660
17661    <issue
17662        id="ExtraTranslation"
17663        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17664        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;صارف شامل کریں&quot;&lt;/string>"
17665        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17666        <location
17667            file="frameworks/base/packages/SystemUI/res/values-ur/strings_car.xml"
17668            line="24"
17669            column="13"/>
17670    </issue>
17671
17672    <issue
17673        id="ExtraTranslation"
17674        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17675        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Foydalanuvchi qo‘shish&quot;&lt;/string>"
17676        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17677        <location
17678            file="frameworks/base/packages/SystemUI/res/values-uz/strings_car.xml"
17679            line="24"
17680            column="13"/>
17681    </issue>
17682
17683    <issue
17684        id="ExtraTranslation"
17685        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17686        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Thêm người dùng&quot;&lt;/string>"
17687        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17688        <location
17689            file="frameworks/base/packages/SystemUI/res/values-vi/strings_car.xml"
17690            line="24"
17691            column="13"/>
17692    </issue>
17693
17694    <issue
17695        id="ExtraTranslation"
17696        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17697        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;添加用户&quot;&lt;/string>"
17698        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17699        <location
17700            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings_car.xml"
17701            line="24"
17702            column="13"/>
17703    </issue>
17704
17705    <issue
17706        id="ExtraTranslation"
17707        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17708        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;新增使用者&quot;&lt;/string>"
17709        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17710        <location
17711            file="frameworks/base/packages/SystemUI/res/values-zh-rHK/strings_car.xml"
17712            line="24"
17713            column="13"/>
17714    </issue>
17715
17716    <issue
17717        id="ExtraTranslation"
17718        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17719        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;新增使用者&quot;&lt;/string>"
17720        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17721        <location
17722            file="frameworks/base/packages/SystemUI/res/values-zh-rTW/strings_car.xml"
17723            line="24"
17724            column="13"/>
17725    </issue>
17726
17727    <issue
17728        id="ExtraTranslation"
17729        message="&quot;car_add_user&quot; is translated here but not found in default locale"
17730        errorLine1="    &lt;string name=&quot;car_add_user&quot; msgid=&quot;5245196248349230898&quot;>&quot;Engeza umsebenzisi&quot;&lt;/string>"
17731        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17732        <location
17733            file="frameworks/base/packages/SystemUI/res/values-zu/strings_car.xml"
17734            line="24"
17735            column="13"/>
17736    </issue>
17737
17738    <issue
17739        id="ExtraTranslation"
17740        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17741        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nuwe gebruiker&quot;&lt;/string>"
17742        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17743        <location
17744            file="frameworks/base/packages/SystemUI/res/values-af/strings_car.xml"
17745            line="25"
17746            column="13"/>
17747    </issue>
17748
17749    <issue
17750        id="ExtraTranslation"
17751        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17752        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;አዲስ ተጠቃሚ&quot;&lt;/string>"
17753        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17754        <location
17755            file="frameworks/base/packages/SystemUI/res/values-am/strings_car.xml"
17756            line="25"
17757            column="13"/>
17758    </issue>
17759
17760    <issue
17761        id="ExtraTranslation"
17762        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17763        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;مستخدم جديد&quot;&lt;/string>"
17764        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17765        <location
17766            file="frameworks/base/packages/SystemUI/res/values-ar/strings_car.xml"
17767            line="25"
17768            column="13"/>
17769    </issue>
17770
17771    <issue
17772        id="ExtraTranslation"
17773        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17774        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;নতুন ব্যৱহাৰকাৰী&quot;&lt;/string>"
17775        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17776        <location
17777            file="frameworks/base/packages/SystemUI/res/values-as/strings_car.xml"
17778            line="25"
17779            column="13"/>
17780    </issue>
17781
17782    <issue
17783        id="ExtraTranslation"
17784        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17785        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Yeni İstifadəçi&quot;&lt;/string>"
17786        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17787        <location
17788            file="frameworks/base/packages/SystemUI/res/values-az/strings_car.xml"
17789            line="25"
17790            column="13"/>
17791    </issue>
17792
17793    <issue
17794        id="ExtraTranslation"
17795        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17796        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Novi korisnik&quot;&lt;/string>"
17797        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17798        <location
17799            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings_car.xml"
17800            line="25"
17801            column="13"/>
17802    </issue>
17803
17804    <issue
17805        id="ExtraTranslation"
17806        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17807        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Новы карыстальнік&quot;&lt;/string>"
17808        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17809        <location
17810            file="frameworks/base/packages/SystemUI/res/values-be/strings_car.xml"
17811            line="25"
17812            column="13"/>
17813    </issue>
17814
17815    <issue
17816        id="ExtraTranslation"
17817        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17818        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Нов потребител&quot;&lt;/string>"
17819        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17820        <location
17821            file="frameworks/base/packages/SystemUI/res/values-bg/strings_car.xml"
17822            line="25"
17823            column="13"/>
17824    </issue>
17825
17826    <issue
17827        id="ExtraTranslation"
17828        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17829        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;নতুন ব্যবহারকারী&quot;&lt;/string>"
17830        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17831        <location
17832            file="frameworks/base/packages/SystemUI/res/values-bn/strings_car.xml"
17833            line="25"
17834            column="13"/>
17835    </issue>
17836
17837    <issue
17838        id="ExtraTranslation"
17839        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17840        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Novi korisnik&quot;&lt;/string>"
17841        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17842        <location
17843            file="frameworks/base/packages/SystemUI/res/values-bs/strings_car.xml"
17844            line="25"
17845            column="13"/>
17846    </issue>
17847
17848    <issue
17849        id="ExtraTranslation"
17850        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17851        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Usuari nou&quot;&lt;/string>"
17852        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17853        <location
17854            file="frameworks/base/packages/SystemUI/res/values-ca/strings_car.xml"
17855            line="25"
17856            column="13"/>
17857    </issue>
17858
17859    <issue
17860        id="ExtraTranslation"
17861        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17862        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nový uživatel&quot;&lt;/string>"
17863        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17864        <location
17865            file="frameworks/base/packages/SystemUI/res/values-cs/strings_car.xml"
17866            line="25"
17867            column="13"/>
17868    </issue>
17869
17870    <issue
17871        id="ExtraTranslation"
17872        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17873        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Ny bruger&quot;&lt;/string>"
17874        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17875        <location
17876            file="frameworks/base/packages/SystemUI/res/values-da/strings_car.xml"
17877            line="25"
17878            column="13"/>
17879    </issue>
17880
17881    <issue
17882        id="ExtraTranslation"
17883        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17884        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Neuer Nutzer&quot;&lt;/string>"
17885        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17886        <location
17887            file="frameworks/base/packages/SystemUI/res/values-de/strings_car.xml"
17888            line="25"
17889            column="13"/>
17890    </issue>
17891
17892    <issue
17893        id="ExtraTranslation"
17894        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17895        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Νέος χρήστης&quot;&lt;/string>"
17896        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17897        <location
17898            file="frameworks/base/packages/SystemUI/res/values-el/strings_car.xml"
17899            line="25"
17900            column="13"/>
17901    </issue>
17902
17903    <issue
17904        id="ExtraTranslation"
17905        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17906        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;New User&quot;&lt;/string>"
17907        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17908        <location
17909            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings_car.xml"
17910            line="25"
17911            column="13"/>
17912    </issue>
17913
17914    <issue
17915        id="ExtraTranslation"
17916        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17917        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;New User&quot;&lt;/string>"
17918        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17919        <location
17920            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings_car.xml"
17921            line="25"
17922            column="13"/>
17923    </issue>
17924
17925    <issue
17926        id="ExtraTranslation"
17927        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17928        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;New User&quot;&lt;/string>"
17929        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17930        <location
17931            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings_car.xml"
17932            line="25"
17933            column="13"/>
17934    </issue>
17935
17936    <issue
17937        id="ExtraTranslation"
17938        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17939        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;New User&quot;&lt;/string>"
17940        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17941        <location
17942            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings_car.xml"
17943            line="25"
17944            column="13"/>
17945    </issue>
17946
17947    <issue
17948        id="ExtraTranslation"
17949        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17950        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‎‎‎‎‎‎‏‎‏‏‏‏‏‎‏‎‎‏‎‏‏‏‏‏‎‏‎‏‏‎‏‎‏‏‏‏‏‏‏‏‎‎‏‏‏‎‎‏‏‎‎‎‎‏‎‎New User‎‏‎‎‏‎&quot;&lt;/string>"
17951        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17952        <location
17953            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings_car.xml"
17954            line="25"
17955            column="13"/>
17956    </issue>
17957
17958    <issue
17959        id="ExtraTranslation"
17960        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17961        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nuevo usuario&quot;&lt;/string>"
17962        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17963        <location
17964            file="frameworks/base/packages/SystemUI/res/values-es-rUS/strings_car.xml"
17965            line="25"
17966            column="13"/>
17967    </issue>
17968
17969    <issue
17970        id="ExtraTranslation"
17971        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17972        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nuevo usuario&quot;&lt;/string>"
17973        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17974        <location
17975            file="frameworks/base/packages/SystemUI/res/values-es/strings_car.xml"
17976            line="25"
17977            column="13"/>
17978    </issue>
17979
17980    <issue
17981        id="ExtraTranslation"
17982        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17983        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Uus kasutaja&quot;&lt;/string>"
17984        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17985        <location
17986            file="frameworks/base/packages/SystemUI/res/values-et/strings_car.xml"
17987            line="25"
17988            column="13"/>
17989    </issue>
17990
17991    <issue
17992        id="ExtraTranslation"
17993        message="&quot;car_new_user&quot; is translated here but not found in default locale"
17994        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Erabiltzaile berria&quot;&lt;/string>"
17995        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
17996        <location
17997            file="frameworks/base/packages/SystemUI/res/values-eu/strings_car.xml"
17998            line="25"
17999            column="13"/>
18000    </issue>
18001
18002    <issue
18003        id="ExtraTranslation"
18004        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18005        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;کاربر جدید&quot;&lt;/string>"
18006        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18007        <location
18008            file="frameworks/base/packages/SystemUI/res/values-fa/strings_car.xml"
18009            line="25"
18010            column="13"/>
18011    </issue>
18012
18013    <issue
18014        id="ExtraTranslation"
18015        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18016        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Uusi käyttäjä&quot;&lt;/string>"
18017        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18018        <location
18019            file="frameworks/base/packages/SystemUI/res/values-fi/strings_car.xml"
18020            line="25"
18021            column="13"/>
18022    </issue>
18023
18024    <issue
18025        id="ExtraTranslation"
18026        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18027        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nouvel utilisateur&quot;&lt;/string>"
18028        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18029        <location
18030            file="frameworks/base/packages/SystemUI/res/values-fr-rCA/strings_car.xml"
18031            line="25"
18032            column="13"/>
18033    </issue>
18034
18035    <issue
18036        id="ExtraTranslation"
18037        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18038        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nouvel utilisateur&quot;&lt;/string>"
18039        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18040        <location
18041            file="frameworks/base/packages/SystemUI/res/values-fr/strings_car.xml"
18042            line="25"
18043            column="13"/>
18044    </issue>
18045
18046    <issue
18047        id="ExtraTranslation"
18048        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18049        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Novo usuario&quot;&lt;/string>"
18050        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18051        <location
18052            file="frameworks/base/packages/SystemUI/res/values-gl/strings_car.xml"
18053            line="25"
18054            column="13"/>
18055    </issue>
18056
18057    <issue
18058        id="ExtraTranslation"
18059        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18060        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;નવા વપરાશકર્તા&quot;&lt;/string>"
18061        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18062        <location
18063            file="frameworks/base/packages/SystemUI/res/values-gu/strings_car.xml"
18064            line="25"
18065            column="13"/>
18066    </issue>
18067
18068    <issue
18069        id="ExtraTranslation"
18070        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18071        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;नया उपयोगकर्ता&quot;&lt;/string>"
18072        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18073        <location
18074            file="frameworks/base/packages/SystemUI/res/values-hi/strings_car.xml"
18075            line="25"
18076            column="13"/>
18077    </issue>
18078
18079    <issue
18080        id="ExtraTranslation"
18081        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18082        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Novi korisnik&quot;&lt;/string>"
18083        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18084        <location
18085            file="frameworks/base/packages/SystemUI/res/values-hr/strings_car.xml"
18086            line="25"
18087            column="13"/>
18088    </issue>
18089
18090    <issue
18091        id="ExtraTranslation"
18092        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18093        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Új felhasználó&quot;&lt;/string>"
18094        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18095        <location
18096            file="frameworks/base/packages/SystemUI/res/values-hu/strings_car.xml"
18097            line="25"
18098            column="13"/>
18099    </issue>
18100
18101    <issue
18102        id="ExtraTranslation"
18103        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18104        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Նոր օգտատեր&quot;&lt;/string>"
18105        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18106        <location
18107            file="frameworks/base/packages/SystemUI/res/values-hy/strings_car.xml"
18108            line="25"
18109            column="13"/>
18110    </issue>
18111
18112    <issue
18113        id="ExtraTranslation"
18114        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18115        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Pengguna Baru&quot;&lt;/string>"
18116        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18117        <location
18118            file="frameworks/base/packages/SystemUI/res/values-in/strings_car.xml"
18119            line="25"
18120            column="13"/>
18121    </issue>
18122
18123    <issue
18124        id="ExtraTranslation"
18125        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18126        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nýr notandi&quot;&lt;/string>"
18127        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18128        <location
18129            file="frameworks/base/packages/SystemUI/res/values-is/strings_car.xml"
18130            line="25"
18131            column="13"/>
18132    </issue>
18133
18134    <issue
18135        id="ExtraTranslation"
18136        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18137        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nuovo utente&quot;&lt;/string>"
18138        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18139        <location
18140            file="frameworks/base/packages/SystemUI/res/values-it/strings_car.xml"
18141            line="25"
18142            column="13"/>
18143    </issue>
18144
18145    <issue
18146        id="ExtraTranslation"
18147        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18148        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;משתמש חדש&quot;&lt;/string>"
18149        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18150        <location
18151            file="frameworks/base/packages/SystemUI/res/values-iw/strings_car.xml"
18152            line="25"
18153            column="13"/>
18154    </issue>
18155
18156    <issue
18157        id="ExtraTranslation"
18158        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18159        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;新しいユーザー&quot;&lt;/string>"
18160        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18161        <location
18162            file="frameworks/base/packages/SystemUI/res/values-ja/strings_car.xml"
18163            line="25"
18164            column="13"/>
18165    </issue>
18166
18167    <issue
18168        id="ExtraTranslation"
18169        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18170        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;ახალი მომხმარებელი&quot;&lt;/string>"
18171        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18172        <location
18173            file="frameworks/base/packages/SystemUI/res/values-ka/strings_car.xml"
18174            line="25"
18175            column="13"/>
18176    </issue>
18177
18178    <issue
18179        id="ExtraTranslation"
18180        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18181        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Жаңа пайдаланушы&quot;&lt;/string>"
18182        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18183        <location
18184            file="frameworks/base/packages/SystemUI/res/values-kk/strings_car.xml"
18185            line="25"
18186            column="13"/>
18187    </issue>
18188
18189    <issue
18190        id="ExtraTranslation"
18191        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18192        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;អ្នក​ប្រើប្រាស់​ថ្មី&quot;&lt;/string>"
18193        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18194        <location
18195            file="frameworks/base/packages/SystemUI/res/values-km/strings_car.xml"
18196            line="25"
18197            column="13"/>
18198    </issue>
18199
18200    <issue
18201        id="ExtraTranslation"
18202        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18203        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;ಹೊಸ ಬಳಕೆದಾರ&quot;&lt;/string>"
18204        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18205        <location
18206            file="frameworks/base/packages/SystemUI/res/values-kn/strings_car.xml"
18207            line="25"
18208            column="13"/>
18209    </issue>
18210
18211    <issue
18212        id="ExtraTranslation"
18213        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18214        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;신규 사용자&quot;&lt;/string>"
18215        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18216        <location
18217            file="frameworks/base/packages/SystemUI/res/values-ko/strings_car.xml"
18218            line="25"
18219            column="13"/>
18220    </issue>
18221
18222    <issue
18223        id="ExtraTranslation"
18224        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18225        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Жаңы колдонуучу&quot;&lt;/string>"
18226        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18227        <location
18228            file="frameworks/base/packages/SystemUI/res/values-ky/strings_car.xml"
18229            line="25"
18230            column="13"/>
18231    </issue>
18232
18233    <issue
18234        id="ExtraTranslation"
18235        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18236        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;ຜູ້ໃຊ້ໃໝ່&quot;&lt;/string>"
18237        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18238        <location
18239            file="frameworks/base/packages/SystemUI/res/values-lo/strings_car.xml"
18240            line="25"
18241            column="13"/>
18242    </issue>
18243
18244    <issue
18245        id="ExtraTranslation"
18246        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18247        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Naujas naudotojas&quot;&lt;/string>"
18248        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18249        <location
18250            file="frameworks/base/packages/SystemUI/res/values-lt/strings_car.xml"
18251            line="25"
18252            column="13"/>
18253    </issue>
18254
18255    <issue
18256        id="ExtraTranslation"
18257        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18258        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Jauns lietotājs&quot;&lt;/string>"
18259        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18260        <location
18261            file="frameworks/base/packages/SystemUI/res/values-lv/strings_car.xml"
18262            line="25"
18263            column="13"/>
18264    </issue>
18265
18266    <issue
18267        id="ExtraTranslation"
18268        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18269        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Нов корисник&quot;&lt;/string>"
18270        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18271        <location
18272            file="frameworks/base/packages/SystemUI/res/values-mk/strings_car.xml"
18273            line="25"
18274            column="13"/>
18275    </issue>
18276
18277    <issue
18278        id="ExtraTranslation"
18279        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18280        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;പുതിയ ഉപയോക്താവ്&quot;&lt;/string>"
18281        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18282        <location
18283            file="frameworks/base/packages/SystemUI/res/values-ml/strings_car.xml"
18284            line="25"
18285            column="13"/>
18286    </issue>
18287
18288    <issue
18289        id="ExtraTranslation"
18290        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18291        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Шинэ хэрэглэгч&quot;&lt;/string>"
18292        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18293        <location
18294            file="frameworks/base/packages/SystemUI/res/values-mn/strings_car.xml"
18295            line="25"
18296            column="13"/>
18297    </issue>
18298
18299    <issue
18300        id="ExtraTranslation"
18301        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18302        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;नवीन वापरकर्ता&quot;&lt;/string>"
18303        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18304        <location
18305            file="frameworks/base/packages/SystemUI/res/values-mr/strings_car.xml"
18306            line="25"
18307            column="13"/>
18308    </issue>
18309
18310    <issue
18311        id="ExtraTranslation"
18312        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18313        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Pengguna Baharu&quot;&lt;/string>"
18314        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18315        <location
18316            file="frameworks/base/packages/SystemUI/res/values-ms/strings_car.xml"
18317            line="25"
18318            column="13"/>
18319    </issue>
18320
18321    <issue
18322        id="ExtraTranslation"
18323        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18324        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;အသုံးပြုသူ အသစ်&quot;&lt;/string>"
18325        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18326        <location
18327            file="frameworks/base/packages/SystemUI/res/values-my/strings_car.xml"
18328            line="25"
18329            column="13"/>
18330    </issue>
18331
18332    <issue
18333        id="ExtraTranslation"
18334        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18335        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Ny bruker&quot;&lt;/string>"
18336        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18337        <location
18338            file="frameworks/base/packages/SystemUI/res/values-nb/strings_car.xml"
18339            line="25"
18340            column="13"/>
18341    </issue>
18342
18343    <issue
18344        id="ExtraTranslation"
18345        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18346        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;नयाँ प्रयोगकर्ता&quot;&lt;/string>"
18347        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18348        <location
18349            file="frameworks/base/packages/SystemUI/res/values-ne/strings_car.xml"
18350            line="25"
18351            column="13"/>
18352    </issue>
18353
18354    <issue
18355        id="ExtraTranslation"
18356        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18357        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nieuwe gebruiker&quot;&lt;/string>"
18358        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18359        <location
18360            file="frameworks/base/packages/SystemUI/res/values-nl/strings_car.xml"
18361            line="25"
18362            column="13"/>
18363    </issue>
18364
18365    <issue
18366        id="ExtraTranslation"
18367        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18368        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;ନୂଆ ୟୁଜର୍‍&quot;&lt;/string>"
18369        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18370        <location
18371            file="frameworks/base/packages/SystemUI/res/values-or/strings_car.xml"
18372            line="25"
18373            column="13"/>
18374    </issue>
18375
18376    <issue
18377        id="ExtraTranslation"
18378        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18379        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;ਨਵਾਂ ਵਰਤੋਂਕਾਰ&quot;&lt;/string>"
18380        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18381        <location
18382            file="frameworks/base/packages/SystemUI/res/values-pa/strings_car.xml"
18383            line="25"
18384            column="13"/>
18385    </issue>
18386
18387    <issue
18388        id="ExtraTranslation"
18389        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18390        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nowy użytkownik&quot;&lt;/string>"
18391        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18392        <location
18393            file="frameworks/base/packages/SystemUI/res/values-pl/strings_car.xml"
18394            line="25"
18395            column="13"/>
18396    </issue>
18397
18398    <issue
18399        id="ExtraTranslation"
18400        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18401        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Novo usuário&quot;&lt;/string>"
18402        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18403        <location
18404            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings_car.xml"
18405            line="25"
18406            column="13"/>
18407    </issue>
18408
18409    <issue
18410        id="ExtraTranslation"
18411        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18412        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Novo utilizador&quot;&lt;/string>"
18413        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18414        <location
18415            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings_car.xml"
18416            line="25"
18417            column="13"/>
18418    </issue>
18419
18420    <issue
18421        id="ExtraTranslation"
18422        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18423        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Novo usuário&quot;&lt;/string>"
18424        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18425        <location
18426            file="frameworks/base/packages/SystemUI/res/values-pt/strings_car.xml"
18427            line="25"
18428            column="13"/>
18429    </issue>
18430
18431    <issue
18432        id="ExtraTranslation"
18433        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18434        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Utilizator nou&quot;&lt;/string>"
18435        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18436        <location
18437            file="frameworks/base/packages/SystemUI/res/values-ro/strings_car.xml"
18438            line="25"
18439            column="13"/>
18440    </issue>
18441
18442    <issue
18443        id="ExtraTranslation"
18444        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18445        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Новый пользователь&quot;&lt;/string>"
18446        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18447        <location
18448            file="frameworks/base/packages/SystemUI/res/values-ru/strings_car.xml"
18449            line="25"
18450            column="13"/>
18451    </issue>
18452
18453    <issue
18454        id="ExtraTranslation"
18455        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18456        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;නව පරිශීලක&quot;&lt;/string>"
18457        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18458        <location
18459            file="frameworks/base/packages/SystemUI/res/values-si/strings_car.xml"
18460            line="25"
18461            column="13"/>
18462    </issue>
18463
18464    <issue
18465        id="ExtraTranslation"
18466        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18467        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nový používateľ&quot;&lt;/string>"
18468        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18469        <location
18470            file="frameworks/base/packages/SystemUI/res/values-sk/strings_car.xml"
18471            line="25"
18472            column="13"/>
18473    </issue>
18474
18475    <issue
18476        id="ExtraTranslation"
18477        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18478        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Nov uporabnik&quot;&lt;/string>"
18479        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18480        <location
18481            file="frameworks/base/packages/SystemUI/res/values-sl/strings_car.xml"
18482            line="25"
18483            column="13"/>
18484    </issue>
18485
18486    <issue
18487        id="ExtraTranslation"
18488        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18489        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Përdorues i ri&quot;&lt;/string>"
18490        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18491        <location
18492            file="frameworks/base/packages/SystemUI/res/values-sq/strings_car.xml"
18493            line="25"
18494            column="13"/>
18495    </issue>
18496
18497    <issue
18498        id="ExtraTranslation"
18499        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18500        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Нови корисник&quot;&lt;/string>"
18501        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18502        <location
18503            file="frameworks/base/packages/SystemUI/res/values-sr/strings_car.xml"
18504            line="25"
18505            column="13"/>
18506    </issue>
18507
18508    <issue
18509        id="ExtraTranslation"
18510        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18511        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Ny användare&quot;&lt;/string>"
18512        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18513        <location
18514            file="frameworks/base/packages/SystemUI/res/values-sv/strings_car.xml"
18515            line="25"
18516            column="13"/>
18517    </issue>
18518
18519    <issue
18520        id="ExtraTranslation"
18521        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18522        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Mtumiaji Mpya&quot;&lt;/string>"
18523        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18524        <location
18525            file="frameworks/base/packages/SystemUI/res/values-sw/strings_car.xml"
18526            line="25"
18527            column="13"/>
18528    </issue>
18529
18530    <issue
18531        id="ExtraTranslation"
18532        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18533        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;புதிய பயனர்&quot;&lt;/string>"
18534        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18535        <location
18536            file="frameworks/base/packages/SystemUI/res/values-ta/strings_car.xml"
18537            line="25"
18538            column="13"/>
18539    </issue>
18540
18541    <issue
18542        id="ExtraTranslation"
18543        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18544        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;కొత్త వినియోగదారు&quot;&lt;/string>"
18545        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18546        <location
18547            file="frameworks/base/packages/SystemUI/res/values-te/strings_car.xml"
18548            line="25"
18549            column="13"/>
18550    </issue>
18551
18552    <issue
18553        id="ExtraTranslation"
18554        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18555        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;ผู้ใช้ใหม่&quot;&lt;/string>"
18556        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18557        <location
18558            file="frameworks/base/packages/SystemUI/res/values-th/strings_car.xml"
18559            line="25"
18560            column="13"/>
18561    </issue>
18562
18563    <issue
18564        id="ExtraTranslation"
18565        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18566        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Bagong User&quot;&lt;/string>"
18567        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18568        <location
18569            file="frameworks/base/packages/SystemUI/res/values-tl/strings_car.xml"
18570            line="25"
18571            column="13"/>
18572    </issue>
18573
18574    <issue
18575        id="ExtraTranslation"
18576        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18577        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Yeni Kullanıcı&quot;&lt;/string>"
18578        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18579        <location
18580            file="frameworks/base/packages/SystemUI/res/values-tr/strings_car.xml"
18581            line="25"
18582            column="13"/>
18583    </issue>
18584
18585    <issue
18586        id="ExtraTranslation"
18587        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18588        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Новий користувач&quot;&lt;/string>"
18589        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18590        <location
18591            file="frameworks/base/packages/SystemUI/res/values-uk/strings_car.xml"
18592            line="25"
18593            column="13"/>
18594    </issue>
18595
18596    <issue
18597        id="ExtraTranslation"
18598        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18599        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;نیا صارف&quot;&lt;/string>"
18600        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18601        <location
18602            file="frameworks/base/packages/SystemUI/res/values-ur/strings_car.xml"
18603            line="25"
18604            column="13"/>
18605    </issue>
18606
18607    <issue
18608        id="ExtraTranslation"
18609        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18610        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Yangi foydalanuvchi&quot;&lt;/string>"
18611        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18612        <location
18613            file="frameworks/base/packages/SystemUI/res/values-uz/strings_car.xml"
18614            line="25"
18615            column="13"/>
18616    </issue>
18617
18618    <issue
18619        id="ExtraTranslation"
18620        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18621        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Người dùng mới&quot;&lt;/string>"
18622        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18623        <location
18624            file="frameworks/base/packages/SystemUI/res/values-vi/strings_car.xml"
18625            line="25"
18626            column="13"/>
18627    </issue>
18628
18629    <issue
18630        id="ExtraTranslation"
18631        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18632        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;新用户&quot;&lt;/string>"
18633        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18634        <location
18635            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings_car.xml"
18636            line="25"
18637            column="13"/>
18638    </issue>
18639
18640    <issue
18641        id="ExtraTranslation"
18642        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18643        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;新使用者&quot;&lt;/string>"
18644        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18645        <location
18646            file="frameworks/base/packages/SystemUI/res/values-zh-rHK/strings_car.xml"
18647            line="25"
18648            column="13"/>
18649    </issue>
18650
18651    <issue
18652        id="ExtraTranslation"
18653        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18654        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;新使用者&quot;&lt;/string>"
18655        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18656        <location
18657            file="frameworks/base/packages/SystemUI/res/values-zh-rTW/strings_car.xml"
18658            line="25"
18659            column="13"/>
18660    </issue>
18661
18662    <issue
18663        id="ExtraTranslation"
18664        message="&quot;car_new_user&quot; is translated here but not found in default locale"
18665        errorLine1="    &lt;string name=&quot;car_new_user&quot; msgid=&quot;8142927244990323906&quot;>&quot;Umsebenzisi omusha&quot;&lt;/string>"
18666        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
18667        <location
18668            file="frameworks/base/packages/SystemUI/res/values-zu/strings_car.xml"
18669            line="25"
18670            column="13"/>
18671    </issue>
18672
18673    <issue
18674        id="ExtraTranslation"
18675        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18676        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Wanneer jy \&apos;n nuwe gebruiker byvoeg, moet daardie persoon hul spasie opstel.&quot;&lt;/string>"
18677        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18678        <location
18679            file="frameworks/base/packages/SystemUI/res/values-af/strings_car.xml"
18680            line="26"
18681            column="13"/>
18682    </issue>
18683
18684    <issue
18685        id="ExtraTranslation"
18686        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18687        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;አዲስ ተጠቃሚ ሲያክሉ ያ ሰው የራሳቸውን ቦታ ማቀናበር አለባቸው።&quot;&lt;/string>"
18688        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18689        <location
18690            file="frameworks/base/packages/SystemUI/res/values-am/strings_car.xml"
18691            line="26"
18692            column="13"/>
18693    </issue>
18694
18695    <issue
18696        id="ExtraTranslation"
18697        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18698        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;عند إضافة مستخدم جديد، عليه إعداد مساحته.&quot;&lt;/string>"
18699        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18700        <location
18701            file="frameworks/base/packages/SystemUI/res/values-ar/strings_car.xml"
18702            line="26"
18703            column="13"/>
18704    </issue>
18705
18706    <issue
18707        id="ExtraTranslation"
18708        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18709        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;আপুনি কোনো নতুন ব্য়ৱহাৰকাৰীক যোগ কৰিলে তেখেতে নিজৰ বাবে খালী ঠাই ছেট আপ কৰিব লাগে।&quot;&lt;/string>"
18710        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18711        <location
18712            file="frameworks/base/packages/SystemUI/res/values-as/strings_car.xml"
18713            line="26"
18714            column="13"/>
18715    </issue>
18716
18717    <issue
18718        id="ExtraTranslation"
18719        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18720        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Yeni istifadəçi əlavə etdiyinizdə həmin şəxs öz yerini təyin etməlidir.&quot;&lt;/string>"
18721        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18722        <location
18723            file="frameworks/base/packages/SystemUI/res/values-az/strings_car.xml"
18724            line="26"
18725            column="13"/>
18726    </issue>
18727
18728    <issue
18729        id="ExtraTranslation"
18730        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18731        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kada dodate novog korisnika, ta osoba treba da podesi svoj prostor.&quot;&lt;/string>"
18732        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18733        <location
18734            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings_car.xml"
18735            line="26"
18736            column="13"/>
18737    </issue>
18738
18739    <issue
18740        id="ExtraTranslation"
18741        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18742        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Калі вы дадаяце новага карыстальніка, яму трэба наладзіць свой профіль.&quot;&lt;/string>"
18743        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18744        <location
18745            file="frameworks/base/packages/SystemUI/res/values-be/strings_car.xml"
18746            line="26"
18747            column="13"/>
18748    </issue>
18749
18750    <issue
18751        id="ExtraTranslation"
18752        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18753        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Когато добавите нов потребител, той трябва да настрои работното си пространство.&quot;&lt;/string>"
18754        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18755        <location
18756            file="frameworks/base/packages/SystemUI/res/values-bg/strings_car.xml"
18757            line="26"
18758            column="13"/>
18759    </issue>
18760
18761    <issue
18762        id="ExtraTranslation"
18763        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18764        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;আপনি কোনও নতুন ব্যবহারকারীকে যোগ করলে তাকে তার স্পেস সেট-আপ করে নিতে হবে।&quot;&lt;/string>"
18765        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18766        <location
18767            file="frameworks/base/packages/SystemUI/res/values-bn/strings_car.xml"
18768            line="26"
18769            column="13"/>
18770    </issue>
18771
18772    <issue
18773        id="ExtraTranslation"
18774        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18775        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kada dodate novog korisnika, ta osoba treba postaviti svoj prostor.&quot;&lt;/string>"
18776        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18777        <location
18778            file="frameworks/base/packages/SystemUI/res/values-bs/strings_car.xml"
18779            line="26"
18780            column="13"/>
18781    </issue>
18782
18783    <issue
18784        id="ExtraTranslation"
18785        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18786        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Quan s\&apos;afegeix un usuari nou, aquest usuari ha de configurar el seu espai.&quot;&lt;/string>"
18787        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18788        <location
18789            file="frameworks/base/packages/SystemUI/res/values-ca/strings_car.xml"
18790            line="26"
18791            column="13"/>
18792    </issue>
18793
18794    <issue
18795        id="ExtraTranslation"
18796        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18797        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Každý nově přidaný uživatel si musí nastavit vlastní prostor.&quot;&lt;/string>"
18798        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18799        <location
18800            file="frameworks/base/packages/SystemUI/res/values-cs/strings_car.xml"
18801            line="26"
18802            column="13"/>
18803    </issue>
18804
18805    <issue
18806        id="ExtraTranslation"
18807        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18808        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Når du tilføjer en ny bruger, skal vedkommende konfigurere sit område.&quot;&lt;/string>"
18809        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18810        <location
18811            file="frameworks/base/packages/SystemUI/res/values-da/strings_car.xml"
18812            line="26"
18813            column="13"/>
18814    </issue>
18815
18816    <issue
18817        id="ExtraTranslation"
18818        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18819        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Wenn du einen neuen Nutzer hinzufügst, muss dieser seinen Bereich einrichten.&quot;&lt;/string>"
18820        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18821        <location
18822            file="frameworks/base/packages/SystemUI/res/values-de/strings_car.xml"
18823            line="26"
18824            column="13"/>
18825    </issue>
18826
18827    <issue
18828        id="ExtraTranslation"
18829        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18830        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Όταν προσθέτετε έναν νέο χρήστη, αυτός ο χρήστης θα πρέπει να ρυθμίσει τον χώρο του.&quot;&lt;/string>"
18831        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18832        <location
18833            file="frameworks/base/packages/SystemUI/res/values-el/strings_car.xml"
18834            line="26"
18835            column="13"/>
18836    </issue>
18837
18838    <issue
18839        id="ExtraTranslation"
18840        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18841        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;When you add a new user, that person needs to set up their space.&quot;&lt;/string>"
18842        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18843        <location
18844            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings_car.xml"
18845            line="26"
18846            column="13"/>
18847    </issue>
18848
18849    <issue
18850        id="ExtraTranslation"
18851        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18852        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;When you add a new user, that person needs to set up their space.&quot;&lt;/string>"
18853        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18854        <location
18855            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings_car.xml"
18856            line="26"
18857            column="13"/>
18858    </issue>
18859
18860    <issue
18861        id="ExtraTranslation"
18862        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18863        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;When you add a new user, that person needs to set up their space.&quot;&lt;/string>"
18864        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18865        <location
18866            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings_car.xml"
18867            line="26"
18868            column="13"/>
18869    </issue>
18870
18871    <issue
18872        id="ExtraTranslation"
18873        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18874        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;When you add a new user, that person needs to set up their space.&quot;&lt;/string>"
18875        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18876        <location
18877            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings_car.xml"
18878            line="26"
18879            column="13"/>
18880    </issue>
18881
18882    <issue
18883        id="ExtraTranslation"
18884        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18885        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‎‎‎‏‏‎‏‏‎‏‎‏‏‏‏‎‎‏‏‎‏‏‏‏‎‎‏‎‏‎‏‎‏‎‎‎‎‎‎‎‏‏‎‏‏‏‏‎‎‏‎‏‎‏‎‎‎‎‏‎When you add a new user, that person needs to set up their space.‎‏‎‎‏‎&quot;&lt;/string>"
18886        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18887        <location
18888            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings_car.xml"
18889            line="26"
18890            column="13"/>
18891    </issue>
18892
18893    <issue
18894        id="ExtraTranslation"
18895        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18896        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Cuando agregues un usuario nuevo, esa persona deberá configurar su espacio.&quot;&lt;/string>"
18897        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18898        <location
18899            file="frameworks/base/packages/SystemUI/res/values-es-rUS/strings_car.xml"
18900            line="26"
18901            column="13"/>
18902    </issue>
18903
18904    <issue
18905        id="ExtraTranslation"
18906        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18907        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Al añadir un nuevo usuario, este debe configurar su espacio.&quot;&lt;/string>"
18908        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18909        <location
18910            file="frameworks/base/packages/SystemUI/res/values-es/strings_car.xml"
18911            line="26"
18912            column="13"/>
18913    </issue>
18914
18915    <issue
18916        id="ExtraTranslation"
18917        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18918        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kui lisate uue kasutaja, siis peab ta seadistama oma ruumi.&quot;&lt;/string>"
18919        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18920        <location
18921            file="frameworks/base/packages/SystemUI/res/values-et/strings_car.xml"
18922            line="26"
18923            column="13"/>
18924    </issue>
18925
18926    <issue
18927        id="ExtraTranslation"
18928        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18929        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Erabiltzaile bat gehitzen duzunean, bere eremua konfiguratu beharko du.&quot;&lt;/string>"
18930        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18931        <location
18932            file="frameworks/base/packages/SystemUI/res/values-eu/strings_car.xml"
18933            line="26"
18934            column="13"/>
18935    </issue>
18936
18937    <issue
18938        id="ExtraTranslation"
18939        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18940        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;وقتی کاربر جدیدی اضافه می‌کنید، آن فرد باید فضای خود را تنظیم کند.&quot;&lt;/string>"
18941        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18942        <location
18943            file="frameworks/base/packages/SystemUI/res/values-fa/strings_car.xml"
18944            line="26"
18945            column="13"/>
18946    </issue>
18947
18948    <issue
18949        id="ExtraTranslation"
18950        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18951        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kun lisäät uuden käyttäjän, hänen on määritettävä oman tilansa asetukset.&quot;&lt;/string>"
18952        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18953        <location
18954            file="frameworks/base/packages/SystemUI/res/values-fi/strings_car.xml"
18955            line="26"
18956            column="13"/>
18957    </issue>
18958
18959    <issue
18960        id="ExtraTranslation"
18961        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18962        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Lorsque vous ajoutez un utilisateur, celui-ci doit configurer son espace.&quot;&lt;/string>"
18963        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18964        <location
18965            file="frameworks/base/packages/SystemUI/res/values-fr-rCA/strings_car.xml"
18966            line="26"
18967            column="13"/>
18968    </issue>
18969
18970    <issue
18971        id="ExtraTranslation"
18972        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18973        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Lorsque vous ajoutez un utilisateur, celui-ci doit configurer son espace.&quot;&lt;/string>"
18974        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18975        <location
18976            file="frameworks/base/packages/SystemUI/res/values-fr/strings_car.xml"
18977            line="26"
18978            column="13"/>
18979    </issue>
18980
18981    <issue
18982        id="ExtraTranslation"
18983        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18984        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Cando engadas un usuario novo, este deberá configurar o seu espazo.&quot;&lt;/string>"
18985        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18986        <location
18987            file="frameworks/base/packages/SystemUI/res/values-gl/strings_car.xml"
18988            line="26"
18989            column="13"/>
18990    </issue>
18991
18992    <issue
18993        id="ExtraTranslation"
18994        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
18995        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;જ્યારે તમે કોઈ નવા વપરાશકર્તાને ઉમેરો છો, ત્યારે તે વ્યક્તિએ તેમની સ્પેસ સેટ કરવાની જરૂર રહે છે.&quot;&lt;/string>"
18996        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18997        <location
18998            file="frameworks/base/packages/SystemUI/res/values-gu/strings_car.xml"
18999            line="26"
19000            column="13"/>
19001    </issue>
19002
19003    <issue
19004        id="ExtraTranslation"
19005        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19006        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;जब आप कोई नया उपयोगकर्ता जोड़ते हैं तो, उस व्यक्ति को अपनी जगह सेट करनी होती है.&quot;&lt;/string>"
19007        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19008        <location
19009            file="frameworks/base/packages/SystemUI/res/values-hi/strings_car.xml"
19010            line="26"
19011            column="13"/>
19012    </issue>
19013
19014    <issue
19015        id="ExtraTranslation"
19016        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19017        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kada dodate novog korisnika, ta osoba mora postaviti vlastiti prostor.&quot;&lt;/string>"
19018        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19019        <location
19020            file="frameworks/base/packages/SystemUI/res/values-hr/strings_car.xml"
19021            line="26"
19022            column="13"/>
19023    </issue>
19024
19025    <issue
19026        id="ExtraTranslation"
19027        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19028        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Ha új felhasználót ad hozzá, az illetőnek be kell állítania saját felületét.&quot;&lt;/string>"
19029        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19030        <location
19031            file="frameworks/base/packages/SystemUI/res/values-hu/strings_car.xml"
19032            line="26"
19033            column="13"/>
19034    </issue>
19035
19036    <issue
19037        id="ExtraTranslation"
19038        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19039        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Երբ դուք նոր օգտատեր եք ավելացնում, նա պետք է կարգավորի իր պրոֆիլը:&quot;&lt;/string>"
19040        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19041        <location
19042            file="frameworks/base/packages/SystemUI/res/values-hy/strings_car.xml"
19043            line="26"
19044            column="13"/>
19045    </issue>
19046
19047    <issue
19048        id="ExtraTranslation"
19049        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19050        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Saat Anda menambahkan pengguna baru, orang tersebut perlu menyiapkan ruangnya sendiri.&quot;&lt;/string>"
19051        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19052        <location
19053            file="frameworks/base/packages/SystemUI/res/values-in/strings_car.xml"
19054            line="26"
19055            column="13"/>
19056    </issue>
19057
19058    <issue
19059        id="ExtraTranslation"
19060        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19061        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Þegar þú bætir nýjum notanda við þarf viðkomandi að setja upp sitt eigið svæði.&quot;&lt;/string>"
19062        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19063        <location
19064            file="frameworks/base/packages/SystemUI/res/values-is/strings_car.xml"
19065            line="26"
19066            column="13"/>
19067    </issue>
19068
19069    <issue
19070        id="ExtraTranslation"
19071        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19072        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Il nuovo utente, una volta aggiunto, dovrà configurare il proprio spazio.&quot;&lt;/string>"
19073        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19074        <location
19075            file="frameworks/base/packages/SystemUI/res/values-it/strings_car.xml"
19076            line="26"
19077            column="13"/>
19078    </issue>
19079
19080    <issue
19081        id="ExtraTranslation"
19082        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19083        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;בעת הוספת משתמש חדש, על משתמש זה להגדיר את המרחב שלו.&quot;&lt;/string>"
19084        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19085        <location
19086            file="frameworks/base/packages/SystemUI/res/values-iw/strings_car.xml"
19087            line="26"
19088            column="13"/>
19089    </issue>
19090
19091    <issue
19092        id="ExtraTranslation"
19093        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19094        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;新しいユーザーを追加したら、そのユーザーは自分のスペースをセットアップする必要があります。&quot;&lt;/string>"
19095        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19096        <location
19097            file="frameworks/base/packages/SystemUI/res/values-ja/strings_car.xml"
19098            line="26"
19099            column="13"/>
19100    </issue>
19101
19102    <issue
19103        id="ExtraTranslation"
19104        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19105        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;ახალი მომხმარებლის დამატებისას, ამ მომხმარებელს საკუთარი სივრცის შექმნა მოუწევს.&quot;&lt;/string>"
19106        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19107        <location
19108            file="frameworks/base/packages/SystemUI/res/values-ka/strings_car.xml"
19109            line="26"
19110            column="13"/>
19111    </issue>
19112
19113    <issue
19114        id="ExtraTranslation"
19115        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19116        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Енгізілген жаңа пайдаланушы өз профилін реттеуі керек.&quot;&lt;/string>"
19117        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19118        <location
19119            file="frameworks/base/packages/SystemUI/res/values-kk/strings_car.xml"
19120            line="26"
19121            column="13"/>
19122    </issue>
19123
19124    <issue
19125        id="ExtraTranslation"
19126        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19127        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;នៅពេលដែល​អ្នក​បញ្ចូល​អ្នក​ប្រើប្រាស់​ថ្មី បុគ្គល​នោះ​ត្រូវតែ​រៀបចំ​ទំហំ​ផ្ទុក​របស់គេ។&quot;&lt;/string>"
19128        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19129        <location
19130            file="frameworks/base/packages/SystemUI/res/values-km/strings_car.xml"
19131            line="26"
19132            column="13"/>
19133    </issue>
19134
19135    <issue
19136        id="ExtraTranslation"
19137        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19138        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;ನೀವು ಹೊಸ ಬಳಕೆದಾರರನ್ನು ಸೇರಿಸಿದಾಗ, ಆ ವ್ಯಕ್ತಿಯು ಅವರ ಸ್ಥಳವನ್ನು ಸೆಟಪ್ ಮಾಡಬೇಕಾಗುತ್ತದೆ.&quot;&lt;/string>"
19139        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19140        <location
19141            file="frameworks/base/packages/SystemUI/res/values-kn/strings_car.xml"
19142            line="26"
19143            column="13"/>
19144    </issue>
19145
19146    <issue
19147        id="ExtraTranslation"
19148        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19149        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;추가된 새로운 사용자는 자신의 공간을 설정해야 합니다.&quot;&lt;/string>"
19150        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19151        <location
19152            file="frameworks/base/packages/SystemUI/res/values-ko/strings_car.xml"
19153            line="26"
19154            column="13"/>
19155    </issue>
19156
19157    <issue
19158        id="ExtraTranslation"
19159        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19160        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Жаңы колдонуучу кошулганда, ал өзүнүн профилин жөндөп алышы керек.&quot;&lt;/string>"
19161        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19162        <location
19163            file="frameworks/base/packages/SystemUI/res/values-ky/strings_car.xml"
19164            line="26"
19165            column="13"/>
19166    </issue>
19167
19168    <issue
19169        id="ExtraTranslation"
19170        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19171        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;ເມື່ອທ່ານເພີ່ມຜູ້ໃຊ້ໃໝ່, ບຸກຄົນນັ້ນຈຳເປັນຕ້ອງຕັ້ງຄ່າພື້ນທີ່ຂອງເຂົາເຈົ້າ.&quot;&lt;/string>"
19172        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19173        <location
19174            file="frameworks/base/packages/SystemUI/res/values-lo/strings_car.xml"
19175            line="26"
19176            column="13"/>
19177    </issue>
19178
19179    <issue
19180        id="ExtraTranslation"
19181        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19182        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kai pridedate naują naudotoją, šis asmuo turi nustatyti savo vietą.&quot;&lt;/string>"
19183        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19184        <location
19185            file="frameworks/base/packages/SystemUI/res/values-lt/strings_car.xml"
19186            line="26"
19187            column="13"/>
19188    </issue>
19189
19190    <issue
19191        id="ExtraTranslation"
19192        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19193        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kad pievienosiet jaunu lietotāju, viņam būs jāizveido savs profils.&quot;&lt;/string>"
19194        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19195        <location
19196            file="frameworks/base/packages/SystemUI/res/values-lv/strings_car.xml"
19197            line="26"
19198            column="13"/>
19199    </issue>
19200
19201    <issue
19202        id="ExtraTranslation"
19203        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19204        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Кога додавате нов корисник, тоа лице треба да го постави својот простор.&quot;&lt;/string>"
19205        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19206        <location
19207            file="frameworks/base/packages/SystemUI/res/values-mk/strings_car.xml"
19208            line="26"
19209            column="13"/>
19210    </issue>
19211
19212    <issue
19213        id="ExtraTranslation"
19214        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19215        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;നിങ്ങളൊരു പുതിയ ഉപയോക്താവിനെ ചേർക്കുമ്പോൾ, ആ വ്യക്തി സ്വന്തം ഇടം സജ്ജീകരിക്കേണ്ടതുണ്ട്.&quot;&lt;/string>"
19216        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19217        <location
19218            file="frameworks/base/packages/SystemUI/res/values-ml/strings_car.xml"
19219            line="26"
19220            column="13"/>
19221    </issue>
19222
19223    <issue
19224        id="ExtraTranslation"
19225        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19226        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Таныг шинэ хэрэглэгч нэмэх үед тухайн хэрэглэгч хувийн орон зайгаа тохируулах шаардлагатай.&quot;&lt;/string>"
19227        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19228        <location
19229            file="frameworks/base/packages/SystemUI/res/values-mn/strings_car.xml"
19230            line="26"
19231            column="13"/>
19232    </issue>
19233
19234    <issue
19235        id="ExtraTranslation"
19236        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19237        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;तुम्ही नवीन वापरकर्त्याला जोडल्यावर, त्या व्यक्तीने त्यांचे स्थान सेट करणे आवश्यक असते.&quot;&lt;/string>"
19238        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19239        <location
19240            file="frameworks/base/packages/SystemUI/res/values-mr/strings_car.xml"
19241            line="26"
19242            column="13"/>
19243    </issue>
19244
19245    <issue
19246        id="ExtraTranslation"
19247        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19248        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Apabila anda menambahkan pengguna baharu, orang itu perlu menyediakan ruang mereka.&quot;&lt;/string>"
19249        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19250        <location
19251            file="frameworks/base/packages/SystemUI/res/values-ms/strings_car.xml"
19252            line="26"
19253            column="13"/>
19254    </issue>
19255
19256    <issue
19257        id="ExtraTranslation"
19258        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19259        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;အသုံးပြုသူအသစ် ထည့်သည့်အခါ ထိုသူသည် မိမိ၏ နေရာကို စီစဉ်သတ်မှတ်ရပါမည်။&quot;&lt;/string>"
19260        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19261        <location
19262            file="frameworks/base/packages/SystemUI/res/values-my/strings_car.xml"
19263            line="26"
19264            column="13"/>
19265    </issue>
19266
19267    <issue
19268        id="ExtraTranslation"
19269        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19270        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Når du legger til en ny bruker, må vedkommende konfigurere sitt eget område.&quot;&lt;/string>"
19271        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19272        <location
19273            file="frameworks/base/packages/SystemUI/res/values-nb/strings_car.xml"
19274            line="26"
19275            column="13"/>
19276    </issue>
19277
19278    <issue
19279        id="ExtraTranslation"
19280        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19281        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;तपाईंले नयाँ प्रयोगकर्ता थप्दा ती व्यक्तिले आफ्नो स्थान सेटअप गर्नु पर्छ।&quot;&lt;/string>"
19282        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19283        <location
19284            file="frameworks/base/packages/SystemUI/res/values-ne/strings_car.xml"
19285            line="26"
19286            column="13"/>
19287    </issue>
19288
19289    <issue
19290        id="ExtraTranslation"
19291        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19292        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Wanneer je een nieuwe gebruiker toevoegt, moet die persoon zijn eigen profiel instellen.&quot;&lt;/string>"
19293        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19294        <location
19295            file="frameworks/base/packages/SystemUI/res/values-nl/strings_car.xml"
19296            line="26"
19297            column="13"/>
19298    </issue>
19299
19300    <issue
19301        id="ExtraTranslation"
19302        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19303        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;ଯେତେବେଳେ ଆପଣ ଜଣେ ନୂଆ ୟୁଜର୍‍ଙ୍କୁ ଯୋଡ଼ିବେ, ସେହି ବ୍ୟକ୍ତିଙ୍କୁ ନିଜ ପାଇଁ ସ୍ପେସ୍‍ ସେଟ‍ଅପ୍ କରିବାକୁ ପଡ଼ିବ।&quot;&lt;/string>"
19304        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19305        <location
19306            file="frameworks/base/packages/SystemUI/res/values-or/strings_car.xml"
19307            line="26"
19308            column="13"/>
19309    </issue>
19310
19311    <issue
19312        id="ExtraTranslation"
19313        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19314        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;ਜਦੋਂ ਤੁਸੀਂ ਇੱਕ ਨਵਾਂ ਵਰਤੋਂਕਾਰ ਸ਼ਾਮਲ ਕਰਦੇ ਹੋ, ਤਾਂ ਉਸ ਵਿਅਕਤੀ ਨੂੰ ਆਪਣੀ ਜਗ੍ਹਾ ਸੈੱਟਅੱਪ ਕਰਨ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ।&quot;&lt;/string>"
19315        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19316        <location
19317            file="frameworks/base/packages/SystemUI/res/values-pa/strings_car.xml"
19318            line="26"
19319            column="13"/>
19320    </issue>
19321
19322    <issue
19323        id="ExtraTranslation"
19324        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19325        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Gdy dodasz nowego użytkownika, musi on skonfigurować swój profil.&quot;&lt;/string>"
19326        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19327        <location
19328            file="frameworks/base/packages/SystemUI/res/values-pl/strings_car.xml"
19329            line="26"
19330            column="13"/>
19331    </issue>
19332
19333    <issue
19334        id="ExtraTranslation"
19335        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19336        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Quando você adiciona um usuário novo, essa pessoa precisa configurar o espaço dela.&quot;&lt;/string>"
19337        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19338        <location
19339            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings_car.xml"
19340            line="26"
19341            column="13"/>
19342    </issue>
19343
19344    <issue
19345        id="ExtraTranslation"
19346        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19347        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Ao adicionar um novo utilizador, essa pessoa tem de configurar o respetivo espaço.&quot;&lt;/string>"
19348        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19349        <location
19350            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings_car.xml"
19351            line="26"
19352            column="13"/>
19353    </issue>
19354
19355    <issue
19356        id="ExtraTranslation"
19357        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19358        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Quando você adiciona um usuário novo, essa pessoa precisa configurar o espaço dela.&quot;&lt;/string>"
19359        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19360        <location
19361            file="frameworks/base/packages/SystemUI/res/values-pt/strings_car.xml"
19362            line="26"
19363            column="13"/>
19364    </issue>
19365
19366    <issue
19367        id="ExtraTranslation"
19368        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19369        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Când adăugați un utilizator nou, acesta trebuie să-și configureze spațiul.&quot;&lt;/string>"
19370        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19371        <location
19372            file="frameworks/base/packages/SystemUI/res/values-ro/strings_car.xml"
19373            line="26"
19374            column="13"/>
19375    </issue>
19376
19377    <issue
19378        id="ExtraTranslation"
19379        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19380        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Когда вы добавите пользователя, ему потребуется настроить профиль.&quot;&lt;/string>"
19381        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19382        <location
19383            file="frameworks/base/packages/SystemUI/res/values-ru/strings_car.xml"
19384            line="26"
19385            column="13"/>
19386    </issue>
19387
19388    <issue
19389        id="ExtraTranslation"
19390        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19391        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;ඔබ අලුත් පරිශීලකයෙක් එක් කරන විට, එම පුද්ගලයාට තමන්ගේ ඉඩ සකසා ගැනීමට අවශ්‍ය වේ.&quot;&lt;/string>"
19392        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19393        <location
19394            file="frameworks/base/packages/SystemUI/res/values-si/strings_car.xml"
19395            line="26"
19396            column="13"/>
19397    </issue>
19398
19399    <issue
19400        id="ExtraTranslation"
19401        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19402        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Keď pridáte nového používateľa, musí si nastaviť vlastný priestor.&quot;&lt;/string>"
19403        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19404        <location
19405            file="frameworks/base/packages/SystemUI/res/values-sk/strings_car.xml"
19406            line="26"
19407            column="13"/>
19408    </issue>
19409
19410    <issue
19411        id="ExtraTranslation"
19412        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19413        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Ko dodate novega uporabnika, mora ta nastaviti svoj prostor.&quot;&lt;/string>"
19414        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19415        <location
19416            file="frameworks/base/packages/SystemUI/res/values-sl/strings_car.xml"
19417            line="26"
19418            column="13"/>
19419    </issue>
19420
19421    <issue
19422        id="ExtraTranslation"
19423        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19424        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kur shton një përdorues të ri, ai person duhet të konfigurojë hapësirën e vet.&quot;&lt;/string>"
19425        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19426        <location
19427            file="frameworks/base/packages/SystemUI/res/values-sq/strings_car.xml"
19428            line="26"
19429            column="13"/>
19430    </issue>
19431
19432    <issue
19433        id="ExtraTranslation"
19434        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19435        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Када додате новог корисника, та особа треба да подеси свој простор.&quot;&lt;/string>"
19436        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19437        <location
19438            file="frameworks/base/packages/SystemUI/res/values-sr/strings_car.xml"
19439            line="26"
19440            column="13"/>
19441    </issue>
19442
19443    <issue
19444        id="ExtraTranslation"
19445        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19446        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;När du lägger till en ny användare måste den personen konfigurera sitt utrymme.&quot;&lt;/string>"
19447        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19448        <location
19449            file="frameworks/base/packages/SystemUI/res/values-sv/strings_car.xml"
19450            line="26"
19451            column="13"/>
19452    </issue>
19453
19454    <issue
19455        id="ExtraTranslation"
19456        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19457        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Ukiongeza mtumiaji mpya, ni lazima aweke kikundi chake.&quot;&lt;/string>"
19458        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19459        <location
19460            file="frameworks/base/packages/SystemUI/res/values-sw/strings_car.xml"
19461            line="26"
19462            column="13"/>
19463    </issue>
19464
19465    <issue
19466        id="ExtraTranslation"
19467        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19468        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;புதிய பயனரைச் சேர்க்கும்போது, அவர் தனக்கான இடத்தை அமைக்க வேண்டும்.&quot;&lt;/string>"
19469        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19470        <location
19471            file="frameworks/base/packages/SystemUI/res/values-ta/strings_car.xml"
19472            line="26"
19473            column="13"/>
19474    </issue>
19475
19476    <issue
19477        id="ExtraTranslation"
19478        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19479        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;మీరు కొత్త వినియోగదారును జోడించినప్పుడు, ఆ వ్యక్తి తన స్థలాన్ని సెటప్ చేసుకోవాలి.&quot;&lt;/string>"
19480        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19481        <location
19482            file="frameworks/base/packages/SystemUI/res/values-te/strings_car.xml"
19483            line="26"
19484            column="13"/>
19485    </issue>
19486
19487    <issue
19488        id="ExtraTranslation"
19489        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19490        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;เมื่อคุณเพิ่มผู้ใช้ใหม่ ผู้ใช้ดังกล่าวจะต้องตั้งค่าพื้นที่ของตนเอง&quot;&lt;/string>"
19491        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19492        <location
19493            file="frameworks/base/packages/SystemUI/res/values-th/strings_car.xml"
19494            line="26"
19495            column="13"/>
19496    </issue>
19497
19498    <issue
19499        id="ExtraTranslation"
19500        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19501        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Kapag nagdagdag ka ng bagong user, kailangang i-set up ng taong iyon ang kanyang espasyo.&quot;&lt;/string>"
19502        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19503        <location
19504            file="frameworks/base/packages/SystemUI/res/values-tl/strings_car.xml"
19505            line="26"
19506            column="13"/>
19507    </issue>
19508
19509    <issue
19510        id="ExtraTranslation"
19511        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19512        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Yeni kullanıcı eklediğinizde, bu kişinin kendi alanını ayarlaması gerekir.&quot;&lt;/string>"
19513        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19514        <location
19515            file="frameworks/base/packages/SystemUI/res/values-tr/strings_car.xml"
19516            line="26"
19517            column="13"/>
19518    </issue>
19519
19520    <issue
19521        id="ExtraTranslation"
19522        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19523        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Коли ви додаєте нового користувача, він має налаштувати свій профіль.&quot;&lt;/string>"
19524        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19525        <location
19526            file="frameworks/base/packages/SystemUI/res/values-uk/strings_car.xml"
19527            line="26"
19528            column="13"/>
19529    </issue>
19530
19531    <issue
19532        id="ExtraTranslation"
19533        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19534        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;جب آپ ایک نیا صارف شامل کرتے ہیں تو اس شخص کو اپنی جگہ کو ترتیب دینے کی ضرورت ہوتی ہے۔&quot;&lt;/string>"
19535        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19536        <location
19537            file="frameworks/base/packages/SystemUI/res/values-ur/strings_car.xml"
19538            line="26"
19539            column="13"/>
19540    </issue>
19541
19542    <issue
19543        id="ExtraTranslation"
19544        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19545        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Yangi profil qo‘shilgach, uni sozlash lozim.&quot;&lt;/string>"
19546        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19547        <location
19548            file="frameworks/base/packages/SystemUI/res/values-uz/strings_car.xml"
19549            line="26"
19550            column="13"/>
19551    </issue>
19552
19553    <issue
19554        id="ExtraTranslation"
19555        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19556        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Khi bạn thêm một người dùng mới, người đó cần thiết lập không gian của họ.&quot;&lt;/string>"
19557        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19558        <location
19559            file="frameworks/base/packages/SystemUI/res/values-vi/strings_car.xml"
19560            line="26"
19561            column="13"/>
19562    </issue>
19563
19564    <issue
19565        id="ExtraTranslation"
19566        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19567        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;当您添加新用户时,该用户必须设置自己的空间。&quot;&lt;/string>"
19568        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19569        <location
19570            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings_car.xml"
19571            line="26"
19572            column="13"/>
19573    </issue>
19574
19575    <issue
19576        id="ExtraTranslation"
19577        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19578        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;新增的使用者需要自行設定個人空間。&quot;&lt;/string>"
19579        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19580        <location
19581            file="frameworks/base/packages/SystemUI/res/values-zh-rHK/strings_car.xml"
19582            line="26"
19583            column="13"/>
19584    </issue>
19585
19586    <issue
19587        id="ExtraTranslation"
19588        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19589        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;新增的使用者需要自行設定個人空間。&quot;&lt;/string>"
19590        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19591        <location
19592            file="frameworks/base/packages/SystemUI/res/values-zh-rTW/strings_car.xml"
19593            line="26"
19594            column="13"/>
19595    </issue>
19596
19597    <issue
19598        id="ExtraTranslation"
19599        message="&quot;user_add_user_message_setup&quot; is translated here but not found in default locale"
19600        errorLine1="    &lt;string name=&quot;user_add_user_message_setup&quot; msgid=&quot;1791011504259527329&quot;>&quot;Uma ungeza umsebenzisi omusha, loyo muntu udinga ukusetha izikhala zakhe.&quot;&lt;/string>"
19601        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19602        <location
19603            file="frameworks/base/packages/SystemUI/res/values-zu/strings_car.xml"
19604            line="26"
19605            column="13"/>
19606    </issue>
19607
19608    <issue
19609        id="ExtraTranslation"
19610        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19611        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Enige gebruiker kan programme vir al die ander gebruikers opdateer.&quot;&lt;/string>"
19612        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19613        <location
19614            file="frameworks/base/packages/SystemUI/res/values-af/strings_car.xml"
19615            line="27"
19616            column="13"/>
19617    </issue>
19618
19619    <issue
19620        id="ExtraTranslation"
19621        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19622        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ማንኛውም ተጠቃሚ መተግበሪያዎችን ለሌሎች ተጠቃሚዎች ሁሉ ማዘመን ይችላል።&quot;&lt;/string>"
19623        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19624        <location
19625            file="frameworks/base/packages/SystemUI/res/values-am/strings_car.xml"
19626            line="27"
19627            column="13"/>
19628    </issue>
19629
19630    <issue
19631        id="ExtraTranslation"
19632        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19633        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;يمكن لأي مستخدم تحديث التطبيقات لجميع المستخدمين الآخرين.&quot;&lt;/string>"
19634        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19635        <location
19636            file="frameworks/base/packages/SystemUI/res/values-ar/strings_car.xml"
19637            line="27"
19638            column="13"/>
19639    </issue>
19640
19641    <issue
19642        id="ExtraTranslation"
19643        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19644        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;সকলো ব্য়ৱহাৰকাৰীয়ে অইন ব্য়ৱহাৰকাৰীৰ বাবে এপসমূহ আপডেট কৰিব পাৰে।&quot;&lt;/string>"
19645        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19646        <location
19647            file="frameworks/base/packages/SystemUI/res/values-as/strings_car.xml"
19648            line="27"
19649            column="13"/>
19650    </issue>
19651
19652    <issue
19653        id="ExtraTranslation"
19654        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19655        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;İstənilən istifadəçi digər bütün istifadəçilər üçün tətbiqləri güncəlləyə bilər.&quot;&lt;/string>"
19656        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19657        <location
19658            file="frameworks/base/packages/SystemUI/res/values-az/strings_car.xml"
19659            line="27"
19660            column="13"/>
19661    </issue>
19662
19663    <issue
19664        id="ExtraTranslation"
19665        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19666        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Svaki korisnik može da ažurira aplikacije za sve ostale korisnike.&quot;&lt;/string>"
19667        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19668        <location
19669            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings_car.xml"
19670            line="27"
19671            column="13"/>
19672    </issue>
19673
19674    <issue
19675        id="ExtraTranslation"
19676        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19677        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Кожны карыстальнік прылады можа абнаўляць праграмы для іншых уліковых запісаў.&quot;&lt;/string>"
19678        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19679        <location
19680            file="frameworks/base/packages/SystemUI/res/values-be/strings_car.xml"
19681            line="27"
19682            column="13"/>
19683    </issue>
19684
19685    <issue
19686        id="ExtraTranslation"
19687        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19688        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Всеки потребител може да актуализира приложенията за всички останали потребители.&quot;&lt;/string>"
19689        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19690        <location
19691            file="frameworks/base/packages/SystemUI/res/values-bg/strings_car.xml"
19692            line="27"
19693            column="13"/>
19694    </issue>
19695
19696    <issue
19697        id="ExtraTranslation"
19698        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19699        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;যেকোনও ব্যবহারকারী বাকি সব ব্যবহারকারীর জন্য অ্যাপ আপডেট করতে পারবেন।&quot;&lt;/string>"
19700        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19701        <location
19702            file="frameworks/base/packages/SystemUI/res/values-bn/strings_car.xml"
19703            line="27"
19704            column="13"/>
19705    </issue>
19706
19707    <issue
19708        id="ExtraTranslation"
19709        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19710        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Svaki korisnik može ažurirati aplikacije za sve druge korisnike.&quot;&lt;/string>"
19711        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19712        <location
19713            file="frameworks/base/packages/SystemUI/res/values-bs/strings_car.xml"
19714            line="27"
19715            column="13"/>
19716    </issue>
19717
19718    <issue
19719        id="ExtraTranslation"
19720        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19721        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Qualsevol usuari pot actualitzar les aplicacions de la resta d\&apos;usuaris.&quot;&lt;/string>"
19722        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19723        <location
19724            file="frameworks/base/packages/SystemUI/res/values-ca/strings_car.xml"
19725            line="27"
19726            column="13"/>
19727    </issue>
19728
19729    <issue
19730        id="ExtraTranslation"
19731        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19732        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Každý uživatel může aktualizovat aplikace všech ostatních uživatelů.&quot;&lt;/string>"
19733        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19734        <location
19735            file="frameworks/base/packages/SystemUI/res/values-cs/strings_car.xml"
19736            line="27"
19737            column="13"/>
19738    </issue>
19739
19740    <issue
19741        id="ExtraTranslation"
19742        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19743        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Alle brugere kan opdatere apps for alle andre brugere.&quot;&lt;/string>"
19744        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19745        <location
19746            file="frameworks/base/packages/SystemUI/res/values-da/strings_car.xml"
19747            line="27"
19748            column="13"/>
19749    </issue>
19750
19751    <issue
19752        id="ExtraTranslation"
19753        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19754        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Jeder Nutzer kann Apps für alle anderen Nutzer aktualisieren.&quot;&lt;/string>"
19755        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19756        <location
19757            file="frameworks/base/packages/SystemUI/res/values-de/strings_car.xml"
19758            line="27"
19759            column="13"/>
19760    </issue>
19761
19762    <issue
19763        id="ExtraTranslation"
19764        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19765        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Οποιοσδήποτε χρήστης μπορεί να ενημερώσει τις εφαρμογές για όλους τους άλλους χρήστες.&quot;&lt;/string>"
19766        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19767        <location
19768            file="frameworks/base/packages/SystemUI/res/values-el/strings_car.xml"
19769            line="27"
19770            column="13"/>
19771    </issue>
19772
19773    <issue
19774        id="ExtraTranslation"
19775        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19776        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Any user can update apps for all other users.&quot;&lt;/string>"
19777        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19778        <location
19779            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings_car.xml"
19780            line="27"
19781            column="13"/>
19782    </issue>
19783
19784    <issue
19785        id="ExtraTranslation"
19786        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19787        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Any user can update apps for all other users.&quot;&lt;/string>"
19788        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19789        <location
19790            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings_car.xml"
19791            line="27"
19792            column="13"/>
19793    </issue>
19794
19795    <issue
19796        id="ExtraTranslation"
19797        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19798        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Any user can update apps for all other users.&quot;&lt;/string>"
19799        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19800        <location
19801            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings_car.xml"
19802            line="27"
19803            column="13"/>
19804    </issue>
19805
19806    <issue
19807        id="ExtraTranslation"
19808        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19809        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Any user can update apps for all other users.&quot;&lt;/string>"
19810        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19811        <location
19812            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings_car.xml"
19813            line="27"
19814            column="13"/>
19815    </issue>
19816
19817    <issue
19818        id="ExtraTranslation"
19819        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19820        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‎‏‏‏‏‎‎‏‏‏‏‏‏‎‏‏‏‏‏‏‎‎‎‎‎‏‎‏‎‎‎‎‏‎‎‎‏‎‏‏‎‏‎‎‎‎‎‎‏‏‎‎‏‎‎‏‏‎Any user can update apps for all other users.‎‏‎‎‏‎&quot;&lt;/string>"
19821        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19822        <location
19823            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings_car.xml"
19824            line="27"
19825            column="13"/>
19826    </issue>
19827
19828    <issue
19829        id="ExtraTranslation"
19830        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19831        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Cualquier usuario podrá actualizar las apps de otras personas.&quot;&lt;/string>"
19832        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19833        <location
19834            file="frameworks/base/packages/SystemUI/res/values-es-rUS/strings_car.xml"
19835            line="27"
19836            column="13"/>
19837    </issue>
19838
19839    <issue
19840        id="ExtraTranslation"
19841        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19842        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Cualquier usuario puede actualizar las aplicaciones del resto de los usuarios.&quot;&lt;/string>"
19843        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19844        <location
19845            file="frameworks/base/packages/SystemUI/res/values-es/strings_car.xml"
19846            line="27"
19847            column="13"/>
19848    </issue>
19849
19850    <issue
19851        id="ExtraTranslation"
19852        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19853        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Iga kasutaja saab rakendusi värskendada kõigi teiste kasutajate jaoks.&quot;&lt;/string>"
19854        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19855        <location
19856            file="frameworks/base/packages/SystemUI/res/values-et/strings_car.xml"
19857            line="27"
19858            column="13"/>
19859    </issue>
19860
19861    <issue
19862        id="ExtraTranslation"
19863        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19864        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Edozein erabiltzailek egunera ditzake beste erabiltzaile guztien aplikazioak.&quot;&lt;/string>"
19865        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19866        <location
19867            file="frameworks/base/packages/SystemUI/res/values-eu/strings_car.xml"
19868            line="27"
19869            column="13"/>
19870    </issue>
19871
19872    <issue
19873        id="ExtraTranslation"
19874        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19875        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;هر کاربری می‌تواند برنامه‌ها را برای همه کاربران دیگر به‌روزرسانی کند.&quot;&lt;/string>"
19876        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19877        <location
19878            file="frameworks/base/packages/SystemUI/res/values-fa/strings_car.xml"
19879            line="27"
19880            column="13"/>
19881    </issue>
19882
19883    <issue
19884        id="ExtraTranslation"
19885        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19886        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Kaikki käyttäjät voivat päivittää muiden käyttäjien sovelluksia.&quot;&lt;/string>"
19887        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19888        <location
19889            file="frameworks/base/packages/SystemUI/res/values-fi/strings_car.xml"
19890            line="27"
19891            column="13"/>
19892    </issue>
19893
19894    <issue
19895        id="ExtraTranslation"
19896        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19897        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Tout utilisateur peut mettre à jour les applications pour tous les autres utilisateurs.&quot;&lt;/string>"
19898        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19899        <location
19900            file="frameworks/base/packages/SystemUI/res/values-fr-rCA/strings_car.xml"
19901            line="27"
19902            column="13"/>
19903    </issue>
19904
19905    <issue
19906        id="ExtraTranslation"
19907        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19908        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;N\&apos;importe quel utilisateur peut mettre à jour les applications pour tous les autres utilisateurs.&quot;&lt;/string>"
19909        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19910        <location
19911            file="frameworks/base/packages/SystemUI/res/values-fr/strings_car.xml"
19912            line="27"
19913            column="13"/>
19914    </issue>
19915
19916    <issue
19917        id="ExtraTranslation"
19918        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19919        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Calquera usuario pode actualizar as aplicacións para o resto dos usuarios.&quot;&lt;/string>"
19920        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19921        <location
19922            file="frameworks/base/packages/SystemUI/res/values-gl/strings_car.xml"
19923            line="27"
19924            column="13"/>
19925    </issue>
19926
19927    <issue
19928        id="ExtraTranslation"
19929        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19930        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;કોઈપણ વપરાશકર્તા બધા અન્ય વપરાશકર્તાઓ માટે ઍપને અપડેટ કરી શકે છે.&quot;&lt;/string>"
19931        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19932        <location
19933            file="frameworks/base/packages/SystemUI/res/values-gu/strings_car.xml"
19934            line="27"
19935            column="13"/>
19936    </issue>
19937
19938    <issue
19939        id="ExtraTranslation"
19940        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19941        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;कोई भी उपयोगकर्ता, बाकी सभी उपयोगकर्ताओं के लिए ऐप्लिकेशन अपडेट कर सकते हैं.&quot;&lt;/string>"
19942        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19943        <location
19944            file="frameworks/base/packages/SystemUI/res/values-hi/strings_car.xml"
19945            line="27"
19946            column="13"/>
19947    </issue>
19948
19949    <issue
19950        id="ExtraTranslation"
19951        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19952        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Svaki korisnik može ažurirati aplikacije za ostale korisnike.&quot;&lt;/string>"
19953        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19954        <location
19955            file="frameworks/base/packages/SystemUI/res/values-hr/strings_car.xml"
19956            line="27"
19957            column="13"/>
19958    </issue>
19959
19960    <issue
19961        id="ExtraTranslation"
19962        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19963        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Bármely felhasználó frissítheti az alkalmazásokat az összes felhasználó számára.&quot;&lt;/string>"
19964        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19965        <location
19966            file="frameworks/base/packages/SystemUI/res/values-hu/strings_car.xml"
19967            line="27"
19968            column="13"/>
19969    </issue>
19970
19971    <issue
19972        id="ExtraTranslation"
19973        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19974        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Ցանկացած օգտատեր կարող է թարմացնել հավելվածները բոլոր մյուս հաշիվների համար:&quot;&lt;/string>"
19975        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19976        <location
19977            file="frameworks/base/packages/SystemUI/res/values-hy/strings_car.xml"
19978            line="27"
19979            column="13"/>
19980    </issue>
19981
19982    <issue
19983        id="ExtraTranslation"
19984        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19985        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Setiap pengguna dapat mengupdate aplikasi untuk semua pengguna lain.&quot;&lt;/string>"
19986        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19987        <location
19988            file="frameworks/base/packages/SystemUI/res/values-in/strings_car.xml"
19989            line="27"
19990            column="13"/>
19991    </issue>
19992
19993    <issue
19994        id="ExtraTranslation"
19995        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
19996        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Allir notendur geta uppfært forrit fyrir alla aðra notendur.&quot;&lt;/string>"
19997        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
19998        <location
19999            file="frameworks/base/packages/SystemUI/res/values-is/strings_car.xml"
20000            line="27"
20001            column="13"/>
20002    </issue>
20003
20004    <issue
20005        id="ExtraTranslation"
20006        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20007        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Qualsiasi utente può aggiornare le app per tutti gli altri.&quot;&lt;/string>"
20008        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20009        <location
20010            file="frameworks/base/packages/SystemUI/res/values-it/strings_car.xml"
20011            line="27"
20012            column="13"/>
20013    </issue>
20014
20015    <issue
20016        id="ExtraTranslation"
20017        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20018        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;כל משתמש יכול לעדכן אפליקציות לכל שאר המשתמשים.&quot;&lt;/string>"
20019        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20020        <location
20021            file="frameworks/base/packages/SystemUI/res/values-iw/strings_car.xml"
20022            line="27"
20023            column="13"/>
20024    </issue>
20025
20026    <issue
20027        id="ExtraTranslation"
20028        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20029        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;どのユーザーも他のすべてのユーザーに代わってアプリを更新できます。&quot;&lt;/string>"
20030        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20031        <location
20032            file="frameworks/base/packages/SystemUI/res/values-ja/strings_car.xml"
20033            line="27"
20034            column="13"/>
20035    </issue>
20036
20037    <issue
20038        id="ExtraTranslation"
20039        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20040        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ნებისმიერ მომხმარებელს შეუძლია აპები ყველა სხვა მომხმარებლისათვის განაახლოს.&quot;&lt;/string>"
20041        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20042        <location
20043            file="frameworks/base/packages/SystemUI/res/values-ka/strings_car.xml"
20044            line="27"
20045            column="13"/>
20046    </issue>
20047
20048    <issue
20049        id="ExtraTranslation"
20050        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20051        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Кез келген пайдаланушы қолданбаларды барлық басқа пайдаланушылар үшін жаңарта алады.&quot;&lt;/string>"
20052        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20053        <location
20054            file="frameworks/base/packages/SystemUI/res/values-kk/strings_car.xml"
20055            line="27"
20056            column="13"/>
20057    </issue>
20058
20059    <issue
20060        id="ExtraTranslation"
20061        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20062        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;អ្នកប្រើប្រាស់​ណាក៏​អាច​ដំឡើង​ជំនាន់កម្មវិធី​សម្រាប់​អ្នក​ប្រើប្រាស់​ទាំងអស់​ផ្សេង​ទៀត​បាន​ដែរ។&quot;&lt;/string>"
20063        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20064        <location
20065            file="frameworks/base/packages/SystemUI/res/values-km/strings_car.xml"
20066            line="27"
20067            column="13"/>
20068    </issue>
20069
20070    <issue
20071        id="ExtraTranslation"
20072        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20073        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ಯಾವುದೇ ಬಳಕೆದಾರರು ಎಲ್ಲಾ ಇತರೆ ಬಳಕೆದಾರರಿಗಾಗಿ ಅಪ್ಲಿಕೇಶನ್‌ಗಳನ್ನು ಅಪ್‌ಡೇಟ್‌ ಮಾಡಬಹುದು.&quot;&lt;/string>"
20074        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20075        <location
20076            file="frameworks/base/packages/SystemUI/res/values-kn/strings_car.xml"
20077            line="27"
20078            column="13"/>
20079    </issue>
20080
20081    <issue
20082        id="ExtraTranslation"
20083        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20084        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;모든 사용자는 다른 사용자를 위해 앱을 업데이트할 수 있습니다.&quot;&lt;/string>"
20085        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20086        <location
20087            file="frameworks/base/packages/SystemUI/res/values-ko/strings_car.xml"
20088            line="27"
20089            column="13"/>
20090    </issue>
20091
20092    <issue
20093        id="ExtraTranslation"
20094        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20095        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Колдонмолорду бир колдонуучу калган бардык колдонуучулар үчүн да жаңырта алат.&quot;&lt;/string>"
20096        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20097        <location
20098            file="frameworks/base/packages/SystemUI/res/values-ky/strings_car.xml"
20099            line="27"
20100            column="13"/>
20101    </issue>
20102
20103    <issue
20104        id="ExtraTranslation"
20105        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20106        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ຜູ້ໃຊ້ຕ່າງໆສາມາດອັບເດດແອັບສຳລັບຜູ້ໃຊ້ອື່ນທັງໝົດໄດ້.&quot;&lt;/string>"
20107        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20108        <location
20109            file="frameworks/base/packages/SystemUI/res/values-lo/strings_car.xml"
20110            line="27"
20111            column="13"/>
20112    </issue>
20113
20114    <issue
20115        id="ExtraTranslation"
20116        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20117        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Bet kuris naudotojas gali atnaujinti visų kitų naudotojų programas.&quot;&lt;/string>"
20118        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20119        <location
20120            file="frameworks/base/packages/SystemUI/res/values-lt/strings_car.xml"
20121            line="27"
20122            column="13"/>
20123    </issue>
20124
20125    <issue
20126        id="ExtraTranslation"
20127        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20128        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Ikviens lietotājs var atjaunināt lietotnes citu lietotāju vietā.&quot;&lt;/string>"
20129        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20130        <location
20131            file="frameworks/base/packages/SystemUI/res/values-lv/strings_car.xml"
20132            line="27"
20133            column="13"/>
20134    </issue>
20135
20136    <issue
20137        id="ExtraTranslation"
20138        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20139        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Секој корисник може да ажурира апликации за сите други корисници.&quot;&lt;/string>"
20140        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20141        <location
20142            file="frameworks/base/packages/SystemUI/res/values-mk/strings_car.xml"
20143            line="27"
20144            column="13"/>
20145    </issue>
20146
20147    <issue
20148        id="ExtraTranslation"
20149        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20150        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ഏതൊരു ഉപയോക്താവിനും മറ്റെല്ലാ ഉപയോക്താക്കൾക്കുമായി ആപ്പുകൾ അപ്‌ഡേറ്റ് ചെയ്യാനാവും.&quot;&lt;/string>"
20151        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20152        <location
20153            file="frameworks/base/packages/SystemUI/res/values-ml/strings_car.xml"
20154            line="27"
20155            column="13"/>
20156    </issue>
20157
20158    <issue
20159        id="ExtraTranslation"
20160        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20161        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Бусад бүх хэрэглэгчийн аппыг дурын хэрэглэгч шинэчлэх боломжтой.&quot;&lt;/string>"
20162        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20163        <location
20164            file="frameworks/base/packages/SystemUI/res/values-mn/strings_car.xml"
20165            line="27"
20166            column="13"/>
20167    </issue>
20168
20169    <issue
20170        id="ExtraTranslation"
20171        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20172        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;कोणताही वापरकर्ता इतर सर्व वापरकर्त्यांसाठी अॅप्स अपडेट करू शकतो.&quot;&lt;/string>"
20173        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20174        <location
20175            file="frameworks/base/packages/SystemUI/res/values-mr/strings_car.xml"
20176            line="27"
20177            column="13"/>
20178    </issue>
20179
20180    <issue
20181        id="ExtraTranslation"
20182        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20183        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Mana-mana pengguna boleh mengemas kini apl untuk semua pengguna lain.&quot;&lt;/string>"
20184        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20185        <location
20186            file="frameworks/base/packages/SystemUI/res/values-ms/strings_car.xml"
20187            line="27"
20188            column="13"/>
20189    </issue>
20190
20191    <issue
20192        id="ExtraTranslation"
20193        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20194        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;အသုံးပြုသူအားလုံးအတွက် အက်ပ်များကို မည်သူမဆို အပ်ဒိတ်လုပ်နိုင်သည်။&quot;&lt;/string>"
20195        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20196        <location
20197            file="frameworks/base/packages/SystemUI/res/values-my/strings_car.xml"
20198            line="27"
20199            column="13"/>
20200    </issue>
20201
20202    <issue
20203        id="ExtraTranslation"
20204        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20205        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Alle brukere kan oppdatere apper for alle andre brukere.&quot;&lt;/string>"
20206        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20207        <location
20208            file="frameworks/base/packages/SystemUI/res/values-nb/strings_car.xml"
20209            line="27"
20210            column="13"/>
20211    </issue>
20212
20213    <issue
20214        id="ExtraTranslation"
20215        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20216        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;सबै प्रयोगकर्ताले अन्य प्रयोगकर्ताका अनुप्रयोगहरू अद्यावधिक गर्न सक्छन्।&quot;&lt;/string>"
20217        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20218        <location
20219            file="frameworks/base/packages/SystemUI/res/values-ne/strings_car.xml"
20220            line="27"
20221            column="13"/>
20222    </issue>
20223
20224    <issue
20225        id="ExtraTranslation"
20226        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20227        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Elke gebruiker kan apps updaten voor alle andere gebruikers.&quot;&lt;/string>"
20228        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20229        <location
20230            file="frameworks/base/packages/SystemUI/res/values-nl/strings_car.xml"
20231            line="27"
20232            column="13"/>
20233    </issue>
20234
20235    <issue
20236        id="ExtraTranslation"
20237        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20238        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ଯେକୌଣସି ୟୁଜର୍ ଅନ୍ୟ ସମସ୍ତ ୟୁଜରଙ୍କ ପାଇଁ ଆପ୍‍କୁ ଅପଡେଟ୍ କରିପାରିବେ।&quot;&lt;/string>"
20239        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20240        <location
20241            file="frameworks/base/packages/SystemUI/res/values-or/strings_car.xml"
20242            line="27"
20243            column="13"/>
20244    </issue>
20245
20246    <issue
20247        id="ExtraTranslation"
20248        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20249        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ਕੋਈ ਵੀ ਵਰਤੋਂਕਾਰ ਹੋਰ ਸਾਰੇ ਵਰਤੋਂਕਾਰਾਂ ਦੀਆਂ ਐਪਾਂ ਨੂੰ ਅੱਪਡੇਟ ਕਰ ਸਕਦਾ ਹੈ।&quot;&lt;/string>"
20250        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20251        <location
20252            file="frameworks/base/packages/SystemUI/res/values-pa/strings_car.xml"
20253            line="27"
20254            column="13"/>
20255    </issue>
20256
20257    <issue
20258        id="ExtraTranslation"
20259        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20260        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Każdy użytkownik może aktualizować aplikacje wszystkich innych użytkowników.&quot;&lt;/string>"
20261        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20262        <location
20263            file="frameworks/base/packages/SystemUI/res/values-pl/strings_car.xml"
20264            line="27"
20265            column="13"/>
20266    </issue>
20267
20268    <issue
20269        id="ExtraTranslation"
20270        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20271        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Qualquer usuário pode atualizar apps para os demais usuários&quot;&lt;/string>"
20272        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20273        <location
20274            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings_car.xml"
20275            line="27"
20276            column="13"/>
20277    </issue>
20278
20279    <issue
20280        id="ExtraTranslation"
20281        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20282        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Qualquer utilizador pode atualizar aplicações para todos os outros utilizadores.&quot;&lt;/string>"
20283        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20284        <location
20285            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings_car.xml"
20286            line="27"
20287            column="13"/>
20288    </issue>
20289
20290    <issue
20291        id="ExtraTranslation"
20292        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20293        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Qualquer usuário pode atualizar apps para os demais usuários&quot;&lt;/string>"
20294        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20295        <location
20296            file="frameworks/base/packages/SystemUI/res/values-pt/strings_car.xml"
20297            line="27"
20298            column="13"/>
20299    </issue>
20300
20301    <issue
20302        id="ExtraTranslation"
20303        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20304        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Orice utilizator poate actualiza aplicațiile pentru toți ceilalți utilizatori.&quot;&lt;/string>"
20305        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20306        <location
20307            file="frameworks/base/packages/SystemUI/res/values-ro/strings_car.xml"
20308            line="27"
20309            column="13"/>
20310    </issue>
20311
20312    <issue
20313        id="ExtraTranslation"
20314        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20315        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Любой пользователь устройства может обновлять приложения для всех аккаунтов.&quot;&lt;/string>"
20316        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20317        <location
20318            file="frameworks/base/packages/SystemUI/res/values-ru/strings_car.xml"
20319            line="27"
20320            column="13"/>
20321    </issue>
20322
20323    <issue
20324        id="ExtraTranslation"
20325        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20326        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;සියලුම අනෙක් පරිශීලකයින් සඳහා ඕනෑම පරිශීලකයෙකුට යෙදුම් යාවත්කාලීන කළ හැක.&quot;&lt;/string>"
20327        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20328        <location
20329            file="frameworks/base/packages/SystemUI/res/values-si/strings_car.xml"
20330            line="27"
20331            column="13"/>
20332    </issue>
20333
20334    <issue
20335        id="ExtraTranslation"
20336        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20337        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Akýkoľvek používateľ môže aktualizovať aplikácie všetkých ostatných používateľov.&quot;&lt;/string>"
20338        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20339        <location
20340            file="frameworks/base/packages/SystemUI/res/values-sk/strings_car.xml"
20341            line="27"
20342            column="13"/>
20343    </issue>
20344
20345    <issue
20346        id="ExtraTranslation"
20347        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20348        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Vsak uporabnik lahko posodobi aplikacije za vse druge uporabnike.&quot;&lt;/string>"
20349        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20350        <location
20351            file="frameworks/base/packages/SystemUI/res/values-sl/strings_car.xml"
20352            line="27"
20353            column="13"/>
20354    </issue>
20355
20356    <issue
20357        id="ExtraTranslation"
20358        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20359        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Çdo përdorues mund t\&apos;i përditësojë aplikacionet për të gjithë përdoruesit e tjerë.&quot;&lt;/string>"
20360        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20361        <location
20362            file="frameworks/base/packages/SystemUI/res/values-sq/strings_car.xml"
20363            line="27"
20364            column="13"/>
20365    </issue>
20366
20367    <issue
20368        id="ExtraTranslation"
20369        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20370        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Сваки корисник може да ажурира апликације за све остале кориснике.&quot;&lt;/string>"
20371        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20372        <location
20373            file="frameworks/base/packages/SystemUI/res/values-sr/strings_car.xml"
20374            line="27"
20375            column="13"/>
20376    </issue>
20377
20378    <issue
20379        id="ExtraTranslation"
20380        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20381        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Alla användare kan uppdatera appar för andra användare.&quot;&lt;/string>"
20382        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20383        <location
20384            file="frameworks/base/packages/SystemUI/res/values-sv/strings_car.xml"
20385            line="27"
20386            column="13"/>
20387    </issue>
20388
20389    <issue
20390        id="ExtraTranslation"
20391        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20392        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Mtumiaji yeyote anaweza kusasisha programu za watumiaji wengine.&quot;&lt;/string>"
20393        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20394        <location
20395            file="frameworks/base/packages/SystemUI/res/values-sw/strings_car.xml"
20396            line="27"
20397            column="13"/>
20398    </issue>
20399
20400    <issue
20401        id="ExtraTranslation"
20402        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20403        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;எந்தவொரு பயனரும், மற்ற பயனர்களுக்காக ஆப்ஸைப் புதுப்பிக்கலாம்.&quot;&lt;/string>"
20404        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20405        <location
20406            file="frameworks/base/packages/SystemUI/res/values-ta/strings_car.xml"
20407            line="27"
20408            column="13"/>
20409    </issue>
20410
20411    <issue
20412        id="ExtraTranslation"
20413        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20414        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ఏ వినియోగదారు అయినా మిగతా అందరు వినియోగదారుల కోసం యాప్‌లను అప్‌డేట్ చేయవచ్చు.&quot;&lt;/string>"
20415        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20416        <location
20417            file="frameworks/base/packages/SystemUI/res/values-te/strings_car.xml"
20418            line="27"
20419            column="13"/>
20420    </issue>
20421
20422    <issue
20423        id="ExtraTranslation"
20424        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20425        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;ผู้ใช้ทุกคนจะอัปเดตแอปให้แก่ผู้ใช้คนอื่นๆ ได้&quot;&lt;/string>"
20426        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20427        <location
20428            file="frameworks/base/packages/SystemUI/res/values-th/strings_car.xml"
20429            line="27"
20430            column="13"/>
20431    </issue>
20432
20433    <issue
20434        id="ExtraTranslation"
20435        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20436        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Maaaring mag-update ng mga app ang sinumang user para sa lahat ng iba pang user.&quot;&lt;/string>"
20437        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20438        <location
20439            file="frameworks/base/packages/SystemUI/res/values-tl/strings_car.xml"
20440            line="27"
20441            column="13"/>
20442    </issue>
20443
20444    <issue
20445        id="ExtraTranslation"
20446        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20447        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Herhangi bir kullanıcı, diğer tüm kullanıcılar için uygulamaları güncelleyebilir.&quot;&lt;/string>"
20448        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20449        <location
20450            file="frameworks/base/packages/SystemUI/res/values-tr/strings_car.xml"
20451            line="27"
20452            column="13"/>
20453    </issue>
20454
20455    <issue
20456        id="ExtraTranslation"
20457        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20458        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Будь-який користувач може оновлювати додатки для решти людей.&quot;&lt;/string>"
20459        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20460        <location
20461            file="frameworks/base/packages/SystemUI/res/values-uk/strings_car.xml"
20462            line="27"
20463            column="13"/>
20464    </issue>
20465
20466    <issue
20467        id="ExtraTranslation"
20468        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20469        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;کوئی بھی صارف دیگر سبھی صارفین کیلئے ایپس کو اپ ڈیٹ کر سکتا ہے۔&quot;&lt;/string>"
20470        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20471        <location
20472            file="frameworks/base/packages/SystemUI/res/values-ur/strings_car.xml"
20473            line="27"
20474            column="13"/>
20475    </issue>
20476
20477    <issue
20478        id="ExtraTranslation"
20479        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20480        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Qurilmaning istalgan foydalanuvchisi ilovalarni barcha hisoblar uchun yangilashi mumkin.&quot;&lt;/string>"
20481        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20482        <location
20483            file="frameworks/base/packages/SystemUI/res/values-uz/strings_car.xml"
20484            line="27"
20485            column="13"/>
20486    </issue>
20487
20488    <issue
20489        id="ExtraTranslation"
20490        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20491        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Bất kỳ người dùng nào cũng có thể cập nhật ứng dụng cho tất cả những người dùng khác.&quot;&lt;/string>"
20492        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20493        <location
20494            file="frameworks/base/packages/SystemUI/res/values-vi/strings_car.xml"
20495            line="27"
20496            column="13"/>
20497    </issue>
20498
20499    <issue
20500        id="ExtraTranslation"
20501        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20502        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;任何用户均可为所有其他用户更新应用。&quot;&lt;/string>"
20503        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20504        <location
20505            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings_car.xml"
20506            line="27"
20507            column="13"/>
20508    </issue>
20509
20510    <issue
20511        id="ExtraTranslation"
20512        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20513        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;任何使用者都可以為所有其他使用者更新應用程式。&quot;&lt;/string>"
20514        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20515        <location
20516            file="frameworks/base/packages/SystemUI/res/values-zh-rHK/strings_car.xml"
20517            line="27"
20518            column="13"/>
20519    </issue>
20520
20521    <issue
20522        id="ExtraTranslation"
20523        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20524        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;任何使用者皆可為所有其他使用者更新應用程式。&quot;&lt;/string>"
20525        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20526        <location
20527            file="frameworks/base/packages/SystemUI/res/values-zh-rTW/strings_car.xml"
20528            line="27"
20529            column="13"/>
20530    </issue>
20531
20532    <issue
20533        id="ExtraTranslation"
20534        message="&quot;user_add_user_message_update&quot; is translated here but not found in default locale"
20535        errorLine1="    &lt;string name=&quot;user_add_user_message_update&quot; msgid=&quot;3383320289232716179&quot;>&quot;Noma yimuphi umsebenzisi angabuyekeza izinhlelo zokusebenza zabanye abasebenzisi.&quot;&lt;/string>"
20536        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20537        <location
20538            file="frameworks/base/packages/SystemUI/res/values-zu/strings_car.xml"
20539            line="27"
20540            column="13"/>
20541    </issue>
20542
20543    <issue
20544        id="PluralsCandidate"
20545        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20546        errorLine1="    &lt;string name=&quot;screenshot_top_boundary_pct&quot; msgid=&quot;2520148599096479332&quot;>&quot;Top boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20547        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20548        <location
20549            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20550            line="95"
20551            column="5"/>
20552    </issue>
20553
20554    <issue
20555        id="PluralsCandidate"
20556        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20557        errorLine1="    &lt;string name=&quot;screenshot_top_boundary_pct&quot; msgid=&quot;2520148599096479332&quot;>&quot;Top boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20558        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20559        <location
20560            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20561            line="95"
20562            column="5"/>
20563    </issue>
20564
20565    <issue
20566        id="PluralsCandidate"
20567        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20568        errorLine1="    &lt;string name=&quot;screenshot_top_boundary_pct&quot; msgid=&quot;2520148599096479332&quot;>&quot;Top boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20569        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20570        <location
20571            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20572            line="95"
20573            column="5"/>
20574    </issue>
20575
20576    <issue
20577        id="PluralsCandidate"
20578        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20579        errorLine1="    &lt;string name=&quot;screenshot_top_boundary_pct&quot; msgid=&quot;2520148599096479332&quot;>&quot;Top boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> percent&quot;&lt;/string>"
20580        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20581        <location
20582            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20583            line="95"
20584            column="5"/>
20585    </issue>
20586
20587    <issue
20588        id="PluralsCandidate"
20589        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20590        errorLine1="    &lt;string name=&quot;screenshot_bottom_boundary_pct&quot; msgid=&quot;3880821519814946478&quot;>&quot;Bottom boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20591        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20592        <location
20593            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20594            line="96"
20595            column="5"/>
20596    </issue>
20597
20598    <issue
20599        id="PluralsCandidate"
20600        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20601        errorLine1="    &lt;string name=&quot;screenshot_bottom_boundary_pct&quot; msgid=&quot;3880821519814946478&quot;>&quot;Bottom boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20602        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20603        <location
20604            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20605            line="96"
20606            column="5"/>
20607    </issue>
20608
20609    <issue
20610        id="PluralsCandidate"
20611        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20612        errorLine1="    &lt;string name=&quot;screenshot_bottom_boundary_pct&quot; msgid=&quot;3880821519814946478&quot;>&quot;Bottom boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20613        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20614        <location
20615            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20616            line="96"
20617            column="5"/>
20618    </issue>
20619
20620    <issue
20621        id="PluralsCandidate"
20622        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20623        errorLine1="    &lt;string name=&quot;screenshot_bottom_boundary_pct&quot; msgid=&quot;3880821519814946478&quot;>&quot;Bottom boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> percent&quot;&lt;/string>"
20624        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20625        <location
20626            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20627            line="96"
20628            column="5"/>
20629    </issue>
20630
20631    <issue
20632        id="PluralsCandidate"
20633        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20634        errorLine1="    &lt;string name=&quot;screenshot_left_boundary_pct&quot; msgid=&quot;8502323556112287469&quot;>&quot;Left boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20635        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20636        <location
20637            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20638            line="97"
20639            column="5"/>
20640    </issue>
20641
20642    <issue
20643        id="PluralsCandidate"
20644        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20645        errorLine1="    &lt;string name=&quot;screenshot_left_boundary_pct&quot; msgid=&quot;8502323556112287469&quot;>&quot;Left boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20646        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20647        <location
20648            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20649            line="97"
20650            column="5"/>
20651    </issue>
20652
20653    <issue
20654        id="PluralsCandidate"
20655        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20656        errorLine1="    &lt;string name=&quot;screenshot_left_boundary_pct&quot; msgid=&quot;8502323556112287469&quot;>&quot;Left boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20657        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20658        <location
20659            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20660            line="97"
20661            column="5"/>
20662    </issue>
20663
20664    <issue
20665        id="PluralsCandidate"
20666        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20667        errorLine1="    &lt;string name=&quot;screenshot_left_boundary_pct&quot; msgid=&quot;8502323556112287469&quot;>&quot;Left boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> percent&quot;&lt;/string>"
20668        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20669        <location
20670            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20671            line="97"
20672            column="5"/>
20673    </issue>
20674
20675    <issue
20676        id="PluralsCandidate"
20677        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20678        errorLine1="    &lt;string name=&quot;screenshot_right_boundary_pct&quot; msgid=&quot;1201150713021779321&quot;>&quot;Right boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20679        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20680        <location
20681            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20682            line="98"
20683            column="5"/>
20684    </issue>
20685
20686    <issue
20687        id="PluralsCandidate"
20688        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20689        errorLine1="    &lt;string name=&quot;screenshot_right_boundary_pct&quot; msgid=&quot;1201150713021779321&quot;>&quot;Right boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20690        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20691        <location
20692            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20693            line="98"
20694            column="5"/>
20695    </issue>
20696
20697    <issue
20698        id="PluralsCandidate"
20699        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20700        errorLine1="    &lt;string name=&quot;screenshot_right_boundary_pct&quot; msgid=&quot;1201150713021779321&quot;>&quot;Right boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> per cent&quot;&lt;/string>"
20701        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20702        <location
20703            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20704            line="98"
20705            column="5"/>
20706    </issue>
20707
20708    <issue
20709        id="PluralsCandidate"
20710        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20711        errorLine1="    &lt;string name=&quot;screenshot_right_boundary_pct&quot; msgid=&quot;1201150713021779321&quot;>&quot;Right boundary &lt;xliff:g id=&quot;PERCENT&quot;>%1$d&lt;/xliff:g> percent&quot;&lt;/string>"
20712        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20713        <location
20714            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20715            line="98"
20716            column="5"/>
20717    </issue>
20718
20719    <issue
20720        id="PluralsCandidate"
20721        message="Formatting %d followed by words (&quot;seconds&quot;): This should probably be a plural rather than a string"
20722        errorLine1="    &lt;string name=&quot;biometric_dialog_credential_too_many_attempts&quot; msgid=&quot;3083141271737748716&quot;>&quot;Too many incorrect attempts.\nTry again in &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> seconds.&quot;&lt;/string>"
20723        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20724        <location
20725            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20726            line="176"
20727            column="5"/>
20728    </issue>
20729
20730    <issue
20731        id="PluralsCandidate"
20732        message="Formatting %d followed by words (&quot;seconds&quot;): This should probably be a plural rather than a string"
20733        errorLine1="    &lt;string name=&quot;biometric_dialog_credential_too_many_attempts&quot; msgid=&quot;3083141271737748716&quot;>&quot;Too many incorrect attempts.\nTry again in &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> seconds.&quot;&lt;/string>"
20734        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20735        <location
20736            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20737            line="176"
20738            column="5"/>
20739    </issue>
20740
20741    <issue
20742        id="PluralsCandidate"
20743        message="Formatting %d followed by words (&quot;seconds&quot;): This should probably be a plural rather than a string"
20744        errorLine1="    &lt;string name=&quot;biometric_dialog_credential_too_many_attempts&quot; msgid=&quot;3083141271737748716&quot;>&quot;Too many incorrect attempts.\nTry again in &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> seconds.&quot;&lt;/string>"
20745        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20746        <location
20747            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20748            line="176"
20749            column="5"/>
20750    </issue>
20751
20752    <issue
20753        id="PluralsCandidate"
20754        message="Formatting %d followed by words (&quot;seconds&quot;): This should probably be a plural rather than a string"
20755        errorLine1="    &lt;string name=&quot;biometric_dialog_credential_too_many_attempts&quot; msgid=&quot;3083141271737748716&quot;>&quot;Too many incorrect attempts.\nTry again in &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> seconds.&quot;&lt;/string>"
20756        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20757        <location
20758            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20759            line="176"
20760            column="5"/>
20761    </issue>
20762
20763    <issue
20764        id="PluralsCandidate"
20765        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20766        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;5143715405241138822&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> per cent.&quot;&lt;/string>"
20767        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20768        <location
20769            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20770            line="224"
20771            column="5"/>
20772    </issue>
20773
20774    <issue
20775        id="PluralsCandidate"
20776        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20777        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;5143715405241138822&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> per cent.&quot;&lt;/string>"
20778        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20779        <location
20780            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20781            line="224"
20782            column="5"/>
20783    </issue>
20784
20785    <issue
20786        id="PluralsCandidate"
20787        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20788        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;5143715405241138822&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> per cent.&quot;&lt;/string>"
20789        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20790        <location
20791            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20792            line="224"
20793            column="5"/>
20794    </issue>
20795
20796    <issue
20797        id="PluralsCandidate"
20798        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20799        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot; msgid=&quot;5143715405241138822&quot;>&quot;Battery &lt;xliff:g id=&quot;NUMBER&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
20800        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20801        <location
20802            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20803            line="224"
20804            column="5"/>
20805    </issue>
20806
20807    <issue
20808        id="PluralsCandidate"
20809        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20810        errorLine1="    &lt;string name=&quot;accessibility_battery_level_with_estimate&quot; msgid=&quot;6548654589315074529&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> per cent; &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>&quot;&lt;/string>"
20811        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20812        <location
20813            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20814            line="225"
20815            column="5"/>
20816    </issue>
20817
20818    <issue
20819        id="PluralsCandidate"
20820        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20821        errorLine1="    &lt;string name=&quot;accessibility_battery_level_with_estimate&quot; msgid=&quot;6548654589315074529&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> per cent; &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>&quot;&lt;/string>"
20822        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20823        <location
20824            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20825            line="225"
20826            column="5"/>
20827    </issue>
20828
20829    <issue
20830        id="PluralsCandidate"
20831        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20832        errorLine1="    &lt;string name=&quot;accessibility_battery_level_with_estimate&quot; msgid=&quot;6548654589315074529&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> per cent; &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>&quot;&lt;/string>"
20833        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20834        <location
20835            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20836            line="225"
20837            column="5"/>
20838    </issue>
20839
20840    <issue
20841        id="PluralsCandidate"
20842        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20843        errorLine1="    &lt;string name=&quot;accessibility_battery_level_with_estimate&quot; msgid=&quot;6548654589315074529&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> percent, &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>&quot;&lt;/string>"
20844        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20845        <location
20846            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20847            line="225"
20848            column="5"/>
20849    </issue>
20850
20851    <issue
20852        id="PluralsCandidate"
20853        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20854        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;8892191177774027364&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
20855        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20856        <location
20857            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20858            line="226"
20859            column="5"/>
20860    </issue>
20861
20862    <issue
20863        id="PluralsCandidate"
20864        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20865        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;8892191177774027364&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
20866        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20867        <location
20868            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20869            line="226"
20870            column="5"/>
20871    </issue>
20872
20873    <issue
20874        id="PluralsCandidate"
20875        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20876        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;8892191177774027364&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
20877        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20878        <location
20879            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20880            line="226"
20881            column="5"/>
20882    </issue>
20883
20884    <issue
20885        id="PluralsCandidate"
20886        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20887        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot; msgid=&quot;8892191177774027364&quot;>&quot;Battery charging, &lt;xliff:g id=&quot;BATTERY_PERCENTAGE&quot;>%d&lt;/xliff:g> percent.&quot;&lt;/string>"
20888        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20889        <location
20890            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20891            line="226"
20892            column="5"/>
20893    </issue>
20894
20895    <issue
20896        id="PluralsCandidate"
20897        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20898        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused&quot; msgid=&quot;3560711496775146763&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%d&lt;/xliff:g> per cent; charging paused for battery protection.&quot;&lt;/string>"
20899        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20900        <location
20901            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20902            line="227"
20903            column="5"/>
20904    </issue>
20905
20906    <issue
20907        id="PluralsCandidate"
20908        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20909        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused&quot; msgid=&quot;3560711496775146763&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%d&lt;/xliff:g> per cent; charging paused for battery protection.&quot;&lt;/string>"
20910        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20911        <location
20912            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20913            line="227"
20914            column="5"/>
20915    </issue>
20916
20917    <issue
20918        id="PluralsCandidate"
20919        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20920        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused&quot; msgid=&quot;3560711496775146763&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%d&lt;/xliff:g> per cent; charging paused for battery protection.&quot;&lt;/string>"
20921        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20922        <location
20923            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20924            line="227"
20925            column="5"/>
20926    </issue>
20927
20928    <issue
20929        id="PluralsCandidate"
20930        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20931        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused&quot; msgid=&quot;3560711496775146763&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%d&lt;/xliff:g> percent, charging paused for battery protection.&quot;&lt;/string>"
20932        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20933        <location
20934            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20935            line="227"
20936            column="5"/>
20937    </issue>
20938
20939    <issue
20940        id="PluralsCandidate"
20941        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20942        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused_with_estimate&quot; msgid=&quot;2223541217743647858&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> per cent; &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>, charging paused for battery protection.&quot;&lt;/string>"
20943        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20944        <location
20945            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
20946            line="228"
20947            column="5"/>
20948    </issue>
20949
20950    <issue
20951        id="PluralsCandidate"
20952        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20953        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused_with_estimate&quot; msgid=&quot;2223541217743647858&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> per cent; &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>, charging paused for battery protection.&quot;&lt;/string>"
20954        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20955        <location
20956            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
20957            line="228"
20958            column="5"/>
20959    </issue>
20960
20961    <issue
20962        id="PluralsCandidate"
20963        message="Formatting %d followed by words (&quot;per&quot;): This should probably be a plural rather than a string"
20964        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused_with_estimate&quot; msgid=&quot;2223541217743647858&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> per cent; &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>, charging paused for battery protection.&quot;&lt;/string>"
20965        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20966        <location
20967            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
20968            line="228"
20969            column="5"/>
20970    </issue>
20971
20972    <issue
20973        id="PluralsCandidate"
20974        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20975        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused_with_estimate&quot; msgid=&quot;2223541217743647858&quot;>&quot;Battery &lt;xliff:g id=&quot;PERCENTAGE&quot;>%1$d&lt;/xliff:g> percent, &lt;xliff:g id=&quot;TIME&quot;>%2$s&lt;/xliff:g>, charging paused for battery protection.&quot;&lt;/string>"
20976        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20977        <location
20978            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
20979            line="228"
20980            column="5"/>
20981    </issue>
20982
20983    <issue
20984        id="PluralsCandidate"
20985        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20986        errorLine1="    &lt;string name=&quot;screenshot_top_boundary_pct&quot;>Top boundary &lt;xliff:g id=&quot;percent&quot; example=&quot;50&quot;>%1$d&lt;/xliff:g> percent&lt;/string>"
20987        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20988        <location
20989            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
20990            line="251"
20991            column="5"/>
20992    </issue>
20993
20994    <issue
20995        id="PluralsCandidate"
20996        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
20997        errorLine1="    &lt;string name=&quot;screenshot_bottom_boundary_pct&quot;>Bottom boundary &lt;xliff:g id=&quot;percent&quot; example=&quot;50&quot;>%1$d&lt;/xliff:g> percent&lt;/string>"
20998        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20999        <location
21000            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21001            line="253"
21002            column="5"/>
21003    </issue>
21004
21005    <issue
21006        id="PluralsCandidate"
21007        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
21008        errorLine1="    &lt;string name=&quot;screenshot_left_boundary_pct&quot;>Left boundary &lt;xliff:g id=&quot;percent&quot; example=&quot;50&quot;>%1$d&lt;/xliff:g> percent&lt;/string>"
21009        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21010        <location
21011            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21012            line="255"
21013            column="5"/>
21014    </issue>
21015
21016    <issue
21017        id="PluralsCandidate"
21018        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
21019        errorLine1="    &lt;string name=&quot;screenshot_right_boundary_pct&quot;>Right boundary &lt;xliff:g id=&quot;percent&quot; example=&quot;50&quot;>%1$d&lt;/xliff:g> percent&lt;/string>"
21020        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21021        <location
21022            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21023            line="257"
21024            column="5"/>
21025    </issue>
21026
21027    <issue
21028        id="PluralsCandidate"
21029        message="Formatting %d followed by words (&quot;seconds&quot;): This should probably be a plural rather than a string"
21030        errorLine1="    &lt;string name=&quot;biometric_dialog_credential_too_many_attempts&quot;>Too many incorrect attempts.\nTry again in &lt;xliff:g id=&quot;number&quot;>%d&lt;/xliff:g> seconds.&lt;/string>"
21031        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21032        <location
21033            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21034            line="429"
21035            column="5"/>
21036    </issue>
21037
21038    <issue
21039        id="PluralsCandidate"
21040        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
21041        errorLine1="    &lt;string name=&quot;accessibility_battery_level&quot;>Battery &lt;xliff:g id=&quot;number&quot;>%d&lt;/xliff:g> percent.&lt;/string>"
21042        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21043        <location
21044            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21045            line="535"
21046            column="5"/>
21047    </issue>
21048
21049    <issue
21050        id="PluralsCandidate"
21051        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
21052        errorLine1="    &lt;string name=&quot;accessibility_battery_level_with_estimate&quot;>Battery &lt;xliff:g id=&quot;percentage&quot; example=&quot;95%&quot;>%1$d&lt;/xliff:g> percent, &lt;xliff:g id=&quot;time&quot; example=&quot;Until 3:15pm&quot;>%2$s&lt;/xliff:g>&lt;/string>"
21053        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21054        <location
21055            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21056            line="538"
21057            column="5"/>
21058    </issue>
21059
21060    <issue
21061        id="PluralsCandidate"
21062        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
21063        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging&quot;>Battery charging, &lt;xliff:g id=&quot;battery_percentage&quot;>%d&lt;/xliff:g> percent.&lt;/string>"
21064        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21065        <location
21066            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21067            line="541"
21068            column="5"/>
21069    </issue>
21070
21071    <issue
21072        id="PluralsCandidate"
21073        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
21074        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused&quot;>Battery &lt;xliff:g id=&quot;percentage&quot; example=&quot;90%&quot;>%d&lt;/xliff:g> percent, charging paused for battery protection.&lt;/string>"
21075        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21076        <location
21077            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21078            line="544"
21079            column="5"/>
21080    </issue>
21081
21082    <issue
21083        id="PluralsCandidate"
21084        message="Formatting %d followed by words (&quot;percent&quot;): This should probably be a plural rather than a string"
21085        errorLine1="    &lt;string name=&quot;accessibility_battery_level_charging_paused_with_estimate&quot;>Battery &lt;xliff:g id=&quot;percentage&quot; example=&quot;90%&quot;>%1$d&lt;/xliff:g> percent, &lt;xliff:g id=&quot;time&quot; example=&quot;Until 3:15pm&quot;>%2$s&lt;/xliff:g>, charging paused for battery protection.&lt;/string>"
21086        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21087        <location
21088            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21089            line="547"
21090            column="5"/>
21091    </issue>
21092
21093    <issue
21094        id="PluralsCandidate"
21095        message="Formatting %d followed by words (&quot;tiles&quot;): This should probably be a plural rather than a string"
21096        errorLine1="    &lt;string name=&quot;drag_to_remove_disabled&quot; msgid=&quot;933046987838658850&quot;>&quot;You need at least &lt;xliff:g id=&quot;MIN_NUM_TILES&quot;>%1$d&lt;/xliff:g> tiles&quot;&lt;/string>"
21097        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21098        <location
21099            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
21100            line="835"
21101            column="5"/>
21102    </issue>
21103
21104    <issue
21105        id="PluralsCandidate"
21106        message="Formatting %d followed by words (&quot;tiles&quot;): This should probably be a plural rather than a string"
21107        errorLine1="    &lt;string name=&quot;drag_to_remove_disabled&quot; msgid=&quot;933046987838658850&quot;>&quot;You need at least &lt;xliff:g id=&quot;MIN_NUM_TILES&quot;>%1$d&lt;/xliff:g> tiles&quot;&lt;/string>"
21108        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21109        <location
21110            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
21111            line="840"
21112            column="5"/>
21113    </issue>
21114
21115    <issue
21116        id="PluralsCandidate"
21117        message="Formatting %d followed by words (&quot;tiles&quot;): This should probably be a plural rather than a string"
21118        errorLine1="    &lt;string name=&quot;drag_to_remove_disabled&quot; msgid=&quot;933046987838658850&quot;>&quot;You need at least &lt;xliff:g id=&quot;MIN_NUM_TILES&quot;>%1$d&lt;/xliff:g> tiles&quot;&lt;/string>"
21119        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21120        <location
21121            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
21122            line="840"
21123            column="5"/>
21124    </issue>
21125
21126    <issue
21127        id="PluralsCandidate"
21128        message="Formatting %d followed by words (&quot;tiles&quot;): This should probably be a plural rather than a string"
21129        errorLine1="    &lt;string name=&quot;drag_to_remove_disabled&quot; msgid=&quot;933046987838658850&quot;>&quot;You need at least &lt;xliff:g id=&quot;MIN_NUM_TILES&quot;>%1$d&lt;/xliff:g> tiles&quot;&lt;/string>"
21130        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21131        <location
21132            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
21133            line="840"
21134            column="5"/>
21135    </issue>
21136
21137    <issue
21138        id="PluralsCandidate"
21139        message="Formatting %d followed by words (&quot;devices&quot;): This should probably be a plural rather than a string"
21140        errorLine1="    &lt;string name=&quot;media_output_dialog_multiple_devices&quot; msgid=&quot;1093771040315422350&quot;>&quot;&lt;xliff:g id=&quot;COUNT&quot;>%1$d&lt;/xliff:g> devices selected&quot;&lt;/string>"
21141        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21142        <location
21143            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
21144            line="1096"
21145            column="5"/>
21146    </issue>
21147
21148    <issue
21149        id="PluralsCandidate"
21150        message="Formatting %d followed by words (&quot;devices&quot;): This should probably be a plural rather than a string"
21151        errorLine1="    &lt;string name=&quot;media_output_dialog_multiple_devices&quot; msgid=&quot;1093771040315422350&quot;>&quot;&lt;xliff:g id=&quot;COUNT&quot;>%1$d&lt;/xliff:g> devices selected&quot;&lt;/string>"
21152        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21153        <location
21154            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
21155            line="1101"
21156            column="5"/>
21157    </issue>
21158
21159    <issue
21160        id="PluralsCandidate"
21161        message="Formatting %d followed by words (&quot;devices&quot;): This should probably be a plural rather than a string"
21162        errorLine1="    &lt;string name=&quot;media_output_dialog_multiple_devices&quot; msgid=&quot;1093771040315422350&quot;>&quot;&lt;xliff:g id=&quot;COUNT&quot;>%1$d&lt;/xliff:g> devices selected&quot;&lt;/string>"
21163        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21164        <location
21165            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
21166            line="1101"
21167            column="5"/>
21168    </issue>
21169
21170    <issue
21171        id="PluralsCandidate"
21172        message="Formatting %d followed by words (&quot;devices&quot;): This should probably be a plural rather than a string"
21173        errorLine1="    &lt;string name=&quot;media_output_dialog_multiple_devices&quot; msgid=&quot;1093771040315422350&quot;>&quot;&lt;xliff:g id=&quot;COUNT&quot;>%1$d&lt;/xliff:g> devices selected&quot;&lt;/string>"
21174        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21175        <location
21176            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
21177            line="1101"
21178            column="5"/>
21179    </issue>
21180
21181    <issue
21182        id="PluralsCandidate"
21183        message="Formatting %d followed by words (&quot;characters&quot;): This should probably be a plural rather than a string"
21184        errorLine1="    &lt;string name=&quot;media_output_broadcast_edit_hint_no_more_than_max&quot; msgid=&quot;3923625800037673922&quot;>&quot;Use fewer than &lt;xliff:g id=&quot;LENGTH&quot;>%1$d&lt;/xliff:g> characters&quot;&lt;/string>"
21185        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21186        <location
21187            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
21188            line="1122"
21189            column="5"/>
21190    </issue>
21191
21192    <issue
21193        id="PluralsCandidate"
21194        message="Formatting %d followed by words (&quot;characters&quot;): This should probably be a plural rather than a string"
21195        errorLine1="    &lt;string name=&quot;media_output_broadcast_edit_hint_no_more_than_max&quot; msgid=&quot;3923625800037673922&quot;>&quot;Use fewer than &lt;xliff:g id=&quot;LENGTH&quot;>%1$d&lt;/xliff:g> characters&quot;&lt;/string>"
21196        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21197        <location
21198            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
21199            line="1127"
21200            column="5"/>
21201    </issue>
21202
21203    <issue
21204        id="PluralsCandidate"
21205        message="Formatting %d followed by words (&quot;characters&quot;): This should probably be a plural rather than a string"
21206        errorLine1="    &lt;string name=&quot;media_output_broadcast_edit_hint_no_more_than_max&quot; msgid=&quot;3923625800037673922&quot;>&quot;Use fewer than &lt;xliff:g id=&quot;LENGTH&quot;>%1$d&lt;/xliff:g> characters&quot;&lt;/string>"
21207        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21208        <location
21209            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
21210            line="1127"
21211            column="5"/>
21212    </issue>
21213
21214    <issue
21215        id="PluralsCandidate"
21216        message="Formatting %d followed by words (&quot;characters&quot;): This should probably be a plural rather than a string"
21217        errorLine1="    &lt;string name=&quot;media_output_broadcast_edit_hint_no_more_than_max&quot; msgid=&quot;3923625800037673922&quot;>&quot;Use fewer than &lt;xliff:g id=&quot;LENGTH&quot;>%1$d&lt;/xliff:g> characters&quot;&lt;/string>"
21218        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21219        <location
21220            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
21221            line="1127"
21222            column="5"/>
21223    </issue>
21224
21225    <issue
21226        id="PluralsCandidate"
21227        message="Formatting %d followed by words (&quot;tiles&quot;): This should probably be a plural rather than a string"
21228        errorLine1="    &lt;string name=&quot;drag_to_remove_disabled&quot;>You need at least &lt;xliff:g id=&quot;min_num_tiles&quot; example=&quot;6&quot;>%1$d&lt;/xliff:g> tiles&lt;/string>"
21229        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21230        <location
21231            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21232            line="2211"
21233            column="5"/>
21234    </issue>
21235
21236    <issue
21237        id="PluralsCandidate"
21238        message="Formatting %d followed by words (&quot;devices&quot;): This should probably be a plural rather than a string"
21239        errorLine1="    &lt;string name=&quot;media_output_dialog_multiple_devices&quot;>&lt;xliff:g id=&quot;count&quot; example=&quot;2&quot;>%1$d&lt;/xliff:g> devices selected&lt;/string>"
21240        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21241        <location
21242            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21243            line="2922"
21244            column="5"/>
21245    </issue>
21246
21247    <issue
21248        id="PluralsCandidate"
21249        message="Formatting %d followed by words (&quot;characters&quot;): This should probably be a plural rather than a string"
21250        errorLine1="    &lt;string name=&quot;media_output_broadcast_edit_hint_no_more_than_max&quot;>Use fewer than &lt;xliff:g id=&quot;length&quot; example=&quot;16&quot;>%1$d&lt;/xliff:g> characters&lt;/string>"
21251        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21252        <location
21253            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
21254            line="2977"
21255            column="5"/>
21256    </issue>
21257
21258    <issue
21259        id="UnsafeIntentLaunch"
21260        message="This intent could be coming from an untrusted source. It is later launched by an unprotected component. You could either make the component protected; or sanitize this intent using androidx.core.content.IntentSanitizer."
21261        errorLine1="                final IntentSender intentSender = intent.getParcelableExtra("
21262        errorLine2="                                                  ^">
21263        <location
21264            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java"
21265            line="231"
21266            column="51"/>
21267        <location
21268            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java"
21269            line="239"
21270            column="25"
21271            message="The unsafe intent is launched here."/>
21272    </issue>
21273
21274    <issue
21275        id="ExportedContentProvider"
21276        message="Exported content providers can provide access to potentially sensitive data"
21277        errorLine1="        &lt;provider android:name=&quot;.keyguard.KeyguardSliceProvider&quot; android:authorities=&quot;com.android.systemui.keyguard&quot; android:grantUriPermissions=&quot;true&quot; android:exported=&quot;true&quot;>"
21278        errorLine2="         ~~~~~~~~">
21279        <location
21280            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21281            line="678"
21282            column="10"/>
21283    </issue>
21284
21285    <issue
21286        id="ExportedReceiver"
21287        message="Exported receiver does not require permission"
21288        errorLine1="        &lt;receiver android:name=&quot;.statusbar.KeyboardShortcutsReceiver&quot; android:exported=&quot;true&quot;>"
21289        errorLine2="         ~~~~~~~~">
21290        <location
21291            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21292            line="681"
21293            column="10"/>
21294    </issue>
21295
21296    <issue
21297        id="ExportedReceiver"
21298        message="Exported receiver does not require permission"
21299        errorLine1="        &lt;receiver android:name=&quot;.media.dialog.MediaOutputDialogReceiver&quot; android:exported=&quot;true&quot;>"
21300        errorLine2="         ~~~~~~~~">
21301        <location
21302            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21303            line="688"
21304            column="10"/>
21305    </issue>
21306
21307    <issue
21308        id="ExportedService"
21309        message="Exported service does not require permission"
21310        errorLine1="        &lt;service android:name=&quot;SystemUIService&quot; android:exported=&quot;true&quot;/>"
21311        errorLine2="         ~~~~~~~">
21312        <location
21313            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21314            line="381"
21315            column="10"/>
21316    </issue>
21317
21318    <issue
21319        id="ExportedService"
21320        message="Exported service does not require permission"
21321        errorLine1="        &lt;service android:name=&quot;.wallet.controller.WalletContextualLocationsService&quot; android:exported=&quot;true&quot;/>"
21322        errorLine2="         ~~~~~~~">
21323        <location
21324            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21325            line="382"
21326            column="10"/>
21327    </issue>
21328
21329    <issue
21330        id="ExportedService"
21331        message="Exported service does not require permission"
21332        errorLine1="        &lt;service android:name=&quot;.keyguard.KeyguardService&quot; android:exported=&quot;true&quot;/>"
21333        errorLine2="         ~~~~~~~">
21334        <location
21335            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21336            line="557"
21337            column="10"/>
21338    </issue>
21339
21340    <issue
21341        id="ExportedService"
21342        message="Exported service does not require permission"
21343        errorLine1="        &lt;service android:name=&quot;.dreams.DreamOverlayService&quot; android:enabled=&quot;false&quot; android:exported=&quot;true&quot; android:singleUser=&quot;true&quot;/>"
21344        errorLine2="         ~~~~~~~">
21345        <location
21346            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21347            line="559"
21348            column="10"/>
21349    </issue>
21350
21351    <issue
21352        id="ExpiredTargetSdkVersion"
21353        message="Google Play requires that apps target API level 33 or higher."
21354        errorLine1="    &lt;uses-sdk android:minSdkVersion=&quot;VanillaIceCream&quot; android:targetSdkVersion=&quot;16&quot;/>"
21355        errorLine2="                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
21356        <location
21357            file="./out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/manifest_fixer/AndroidManifest.xml"
21358            line="21"
21359            column="55"/>
21360    </issue>
21361
21362    <issue
21363        id="MissingApacheLicenseDetector"
21364        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21365        errorLine1=""
21366        errorLine2=" ^">
21367        <location
21368            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/AbstractLockscreenShadeTransitionController.kt"
21369            line="2"
21370            column="2"/>
21371    </issue>
21372
21373    <issue
21374        id="MissingApacheLicenseDetector"
21375        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */">
21376        <location
21377            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/qualifiers/AdditionalStartable.java"
21378            line="2"
21379            column="2"/>
21380    </issue>
21381
21382    <issue
21383        id="MissingApacheLicenseDetector"
21384        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21385        errorLine1=""
21386        errorLine2=" ^">
21387        <location
21388            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/AlarmTile.kt"
21389            line="2"
21390            column="2"/>
21391    </issue>
21392
21393    <issue
21394        id="MissingApacheLicenseDetector"
21395        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21396        errorLine1=""
21397        errorLine2=" ^">
21398        <location
21399            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java"
21400            line="2"
21401            column="2"/>
21402    </issue>
21403
21404    <issue
21405        id="MissingApacheLicenseDetector"
21406        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21407        errorLine1=""
21408        errorLine2=" ^">
21409        <location
21410            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/BackPanel.kt"
21411            line="2"
21412            column="2"/>
21413    </issue>
21414
21415    <issue
21416        id="MissingApacheLicenseDetector"
21417        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21418        errorLine1=""
21419        errorLine2=" ^">
21420        <location
21421            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/BackupManagerProxy.kt"
21422            line="2"
21423            column="2"/>
21424    </issue>
21425
21426    <issue
21427        id="MissingApacheLicenseDetector"
21428        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21429        errorLine1=""
21430        errorLine2=" ^">
21431        <location
21432            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/BaseShortcutSection.kt"
21433            line="2"
21434            column="2"/>
21435    </issue>
21436
21437    <issue
21438        id="MissingApacheLicenseDetector"
21439        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21440        errorLine1=""
21441        errorLine2=" ^">
21442        <location
21443            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatterySaverModule.kt"
21444            line="2"
21445            column="2"/>
21446    </issue>
21447
21448    <issue
21449        id="MissingApacheLicenseDetector"
21450        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21451        errorLine1=""
21452        errorLine2=" ^">
21453        <location
21454            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/BatteryStateSnapshot.kt"
21455            line="2"
21456            column="2"/>
21457    </issue>
21458
21459    <issue
21460        id="MissingApacheLicenseDetector"
21461        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21462        errorLine1=""
21463        errorLine2=" ^">
21464        <location
21465            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/BiometricOperationInfo.kt"
21466            line="2"
21467            column="2"/>
21468    </issue>
21469
21470    <issue
21471        id="MissingApacheLicenseDetector"
21472        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21473        errorLine1=""
21474        errorLine2=" ^">
21475        <location
21476            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/BiometricPromptRequest.kt"
21477            line="2"
21478            column="2"/>
21479    </issue>
21480
21481    <issue
21482        id="MissingApacheLicenseDetector"
21483        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21484        errorLine1=""
21485        errorLine2=" ^">
21486        <location
21487            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/BiometricUnlockInteractor.kt"
21488            line="2"
21489            column="2"/>
21490    </issue>
21491
21492    <issue
21493        id="MissingApacheLicenseDetector"
21494        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21495        errorLine1=""
21496        errorLine2=" ^">
21497        <location
21498            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/BouncerViewBinder.kt"
21499            line="2"
21500            column="2"/>
21501    </issue>
21502
21503    <issue
21504        id="MissingApacheLicenseDetector"
21505        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21506        errorLine1=" * Copyright (C) 2022 The Android Open Source Project"
21507        errorLine2=" ^">
21508        <location
21509            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/BroadcastDialogController.java"
21510            line="2"
21511            column="2"/>
21512    </issue>
21513
21514    <issue
21515        id="MissingApacheLicenseDetector"
21516        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21517        errorLine1=" * Copyright (C) 2022 The Android Open Source Project"
21518        errorLine2=" ^">
21519        <location
21520            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/BroadcastDialogDelegate.java"
21521            line="2"
21522            column="2"/>
21523    </issue>
21524
21525    <issue
21526        id="MissingApacheLicenseDetector"
21527        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21528        errorLine1=""
21529        errorLine2=" ^">
21530        <location
21531            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/BroadcastSender.kt"
21532            line="2"
21533            column="2"/>
21534    </issue>
21535
21536    <issue
21537        id="MissingApacheLicenseDetector"
21538        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21539        errorLine1=""
21540        errorLine2=" ^">
21541        <location
21542            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/CarrierTextManagerLog.kt"
21543            line="2"
21544            column="2"/>
21545    </issue>
21546
21547    <issue
21548        id="MissingApacheLicenseDetector"
21549        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21550        errorLine1=""
21551        errorLine2=" ^">
21552        <location
21553            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalContainer.kt"
21554            line="2"
21555            column="2"/>
21556    </issue>
21557
21558    <issue
21559        id="MissingApacheLicenseDetector"
21560        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21561        errorLine1=""
21562        errorLine2=" ^">
21563        <location
21564            file="frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ComplicationComponent.kt"
21565            line="2"
21566            column="2"/>
21567    </issue>
21568
21569    <issue
21570        id="MissingApacheLicenseDetector"
21571        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21572        errorLine1=""
21573        errorLine2=" ^">
21574        <location
21575            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/dagger/ComplicationComponent.kt"
21576            line="2"
21577            column="2"/>
21578    </issue>
21579
21580    <issue
21581        id="MissingApacheLicenseDetector"
21582        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21583        errorLine1=""
21584        errorLine2=" ^">
21585        <location
21586            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/dagger/ComplicationModule.kt"
21587            line="2"
21588            column="2"/>
21589    </issue>
21590
21591    <issue
21592        id="MissingApacheLicenseDetector"
21593        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21594        errorLine1=""
21595        errorLine2=" ^">
21596        <location
21597            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/ComposeBouncerViewBinder.kt"
21598            line="2"
21599            column="2"/>
21600    </issue>
21601
21602    <issue
21603        id="MissingApacheLicenseDetector"
21604        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21605        errorLine1=""
21606        errorLine2=" ^">
21607        <location
21608            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/CredentialHeaderViewModel.kt"
21609            line="2"
21610            column="2"/>
21611    </issue>
21612
21613    <issue
21614        id="MissingApacheLicenseDetector"
21615        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21616        errorLine1=""
21617        errorLine2=" ^">
21618        <location
21619            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/CredentialInteractor.kt"
21620            line="2"
21621            column="2"/>
21622    </issue>
21623
21624    <issue
21625        id="MissingApacheLicenseDetector"
21626        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21627        errorLine1=""
21628        errorLine2=" ^">
21629        <location
21630            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/CredentialPasswordView.kt"
21631            line="2"
21632            column="2"/>
21633    </issue>
21634
21635    <issue
21636        id="MissingApacheLicenseDetector"
21637        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21638        errorLine1=""
21639        errorLine2=" ^">
21640        <location
21641            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/CredentialPasswordViewBinder.kt"
21642            line="2"
21643            column="2"/>
21644    </issue>
21645
21646    <issue
21647        id="MissingApacheLicenseDetector"
21648        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21649        errorLine1=""
21650        errorLine2=" ^">
21651        <location
21652            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/CredentialPatternView.kt"
21653            line="2"
21654            column="2"/>
21655    </issue>
21656
21657    <issue
21658        id="MissingApacheLicenseDetector"
21659        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21660        errorLine1=""
21661        errorLine2=" ^">
21662        <location
21663            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/CredentialPatternViewBinder.kt"
21664            line="2"
21665            column="2"/>
21666    </issue>
21667
21668    <issue
21669        id="MissingApacheLicenseDetector"
21670        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21671        errorLine1=""
21672        errorLine2=" ^">
21673        <location
21674            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/CredentialStatus.kt"
21675            line="2"
21676            column="2"/>
21677    </issue>
21678
21679    <issue
21680        id="MissingApacheLicenseDetector"
21681        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21682        errorLine1=""
21683        errorLine2=" ^">
21684        <location
21685            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/CredentialView.kt"
21686            line="2"
21687            column="2"/>
21688    </issue>
21689
21690    <issue
21691        id="MissingApacheLicenseDetector"
21692        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21693        errorLine1=""
21694        errorLine2=" ^">
21695        <location
21696            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/CredentialViewBinder.kt"
21697            line="2"
21698            column="2"/>
21699    </issue>
21700
21701    <issue
21702        id="MissingApacheLicenseDetector"
21703        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21704        errorLine1=""
21705        errorLine2=" ^">
21706        <location
21707            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/CredentialViewModel.kt"
21708            line="2"
21709            column="2"/>
21710    </issue>
21711
21712    <issue
21713        id="MissingApacheLicenseDetector"
21714        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21715        errorLine1=""
21716        errorLine2=" ^">
21717        <location
21718            file="frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/view/layout/sections/DefaultCommunalHubSection.kt"
21719            line="2"
21720            column="2"/>
21721    </issue>
21722
21723    <issue
21724        id="MissingApacheLicenseDetector"
21725        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21726        errorLine1=""
21727        errorLine2=" ^">
21728        <location
21729            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/DefaultTilesRepository.kt"
21730            line="2"
21731            column="2"/>
21732    </issue>
21733
21734    <issue
21735        id="MissingApacheLicenseDetector"
21736        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21737        errorLine1=""
21738        errorLine2=" ^">
21739        <location
21740            file="frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/DeviceEntryRepository.kt"
21741            line="2"
21742            column="2"/>
21743    </issue>
21744
21745    <issue
21746        id="MissingApacheLicenseDetector"
21747        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21748        errorLine1=""
21749        errorLine2=" ^">
21750        <location
21751            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/DisplayRotation.kt"
21752            line="2"
21753            column="2"/>
21754    </issue>
21755
21756    <issue
21757        id="MissingApacheLicenseDetector"
21758        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21759        errorLine1=""
21760        errorLine2=" ^">
21761        <location
21762            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/DrawableSize.kt"
21763            line="2"
21764            column="2"/>
21765    </issue>
21766
21767    <issue
21768        id="MissingApacheLicenseDetector"
21769        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21770        errorLine1=""
21771        errorLine2=" ^">
21772        <location
21773            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/EdgePanelParams.kt"
21774            line="2"
21775            column="2"/>
21776    </issue>
21777
21778    <issue
21779        id="MissingApacheLicenseDetector"
21780        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21781        errorLine1=""
21782        errorLine2=" ^">
21783        <location
21784            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/EllipseOverlapDetectorParams.kt"
21785            line="2"
21786            column="2"/>
21787    </issue>
21788
21789    <issue
21790        id="MissingApacheLicenseDetector"
21791        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21792        errorLine1=""
21793        errorLine2=" ^">
21794        <location
21795            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/EnhancedEstimates.java"
21796            line="2"
21797            column="2"/>
21798    </issue>
21799
21800    <issue
21801        id="MissingApacheLicenseDetector"
21802        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21803        errorLine1=""
21804        errorLine2=" ^">
21805        <location
21806            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/EnhancedEstimatesImpl.java"
21807            line="2"
21808            column="2"/>
21809    </issue>
21810
21811    <issue
21812        id="MissingApacheLicenseDetector"
21813        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21814        errorLine1=""
21815        errorLine2=" ^">
21816        <location
21817            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/ExpandableOutlineViewBinder.kt"
21818            line="2"
21819            column="2"/>
21820    </issue>
21821
21822    <issue
21823        id="MissingApacheLicenseDetector"
21824        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21825        errorLine1=""
21826        errorLine2=" ^">
21827        <location
21828            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewmodel/ExpandableOutlineViewModel.kt"
21829            line="2"
21830            column="2"/>
21831    </issue>
21832
21833    <issue
21834        id="MissingApacheLicenseDetector"
21835        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21836        errorLine1=""
21837        errorLine2=" ^">
21838        <location
21839            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/ExpandableViewBinder.kt"
21840            line="2"
21841            column="2"/>
21842    </issue>
21843
21844    <issue
21845        id="MissingApacheLicenseDetector"
21846        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21847        errorLine1=""
21848        errorLine2=" ^">
21849        <location
21850            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewmodel/ExpandableViewModel.kt"
21851            line="2"
21852            column="2"/>
21853    </issue>
21854
21855    <issue
21856        id="MissingApacheLicenseDetector"
21857        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21858        errorLine1=""
21859        errorLine2=" ^">
21860        <location
21861            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/Extensions.kt"
21862            line="2"
21863            column="2"/>
21864    </issue>
21865
21866    <issue
21867        id="MissingApacheLicenseDetector"
21868        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21869        errorLine1=""
21870        errorLine2=" ^">
21871        <location
21872            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/FaceAuthLog.kt"
21873            line="2"
21874            column="2"/>
21875    </issue>
21876
21877    <issue
21878        id="MissingApacheLicenseDetector"
21879        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21880        errorLine1=""
21881        errorLine2=" ^">
21882        <location
21883            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/FaceAuthenticationLogger.kt"
21884            line="2"
21885            column="2"/>
21886    </issue>
21887
21888    <issue
21889        id="MissingApacheLicenseDetector"
21890        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21891        errorLine1=""
21892        errorLine2=" ^">
21893        <location
21894            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromBouncerToGoneTransition.kt"
21895            line="2"
21896            column="2"/>
21897    </issue>
21898
21899    <issue
21900        id="MissingApacheLicenseDetector"
21901        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21902        errorLine1=""
21903        errorLine2=" ^">
21904        <location
21905            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromGoneToQuickSettingsTransition.kt"
21906            line="2"
21907            column="2"/>
21908    </issue>
21909
21910    <issue
21911        id="MissingApacheLicenseDetector"
21912        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21913        errorLine1=""
21914        errorLine2=" ^">
21915        <location
21916            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromGoneToShadeTransition.kt"
21917            line="2"
21918            column="2"/>
21919    </issue>
21920
21921    <issue
21922        id="MissingApacheLicenseDetector"
21923        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21924        errorLine1=""
21925        errorLine2=" ^">
21926        <location
21927            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromLockscreenToBouncerTransition.kt"
21928            line="2"
21929            column="2"/>
21930    </issue>
21931
21932    <issue
21933        id="MissingApacheLicenseDetector"
21934        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21935        errorLine1=""
21936        errorLine2=" ^">
21937        <location
21938            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromLockscreenToGoneTransition.kt"
21939            line="2"
21940            column="2"/>
21941    </issue>
21942
21943    <issue
21944        id="MissingApacheLicenseDetector"
21945        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21946        errorLine1=""
21947        errorLine2=" ^">
21948        <location
21949            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromLockscreenToQuickSettingsTransition.kt"
21950            line="2"
21951            column="2"/>
21952    </issue>
21953
21954    <issue
21955        id="MissingApacheLicenseDetector"
21956        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21957        errorLine1=""
21958        errorLine2=" ^">
21959        <location
21960            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromLockscreenToShadeTransition.kt"
21961            line="2"
21962            column="2"/>
21963    </issue>
21964
21965    <issue
21966        id="MissingApacheLicenseDetector"
21967        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21968        errorLine1=""
21969        errorLine2=" ^">
21970        <location
21971            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromShadeToQuickSettingsTransition.kt"
21972            line="2"
21973            column="2"/>
21974    </issue>
21975
21976    <issue
21977        id="MissingApacheLicenseDetector"
21978        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21979        errorLine1=""
21980        errorLine2=" ^">
21981        <location
21982            file="frameworks/base/packages/SystemUI/src/com/android/systemui/utils/GlobalWindowManager.kt"
21983            line="2"
21984            column="2"/>
21985    </issue>
21986
21987    <issue
21988        id="MissingApacheLicenseDetector"
21989        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
21990        errorLine1=""
21991        errorLine2=" ^">
21992        <location
21993            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/GutsCoordinatorLogger.kt"
21994            line="2"
21995            column="2"/>
21996    </issue>
21997
21998    <issue
21999        id="MissingApacheLicenseDetector"
22000        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22001        errorLine1=""
22002        errorLine2=" ^">
22003        <location
22004            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/HeaderPrivacyIconsController.kt"
22005            line="2"
22006            column="2"/>
22007    </issue>
22008
22009    <issue
22010        id="MissingApacheLicenseDetector"
22011        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22012        errorLine1=""
22013        errorLine2=" ^">
22014        <location
22015            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/HeadsUpCoordinatorLogger.kt"
22016            line="2"
22017            column="2"/>
22018    </issue>
22019
22020    <issue
22021        id="MissingApacheLicenseDetector"
22022        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22023        errorLine1=""
22024        errorLine2=" ^">
22025        <location
22026            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/HeadsUpManager.kt"
22027            line="2"
22028            column="2"/>
22029    </issue>
22030
22031    <issue
22032        id="MissingApacheLicenseDetector"
22033        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22034        errorLine1=""
22035        errorLine2=" ^">
22036        <location
22037            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/HeadsUpModule.kt"
22038            line="2"
22039            column="2"/>
22040    </issue>
22041
22042    <issue
22043        id="MissingApacheLicenseDetector"
22044        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22045        errorLine1=""
22046        errorLine2=" ^">
22047        <location
22048            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/HeadsUpViewBinderLogger.kt"
22049            line="2"
22050            column="2"/>
22051    </issue>
22052
22053    <issue
22054        id="MissingApacheLicenseDetector"
22055        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22056        errorLine1=""
22057        errorLine2=" ^">
22058        <location
22059            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardClockFrame.kt"
22060            line="2"
22061            column="2"/>
22062    </issue>
22063
22064    <issue
22065        id="MissingApacheLicenseDetector"
22066        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22067        errorLine1=""
22068        errorLine2=" ^">
22069        <location
22070            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitch.java"
22071            line="2"
22072            column="2"/>
22073    </issue>
22074
22075    <issue
22076        id="MissingApacheLicenseDetector"
22077        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22078        errorLine1=""
22079        errorLine2=" ^">
22080        <location
22081            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/KeyguardDisplayModule.kt"
22082            line="2"
22083            column="2"/>
22084    </issue>
22085
22086    <issue
22087        id="MissingApacheLicenseDetector"
22088        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22089        errorLine1=""
22090        errorLine2=" ^">
22091        <location
22092            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/KeyguardLog.kt"
22093            line="2"
22094            column="2"/>
22095    </issue>
22096
22097    <issue
22098        id="MissingApacheLicenseDetector"
22099        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22100        errorLine1=""
22101        errorLine2=" ^">
22102        <location
22103            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/KeyguardNotificationVisibilityProvider.kt"
22104            line="2"
22105            column="2"/>
22106    </issue>
22107
22108    <issue
22109        id="MissingApacheLicenseDetector"
22110        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22111        errorLine1=""
22112        errorLine2=" ^">
22113        <location
22114            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardStatusAreaView.kt"
22115            line="2"
22116            column="2"/>
22117    </issue>
22118
22119    <issue
22120        id="MissingApacheLicenseDetector"
22121        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22122        errorLine1=""
22123        errorLine2=" ^">
22124        <location
22125            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardStatusContainer.kt"
22126            line="2"
22127            column="2"/>
22128    </issue>
22129
22130    <issue
22131        id="MissingApacheLicenseDetector"
22132        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22133        errorLine1=""
22134        errorLine2=" ^">
22135        <location
22136            file="frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/KeyguardUpdateMonitorLog.kt"
22137            line="2"
22138            column="2"/>
22139    </issue>
22140
22141    <issue
22142        id="MissingApacheLicenseDetector"
22143        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22144        errorLine1=""
22145        errorLine2=" ^">
22146        <location
22147            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/LargeScreenUtils.kt"
22148            line="2"
22149            column="2"/>
22150    </issue>
22151
22152    <issue
22153        id="MissingApacheLicenseDetector"
22154        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22155        errorLine1=""
22156        errorLine2=" ^">
22157        <location
22158            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/LaunchAnimationParameters.kt"
22159            line="2"
22160            column="2"/>
22161    </issue>
22162
22163    <issue
22164        id="MissingApacheLicenseDetector"
22165        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22166        errorLine1=""
22167        errorLine2=" ^">
22168        <location
22169            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/LightRevealScrim.kt"
22170            line="2"
22171            column="2"/>
22172    </issue>
22173
22174    <issue
22175        id="MissingApacheLicenseDetector"
22176        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22177        errorLine1=""
22178        errorLine2=" ^">
22179        <location
22180            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/LockScreenShadeOverScroller.kt"
22181            line="2"
22182            column="2"/>
22183    </issue>
22184
22185    <issue
22186        id="MissingApacheLicenseDetector"
22187        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22188        errorLine1=""
22189        errorLine2=" ^">
22190        <location
22191            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/LockscreenShadeKeyguardTransitionController.kt"
22192            line="2"
22193            column="2"/>
22194    </issue>
22195
22196    <issue
22197        id="MissingApacheLicenseDetector"
22198        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22199        errorLine1=""
22200        errorLine2=" ^">
22201        <location
22202            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/LockscreenShadeScrimTransitionController.kt"
22203            line="2"
22204            column="2"/>
22205    </issue>
22206
22207    <issue
22208        id="MissingApacheLicenseDetector"
22209        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22210        errorLine1=""
22211        errorLine2=" ^">
22212        <location
22213            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/LockscreenShadeTransitionController.kt"
22214            line="2"
22215            column="2"/>
22216    </issue>
22217
22218    <issue
22219        id="MissingApacheLicenseDetector"
22220        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22221        errorLine1=" * Copyright (C) 2022 The Android Open Source Project"
22222        errorLine2=" ^">
22223        <location
22224            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/MediaDataUtils.java"
22225            line="2"
22226            column="2"/>
22227    </issue>
22228
22229    <issue
22230        id="MissingApacheLicenseDetector"
22231        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22232        errorLine1=""
22233        errorLine2=" ^">
22234        <location
22235            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/MediaMuteAwaitLogger.kt"
22236            line="2"
22237            column="2"/>
22238    </issue>
22239
22240    <issue
22241        id="MissingApacheLicenseDetector"
22242        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22243        errorLine1=""
22244        errorLine2=" ^">
22245        <location
22246            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/MediaProjectionAppSelectorResultHandler.kt"
22247            line="2"
22248            column="2"/>
22249    </issue>
22250
22251    <issue
22252        id="MissingApacheLicenseDetector"
22253        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22254        errorLine1=""
22255        errorLine2=" ^">
22256        <location
22257            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/MessageContainerController.kt"
22258            line="2"
22259            column="2"/>
22260    </issue>
22261
22262    <issue
22263        id="MissingApacheLicenseDetector"
22264        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22265        errorLine1=""
22266        errorLine2=" ^">
22267        <location
22268            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/nearby/NearbyMediaDevicesLogger.kt"
22269            line="2"
22270            column="2"/>
22271    </issue>
22272
22273    <issue
22274        id="MissingApacheLicenseDetector"
22275        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22276        errorLine1=""
22277        errorLine2=" ^">
22278        <location
22279            file="frameworks/base/packages/SystemUI/src/com/android/systemui/flags/NotOccludedCondition.kt"
22280            line="2"
22281            column="2"/>
22282    </issue>
22283
22284    <issue
22285        id="MissingApacheLicenseDetector"
22286        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22287        errorLine1=""
22288        errorLine2=" ^">
22289        <location
22290            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationClickNotifier.kt"
22291            line="2"
22292            column="2"/>
22293    </issue>
22294
22295    <issue
22296        id="MissingApacheLicenseDetector"
22297        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22298        errorLine1=""
22299        errorLine2=" ^">
22300        <location
22301            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationInteractionTracker.kt"
22302            line="2"
22303            column="2"/>
22304    </issue>
22305
22306    <issue
22307        id="MissingApacheLicenseDetector"
22308        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22309        errorLine1=""
22310        errorLine2=" ^">
22311        <location
22312            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/NotificationMemoryMeter.kt"
22313            line="2"
22314            column="2"/>
22315    </issue>
22316
22317    <issue
22318        id="MissingApacheLicenseDetector"
22319        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22320        errorLine1=""
22321        errorLine2=" ^">
22322        <location
22323            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/NotificationMemoryViewWalker.kt"
22324            line="2"
22325            column="2"/>
22326    </issue>
22327
22328    <issue
22329        id="MissingApacheLicenseDetector"
22330        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22331        errorLine1=""
22332        errorLine2=" ^">
22333        <location
22334            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationPriorityBucket.kt"
22335            line="2"
22336            column="2"/>
22337    </issue>
22338
22339    <issue
22340        id="MissingApacheLicenseDetector"
22341        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22342        errorLine1=""
22343        errorLine2=" ^">
22344        <location
22345            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLogger.kt"
22346            line="2"
22347            column="2"/>
22348    </issue>
22349
22350    <issue
22351        id="MissingApacheLicenseDetector"
22352        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22353        errorLine1=""
22354        errorLine2=" ^">
22355        <location
22356            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationTargetsHelper.kt"
22357            line="2"
22358            column="2"/>
22359    </issue>
22360
22361    <issue
22362        id="MissingApacheLicenseDetector"
22363        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22364        errorLine1=""
22365        errorLine2=" ^">
22366        <location
22367            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/PageIndicator.java"
22368            line="2"
22369            column="2"/>
22370    </issue>
22371
22372    <issue
22373        id="MissingApacheLicenseDetector"
22374        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22375        errorLine1=""
22376        errorLine2=" ^">
22377        <location
22378            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/PagedTileLayout.java"
22379            line="2"
22380            column="2"/>
22381    </issue>
22382
22383    <issue
22384        id="MissingApacheLicenseDetector"
22385        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22386        errorLine1=""
22387        errorLine2=" ^">
22388        <location
22389            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/PendingRemovalStore.kt"
22390            line="2"
22391            column="2"/>
22392    </issue>
22393
22394    <issue
22395        id="MissingApacheLicenseDetector"
22396        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22397        errorLine1=""
22398        errorLine2=" ^">
22399        <location
22400            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/PlaceHolderDrawable.kt"
22401            line="2"
22402            column="2"/>
22403    </issue>
22404
22405    <issue
22406        id="MissingApacheLicenseDetector"
22407        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22408        errorLine1=""
22409        errorLine2=" ^">
22410        <location
22411            file="frameworks/base/packages/SystemUI/src/com/android/systemui/ProtoDumpable.kt"
22412            line="2"
22413            column="2"/>
22414    </issue>
22415
22416    <issue
22417        id="MissingApacheLicenseDetector"
22418        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22419        errorLine1=""
22420        errorLine2=" ^">
22421        <location
22422            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/QSComponent.kt"
22423            line="2"
22424            column="2"/>
22425    </issue>
22426
22427    <issue
22428        id="MissingApacheLicenseDetector"
22429        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22430        errorLine1=""
22431        errorLine2=" ^">
22432        <location
22433            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSDisableFlagsLogger.kt"
22434            line="2"
22435            column="2"/>
22436    </issue>
22437
22438    <issue
22439        id="MissingApacheLicenseDetector"
22440        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22441        errorLine1=""
22442        errorLine2=" ^">
22443        <location
22444            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/shared/QSPipelineFlagsRepository.kt"
22445            line="2"
22446            column="2"/>
22447    </issue>
22448
22449    <issue
22450        id="MissingApacheLicenseDetector"
22451        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22452        errorLine1=""
22453        errorLine2=" ^">
22454        <location
22455            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/dagger/QSRestoreLog.kt"
22456            line="2"
22457            column="2"/>
22458    </issue>
22459
22460    <issue
22461        id="MissingApacheLicenseDetector"
22462        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22463        errorLine1=""
22464        errorLine2=" ^">
22465        <location
22466            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/QSScopeModule.kt"
22467            line="2"
22468            column="2"/>
22469    </issue>
22470
22471    <issue
22472        id="MissingApacheLicenseDetector"
22473        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22474        errorLine1=""
22475        errorLine2=" ^">
22476        <location
22477            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/QSSettingsRestoredRepository.kt"
22478            line="2"
22479            column="2"/>
22480    </issue>
22481
22482    <issue
22483        id="MissingApacheLicenseDetector"
22484        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22485        errorLine1=""
22486        errorLine2=" ^">
22487        <location
22488            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSSquishinessController.kt"
22489            line="2"
22490            column="2"/>
22491    </issue>
22492
22493    <issue
22494        id="MissingApacheLicenseDetector"
22495        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22496        errorLine1=""
22497        errorLine2=" ^">
22498        <location
22499            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileRevealController.java"
22500            line="2"
22501            column="2"/>
22502    </issue>
22503
22504    <issue
22505        id="MissingApacheLicenseDetector"
22506        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22507        errorLine1=""
22508        errorLine2=" ^">
22509        <location
22510            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSUtils.kt"
22511            line="2"
22512            column="2"/>
22513    </issue>
22514
22515    <issue
22516        id="MissingApacheLicenseDetector"
22517        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22518        errorLine1=""
22519        errorLine2=" ^">
22520        <location
22521            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/QsBatteryModeController.kt"
22522            line="2"
22523            column="2"/>
22524    </issue>
22525
22526    <issue
22527        id="MissingApacheLicenseDetector"
22528        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22529        errorLine1=""
22530        errorLine2=" ^">
22531        <location
22532            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QuickTileLayout.java"
22533            line="2"
22534            column="2"/>
22535    </issue>
22536
22537    <issue
22538        id="MissingApacheLicenseDetector"
22539        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22540        errorLine1=""
22541        errorLine2=" ^">
22542        <location
22543            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/ReferenceExt.kt"
22544            line="2"
22545            column="2"/>
22546    </issue>
22547
22548    <issue
22549        id="MissingApacheLicenseDetector"
22550        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22551        errorLine1=""
22552        errorLine2=" ^">
22553        <location
22554            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/RemainingAttempts.kt"
22555            line="2"
22556            column="2"/>
22557    </issue>
22558
22559    <issue
22560        id="MissingApacheLicenseDetector"
22561        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22562        errorLine1=""
22563        errorLine2=" ^">
22564        <location
22565            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/model/RestoreData.kt"
22566            line="2"
22567            column="2"/>
22568    </issue>
22569
22570    <issue
22571        id="MissingApacheLicenseDetector"
22572        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22573        errorLine1=""
22574        errorLine2=" ^">
22575        <location
22576            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/RestoreReconciliationInteractor.kt"
22577            line="2"
22578            column="2"/>
22579    </issue>
22580
22581    <issue
22582        id="MissingApacheLicenseDetector"
22583        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22584        errorLine1=""
22585        errorLine2=" ^">
22586        <location
22587            file="frameworks/base/packages/SystemUI/src/com/android/systemui/rotationlock/RotationLockModule.kt"
22588            line="2"
22589            column="2"/>
22590    </issue>
22591
22592    <issue
22593        id="MissingApacheLicenseDetector"
22594        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22595        errorLine1=""
22596        errorLine2=" ^">
22597        <location
22598            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/Roundable.kt"
22599            line="2"
22600            column="2"/>
22601    </issue>
22602
22603    <issue
22604        id="MissingApacheLicenseDetector"
22605        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22606        errorLine1=""
22607        errorLine2=" ^">
22608        <location
22609            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/SafeMarqueeTextView.kt"
22610            line="2"
22611            column="2"/>
22612    </issue>
22613
22614    <issue
22615        id="MissingApacheLicenseDetector"
22616        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22617        errorLine1=""
22618        errorLine2=" ^">
22619        <location
22620            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/SceneContainerTransitions.kt"
22621            line="2"
22622            column="2"/>
22623    </issue>
22624
22625    <issue
22626        id="MissingApacheLicenseDetector"
22627        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22628        errorLine1=""
22629        errorLine2=" ^">
22630        <location
22631            file="frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/SceneWindowRootView.kt"
22632            line="2"
22633            column="2"/>
22634    </issue>
22635
22636    <issue
22637        id="MissingApacheLicenseDetector"
22638        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22639        errorLine1=""
22640        errorLine2=" ^">
22641        <location
22642            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotData.kt"
22643            line="2"
22644            column="2"/>
22645    </issue>
22646
22647    <issue
22648        id="MissingApacheLicenseDetector"
22649        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22650        errorLine1=""
22651        errorLine2=" ^">
22652        <location
22653            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/SelectedUserInteractor.kt"
22654            line="2"
22655            column="2"/>
22656    </issue>
22657
22658    <issue
22659        id="MissingApacheLicenseDetector"
22660        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22661        errorLine1=""
22662        errorLine2=" ^">
22663        <location
22664            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/SelfTrackingLifetimeExtender.kt"
22665            line="2"
22666            column="2"/>
22667    </issue>
22668
22669    <issue
22670        id="MissingApacheLicenseDetector"
22671        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22672        errorLine1=""
22673        errorLine2=" ^">
22674        <location
22675            file="frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/SensorUseDialog.kt"
22676            line="2"
22677            column="2"/>
22678    </issue>
22679
22680    <issue
22681        id="MissingApacheLicenseDetector"
22682        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22683        errorLine1=""
22684        errorLine2=" ^">
22685        <location
22686            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/SingleShadeLockScreenOverScroller.kt"
22687            line="2"
22688            column="2"/>
22689    </issue>
22690
22691    <issue
22692        id="MissingApacheLicenseDetector"
22693        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22694        errorLine1=""
22695        errorLine2=" ^">
22696        <location
22697            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyView.java"
22698            line="2"
22699            column="2"/>
22700    </issue>
22701
22702    <issue
22703        id="MissingApacheLicenseDetector"
22704        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22705        errorLine1=""
22706        errorLine2=" ^">
22707        <location
22708            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/SplitShadeLockScreenOverScroller.kt"
22709            line="2"
22710            column="2"/>
22711    </issue>
22712
22713    <issue
22714        id="MissingApacheLicenseDetector"
22715        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22716        errorLine1=""
22717        errorLine2=" ^">
22718        <location
22719            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt"
22720            line="2"
22721            column="2"/>
22722    </issue>
22723
22724    <issue
22725        id="MissingApacheLicenseDetector"
22726        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22727        errorLine1=""
22728        errorLine2=" ^">
22729        <location
22730            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarHideIconsForBouncerManager.kt"
22731            line="2"
22732            column="2"/>
22733    </issue>
22734
22735    <issue
22736        id="MissingApacheLicenseDetector"
22737        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22738        errorLine1=""
22739        errorLine2=" ^">
22740        <location
22741            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarTransitionAnimatorController.kt"
22742            line="2"
22743            column="2"/>
22744    </issue>
22745
22746    <issue
22747        id="MissingApacheLicenseDetector"
22748        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22749        errorLine1=""
22750        errorLine2=" ^">
22751        <location
22752            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/StatusBarWindowModule.kt"
22753            line="2"
22754            column="2"/>
22755    </issue>
22756
22757    <issue
22758        id="MissingApacheLicenseDetector"
22759        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22760        errorLine1=""
22761        errorLine2=" ^">
22762        <location
22763            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/SystemStatusAnimationSchedulerLogger.kt"
22764            line="2"
22765            column="2"/>
22766    </issue>
22767
22768    <issue
22769        id="MissingApacheLicenseDetector"
22770        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22771        errorLine1=""
22772        errorLine2=" ^">
22773        <location
22774            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotExecutor.kt"
22775            line="2"
22776            column="2"/>
22777    </issue>
22778
22779    <issue
22780        id="MissingApacheLicenseDetector"
22781        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22782        errorLine1=""
22783        errorLine2=" ^">
22784        <location
22785            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/TileLayout.java"
22786            line="2"
22787            column="2"/>
22788    </issue>
22789
22790    <issue
22791        id="MissingApacheLicenseDetector"
22792        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22793        errorLine1=""
22794        errorLine2=" ^">
22795        <location
22796            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/TilesSettingConverter.kt"
22797            line="2"
22798            column="2"/>
22799    </issue>
22800
22801    <issue
22802        id="MissingApacheLicenseDetector"
22803        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22804        errorLine1=""
22805        errorLine2=" ^">
22806        <location
22807            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerSwitch.java"
22808            line="2"
22809            column="2"/>
22810    </issue>
22811
22812    <issue
22813        id="MissingApacheLicenseDetector"
22814        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22815        errorLine1=""
22816        errorLine2=" ^">
22817        <location
22818            file="frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/UnfoldHapticsPlayer.kt"
22819            line="2"
22820            column="2"/>
22821    </issue>
22822
22823    <issue
22824        id="MissingApacheLicenseDetector"
22825        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22826        errorLine1=""
22827        errorLine2=" ^">
22828        <location
22829            file="frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/UnfoldKeyguardVisibilityListener.kt"
22830            line="2"
22831            column="2"/>
22832    </issue>
22833
22834    <issue
22835        id="MissingApacheLicenseDetector"
22836        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22837        errorLine1=""
22838        errorLine2=" ^">
22839        <location
22840            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt"
22841            line="2"
22842            column="2"/>
22843    </issue>
22844
22845    <issue
22846        id="MissingApacheLicenseDetector"
22847        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22848        errorLine1=""
22849        errorLine2=" ^">
22850        <location
22851            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/UserAutoAddRepository.kt"
22852            line="2"
22853            column="2"/>
22854    </issue>
22855
22856    <issue
22857        id="MissingApacheLicenseDetector"
22858        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22859        errorLine1=""
22860        errorLine2=" ^">
22861        <location
22862            file="frameworks/base/packages/SystemUI/src/com/android/systemui/utils/UserRestrictionChecker.kt"
22863            line="2"
22864            column="2"/>
22865    </issue>
22866
22867    <issue
22868        id="MissingApacheLicenseDetector"
22869        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22870        errorLine1=""
22871        errorLine2=" ^">
22872        <location
22873            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/UserSwitchDialog.kt"
22874            line="2"
22875            column="2"/>
22876    </issue>
22877
22878    <issue
22879        id="MissingApacheLicenseDetector"
22880        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22881        errorLine1=""
22882        errorLine2=" ^">
22883        <location
22884            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/UserTileSpecRepository.kt"
22885            line="2"
22886            column="2"/>
22887    </issue>
22888
22889    <issue
22890        id="MissingApacheLicenseDetector"
22891        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22892        errorLine1=""
22893        errorLine2=" ^">
22894        <location
22895            file="frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/VariableDayDate.kt"
22896            line="2"
22897            column="2"/>
22898    </issue>
22899
22900    <issue
22901        id="MissingApacheLicenseDetector"
22902        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22903        errorLine1=""
22904        errorLine2=" ^">
22905        <location
22906            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/VisualStabilityProvider.kt"
22907            line="2"
22908            column="2"/>
22909    </issue>
22910
22911    <issue
22912        id="MissingApacheLicenseDetector"
22913        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22914        errorLine1=""
22915        errorLine2=" ^">
22916        <location
22917            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/shared/model/WakefulnessModel.kt"
22918            line="2"
22919            column="2"/>
22920    </issue>
22921
22922    <issue
22923        id="MissingApacheLicenseDetector"
22924        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22925        errorLine1=""
22926        errorLine2=" ^">
22927        <location
22928            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/WalletContextualLocationsService.kt"
22929            line="2"
22930            column="2"/>
22931    </issue>
22932
22933    <issue
22934        id="MissingApacheLicenseDetector"
22935        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */"
22936        errorLine1=""
22937        errorLine2=" ^">
22938        <location
22939            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/WindowMetricsProvider.kt"
22940            line="2"
22941            column="2"/>
22942    </issue>
22943
22944    <issue
22945        id="MissingApacheLicenseDetector"
22946        message="License header is missing&#xA;Please add the following copyright and license header to the beginning of the file:&#xA;&#xA;/*&#xA; * Copyright (C) 2024 The Android Open Source Project&#xA; *&#xA; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#xA; * you may not use this file except in compliance with the License.&#xA; * You may obtain a copy of the License at&#xA; *&#xA; *     http://www.apache.org/licenses/LICENSE-2.0&#xA; *&#xA; * Unless required by applicable law or agreed to in writing, software&#xA; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#xA; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xA; * See the License for the specific language governing permissions and&#xA; * limitations under the License.&#xA; */">
22947        <location
22948            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java"
22949            line="2"
22950            column="2"/>
22951    </issue>
22952
22953    <issue
22954        id="DrawAllocation"
22955        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
22956        errorLine1="        Paint pt = new Paint();"
22957        errorLine2="                   ~~~~~~~~~~~">
22958        <location
22959            file="frameworks/base/packages/SystemUI/src/com/android/systemui/DessertCaseView.java"
22960            line="491"
22961            column="20"/>
22962    </issue>
22963
22964    <issue
22965        id="DrawAllocation"
22966        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
22967        errorLine1="        final Rect check = new Rect();"
22968        errorLine2="                           ~~~~~~~~~~">
22969        <location
22970            file="frameworks/base/packages/SystemUI/src/com/android/systemui/DessertCaseView.java"
22971            line="496"
22972            column="28"/>
22973    </issue>
22974
22975    <issue
22976        id="DrawAllocation"
22977        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
22978        errorLine1="        mOuterCircle = new Path();"
22979        errorLine2="                       ~~~~~~~~~~">
22980        <location
22981            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/MagnifierView.java"
22982            line="114"
22983            column="24"/>
22984    </issue>
22985
22986    <issue
22987        id="DrawAllocation"
22988        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
22989        errorLine1="        mInnerCircle = new Path();"
22990        errorLine2="                       ~~~~~~~~~~">
22991        <location
22992            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/MagnifierView.java"
22993            line="116"
22994            column="24"/>
22995    </issue>
22996
22997    <issue
22998        id="DrawAllocation"
22999        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23000        errorLine1="        Rect scrimRect = new Rect(0, 0, getWidth(), getHeight() / 2);"
23001        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23002        <location
23003            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/MagnifierView.java"
23004            line="143"
23005            column="26"/>
23006    </issue>
23007
23008    <issue
23009        id="DrawAllocation"
23010        message="Avoid object allocations during draw operations: Use `Canvas.getClipBounds(Rect)` instead of `Canvas.getClipBounds()` which allocates a temporary `Rect`"
23011        errorLine1="        val bounds = canvas.clipBounds"
23012        errorLine2="                     ~~~~~~~~~~~~~~~~~">
23013        <location
23014            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/MediaContainerView.kt"
23015            line="63"
23016            column="22"/>
23017    </issue>
23018
23019    <issue
23020        id="DrawAllocation"
23021        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23022        errorLine1="            mBarTransitions.setBackgroundFrame(new Rect(0, frameHeight - height, w, h));"
23023        errorLine2="                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23024        <location
23025            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBarView.java"
23026            line="1001"
23027            column="48"/>
23028    </issue>
23029
23030    <issue
23031        id="DrawAllocation"
23032        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23033        errorLine1="        Paint paint = new Paint();"
23034        errorLine2="                      ~~~~~~~~~~~">
23035        <location
23036            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconContainer.java"
23037            line="200"
23038            column="23"/>
23039    </issue>
23040
23041    <issue
23042        id="DrawAllocation"
23043        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23044        errorLine1="            Paint pt = new Paint();"
23045        errorLine2="                       ~~~~~~~~~~~">
23046        <location
23047            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowView.java"
23048            line="151"
23049            column="24"/>
23050    </issue>
23051
23052    <issue
23053        id="DrawAllocation"
23054        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23055        errorLine1="        SmartSuggestionMeasures accumulatedMeasures = new SmartSuggestionMeasures("
23056        errorLine2="                                                      ^">
23057        <location
23058            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyView.java"
23059            line="240"
23060            column="55"/>
23061    </issue>
23062
23063    <issue
23064        id="DrawAllocation"
23065        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23066        errorLine1="        List&lt;View> smartSuggestions = new ArrayList&lt;>(smartActions);"
23067        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23068        <location
23069            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyView.java"
23070            line="252"
23071            column="39"/>
23072    </issue>
23073
23074    <issue
23075        id="DrawAllocation"
23076        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23077        errorLine1="        List&lt;View> coveredSuggestions = new ArrayList&lt;>();"
23078        errorLine2="                                        ~~~~~~~~~~~~~~~~~">
23079        <location
23080            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyView.java"
23081            line="254"
23082            column="41"/>
23083    </issue>
23084
23085    <issue
23086        id="DrawAllocation"
23087        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23088        errorLine1="            Paint paint = new Paint();"
23089        errorLine2="                          ~~~~~~~~~~~">
23090        <location
23091            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java"
23092            line="141"
23093            column="27"/>
23094    </issue>
23095
23096    <issue
23097        id="DrawAllocation"
23098        message="Avoid object allocations during draw/layout operations (preallocate and reuse instead)"
23099        errorLine1="        animationViewController?.onSensorRectUpdated(RectF(sensorRect))"
23100        errorLine2="                                                     ~~~~~~~~~~~~~~~~~">
23101        <location
23102            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsView.kt"
23103            line="84"
23104            column="54"/>
23105    </issue>
23106
23107    <issue
23108        id="WakelockTimeout"
23109        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
23110        errorLine1="            mWakeLock.acquire();"
23111        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
23112        <location
23113            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/BiometricUnlockController.java"
23114            line="395"
23115            column="13"/>
23116    </issue>
23117
23118    <issue
23119        id="WakelockTimeout"
23120        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
23121        errorLine1="            pmWakeLock.acquire()"
23122        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
23123        <location
23124            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ClientTrackingWakeLock.kt"
23125            line="41"
23126            column="13"/>
23127    </issue>
23128
23129    <issue
23130        id="WakelockTimeout"
23131        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
23132        errorLine1="        mShowKeyguardWakeLock.acquire();"
23133        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23134        <location
23135            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
23136            line="2395"
23137            column="9"/>
23138    </issue>
23139
23140    <issue
23141        id="WakelockTimeout"
23142        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
23143        errorLine1="            mWakeLock.acquire();"
23144        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
23145        <location
23146            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java"
23147            line="516"
23148            column="13"/>
23149    </issue>
23150
23151    <issue
23152        id="WakelockTimeout"
23153        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
23154        errorLine1="                    inner.acquire();"
23155        errorLine2="                    ~~~~~~~~~~~~~~~">
23156        <location
23157            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/WakeLock.java"
23158            line="134"
23159            column="21"/>
23160    </issue>
23161
23162    <issue
23163        id="BindServiceOnMainThread"
23164        message="This method should be annotated with `@WorkerThread` because it calls bindService"
23165        errorLine1="            mContext.bindService(serviceIntent, mConnection, Context.BIND_AUTO_CREATE);"
23166        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23167        <location
23168            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/AdminSecondaryLockScreenController.java"
23169            line="179"
23170            column="13"/>
23171    </issue>
23172
23173    <issue
23174        id="BindServiceOnMainThread"
23175        message="This method should be annotated with `@WorkerThread` because it calls unbindService"
23176        errorLine1="            mContext.unbindService(mConnection);"
23177        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23178        <location
23179            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/AdminSecondaryLockScreenController.java"
23180            line="208"
23181            column="13"/>
23182    </issue>
23183
23184    <issue
23185        id="BindServiceOnMainThread"
23186        message="This method should be annotated with `@WorkerThread` because it calls bindServiceAsUser"
23187        errorLine1="                        bound = context"
23188        errorLine2="                                ^">
23189        <location
23190            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ControlsProviderLifecycleManager.kt"
23191            line="175"
23192            column="33"/>
23193    </issue>
23194
23195    <issue
23196        id="BindServiceOnMainThread"
23197        message="This method should be annotated with `@WorkerThread` because it calls unbindService"
23198        errorLine1="            context.unbindService(serviceConnection)"
23199        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23200        <location
23201            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ControlsProviderLifecycleManager.kt"
23202            line="210"
23203            column="13"/>
23204    </issue>
23205
23206    <issue
23207        id="BindServiceOnMainThread"
23208        message="This method should be annotated with `@WorkerThread` because it calls bindServiceAsUser"
23209        errorLine1="            bindResult = mContext.bindServiceAsUser(mServiceIntent, this, mFlags,"
23210        errorLine2="                         ^">
23211        <location
23212            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/ObservableServiceConnection.java"
23213            line="159"
23214            column="26"/>
23215    </issue>
23216
23217    <issue
23218        id="BindServiceOnMainThread"
23219        message="This method should be annotated with `@WorkerThread` because it calls unbindService"
23220        errorLine1="            mContext.unbindService(this);"
23221        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23222        <location
23223            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/ObservableServiceConnection.java"
23224            line="164"
23225            column="13"/>
23226    </issue>
23227
23228    <issue
23229        id="BindServiceOnMainThread"
23230        message="This method should be annotated with `@WorkerThread` because it calls unbindService"
23231        errorLine1="        mContext.unbindService(this);"
23232        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23233        <location
23234            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/ObservableServiceConnection.java"
23235            line="234"
23236            column="9"/>
23237    </issue>
23238
23239    <issue
23240        id="BindServiceOnMainThread"
23241        message="This method should be annotated with `@WorkerThread` because it calls bindServiceAsUser"
23242        errorLine1="            mBound = mContext.bindServiceAsUser(mQuickStepIntent,"
23243        errorLine2="                     ^">
23244        <location
23245            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java"
23246            line="828"
23247            column="22"/>
23248    </issue>
23249
23250    <issue
23251        id="BindServiceOnMainThread"
23252        message="This method should be annotated with `@WorkerThread` because it calls unbindService"
23253        errorLine1="            mContext.unbindService(mOverviewServiceConnection);"
23254        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23255        <location
23256            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java"
23257            line="887"
23258            column="13"/>
23259    </issue>
23260
23261    <issue
23262        id="BindServiceOnMainThread"
23263        message="This method should be annotated with `@WorkerThread` because it calls bindServiceAsUser"
23264        errorLine1="            return mContext.bindServiceAsUser(mIntent, this, flags, mUser);"
23265        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23266        <location
23267            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/TileLifecycleManager.java"
23268            line="254"
23269            column="20"/>
23270    </issue>
23271
23272    <issue
23273        id="BindServiceOnMainThread"
23274        message="This method should be annotated with `@WorkerThread` because it calls bindServiceAsUser"
23275        errorLine1="        return mContext.bindServiceAsUser(mIntent, this,"
23276        errorLine2="               ^">
23277        <location
23278            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/TileLifecycleManager.java"
23279            line="256"
23280            column="16"/>
23281    </issue>
23282
23283    <issue
23284        id="BroadcastSentViaContext"
23285        message="`Context.sendBroadcastAsUser()` should be replaced with `BroadcastSender.sendBroadcastAsUser()`"
23286        errorLine1="        sendBroadcastAsUser(intent, UserHandle.SYSTEM, PERMISSION_SELF)"
23287        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
23288        <location
23289            file="frameworks/base/packages/SystemUI/src/com/android/systemui/backup/BackupHelper.kt"
23290            line="103"
23291            column="9"/>
23292    </issue>
23293
23294    <issue
23295        id="BroadcastSentViaContext"
23296        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23297        errorLine1="                    context.sendBroadcast(mTestIntent);"
23298        errorLine2="                            ~~~~~~~~~~~~~">
23299        <location
23300            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BatteryControllerImpl.java"
23301            line="315"
23302            column="29"/>
23303    </issue>
23304
23305    <issue
23306        id="BroadcastSentViaContext"
23307        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23308        errorLine1="        getContext().sendBroadcast(intent);"
23309        errorLine2="                     ~~~~~~~~~~~~~">
23310        <location
23311            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
23312            line="171"
23313            column="22"/>
23314    </issue>
23315
23316    <issue
23317        id="BroadcastSentViaContext"
23318        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23319        errorLine1="        getContext().sendBroadcast(intent);"
23320        errorLine2="                     ~~~~~~~~~~~~~">
23321        <location
23322            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
23323            line="180"
23324            column="22"/>
23325    </issue>
23326
23327    <issue
23328        id="BroadcastSentViaContext"
23329        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23330        errorLine1="        getContext().sendBroadcast(intent);"
23331        errorLine2="                     ~~~~~~~~~~~~~">
23332        <location
23333            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
23334            line="184"
23335            column="22"/>
23336    </issue>
23337
23338    <issue
23339        id="BroadcastSentViaContext"
23340        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23341        errorLine1="        getContext().sendBroadcast(intent);"
23342        errorLine2="                     ~~~~~~~~~~~~~">
23343        <location
23344            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
23345            line="189"
23346            column="22"/>
23347    </issue>
23348
23349    <issue
23350        id="BroadcastSentViaContext"
23351        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23352        errorLine1="        getContext().sendBroadcast(intent);"
23353        errorLine2="                     ~~~~~~~~~~~~~">
23354        <location
23355            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
23356            line="195"
23357            column="22"/>
23358    </issue>
23359
23360    <issue
23361        id="BroadcastSentViaContext"
23362        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23363        errorLine1="        getContext().sendBroadcast(intent);"
23364        errorLine2="                     ~~~~~~~~~~~~~">
23365        <location
23366            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/DemoModeFragment.java"
23367            line="199"
23368            column="22"/>
23369    </issue>
23370
23371    <issue
23372        id="BroadcastSentViaContext"
23373        message="`Context.sendBroadcastAsUser()` should be replaced with `BroadcastSender.sendBroadcastAsUser()`"
23374        errorLine1="        mContext.sendBroadcastAsUser(intent, UserHandle.ALL);"
23375        errorLine2="                 ~~~~~~~~~~~~~~~~~~~">
23376        <location
23377            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java"
23378            line="2207"
23379            column="18"/>
23380    </issue>
23381
23382    <issue
23383        id="BroadcastSentViaContext"
23384        message="`Context.sendBroadcastAsUser()` should be replaced with `BroadcastSender.sendBroadcastAsUser()`"
23385        errorLine1="                        mContext.sendBroadcastAsUser(USER_PRESENT_INTENT,"
23386        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~">
23387        <location
23388            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
23389            line="2688"
23390            column="34"/>
23391    </issue>
23392
23393    <issue
23394        id="BroadcastSentViaContext"
23395        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23396        errorLine1="            context.sendBroadcast(intent);"
23397        errorLine2="                    ~~~~~~~~~~~~~">
23398        <location
23399            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/PeopleBackupHelper.java"
23400            line="505"
23401            column="21"/>
23402    </issue>
23403
23404    <issue
23405        id="BroadcastSentViaContext"
23406        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23407        errorLine1="                getContext().sendBroadcast(intent);"
23408        errorLine2="                             ~~~~~~~~~~~~~">
23409        <location
23410            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/PluginFragment.java"
23411            line="199"
23412            column="30"/>
23413    </issue>
23414
23415    <issue
23416        id="BroadcastSentViaContext"
23417        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23418        errorLine1="            sendBroadcast(intent, PERMISSION_SELF);"
23419        errorLine2="            ~~~~~~~~~~~~~">
23420        <location
23421            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java"
23422            line="255"
23423            column="13"/>
23424    </issue>
23425
23426    <issue
23427        id="BroadcastSentViaContext"
23428        message="`Context.sendBroadcastAsUser()` should be replaced with `BroadcastSender.sendBroadcastAsUser()`"
23429        errorLine1="                context.sendBroadcastAsUser(intent, mUserId);"
23430        errorLine2="                        ~~~~~~~~~~~~~~~~~~~">
23431        <location
23432            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SliceBroadcastRelayHandler.java"
23433            line="157"
23434            column="25"/>
23435    </issue>
23436
23437    <issue
23438        id="BroadcastSentViaContext"
23439        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23440        errorLine1="                        context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS))"
23441        errorLine2="                                ~~~~~~~~~~~~~">
23442        <location
23443            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/StatusBehavior.kt"
23444            line="83"
23445            column="33"/>
23446    </issue>
23447
23448    <issue
23449        id="BroadcastSentViaContext"
23450        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23451        errorLine1="                    mContext.sendBroadcast(new Intent(TunerService.ACTION_CLEAR));"
23452        errorLine2="                             ~~~~~~~~~~~~~">
23453        <location
23454            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java"
23455            line="317"
23456            column="30"/>
23457    </issue>
23458
23459    <issue
23460        id="BroadcastSentViaContext"
23461        message="`Context.sendBroadcast()` should be replaced with `BroadcastSender.sendBroadcast()`"
23462        errorLine1="        sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));"
23463        errorLine2="        ~~~~~~~~~~~~~">
23464        <location
23465            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/WifiDebuggingActivity.java"
23466            line="179"
23467            column="9"/>
23468    </issue>
23469
23470    <issue
23471        id="NotifyDataSetChanged"
23472        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23473        errorLine1="        notifyDataSetChanged()"
23474        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23475        <location
23476            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt"
23477            line="131"
23478            column="9"/>
23479    </issue>
23480
23481    <issue
23482        id="NotifyDataSetChanged"
23483        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23484        errorLine1="        notifyDataSetChanged();"
23485        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23486        <location
23487            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/HearingDevicesListAdapter.java"
23488            line="77"
23489            column="9"/>
23490    </issue>
23491
23492    <issue
23493        id="NotifyDataSetChanged"
23494        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23495        errorLine1="            notifyDataSetChanged();"
23496        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
23497        <location
23498            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetAdapter.java"
23499            line="116"
23500            column="13"/>
23501    </issue>
23502
23503    <issue
23504        id="NotifyDataSetChanged"
23505        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23506        errorLine1="            mAdapter.notifyDataSetChanged();"
23507        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
23508        <location
23509            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java"
23510            line="840"
23511            column="13"/>
23512    </issue>
23513
23514    <issue
23515        id="NotifyDataSetChanged"
23516        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23517        errorLine1="            notifyDataSetChanged();"
23518        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
23519        <location
23520            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/LockscreenFragment.java"
23521            line="299"
23522            column="13"/>
23523    </issue>
23524
23525    <issue
23526        id="NotifyDataSetChanged"
23527        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23528        errorLine1="        notifyDataSetChanged();"
23529        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23530        <location
23531            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
23532            line="69"
23533            column="9"/>
23534    </issue>
23535
23536    <issue
23537        id="NotifyDataSetChanged"
23538        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23539        errorLine1="            notifyDataSetChanged();"
23540        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
23541        <location
23542            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
23543            line="475"
23544            column="13"/>
23545    </issue>
23546
23547    <issue
23548        id="NotifyDataSetChanged"
23549        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23550        errorLine1="            notifyDataSetChanged();"
23551        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
23552        <location
23553            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
23554            line="488"
23555            column="13"/>
23556    </issue>
23557
23558    <issue
23559        id="NotifyDataSetChanged"
23560        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23561        errorLine1="            notifyDataSetChanged();"
23562        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
23563        <location
23564            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/TileAdapter.java"
23565            line="224"
23566            column="13"/>
23567    </issue>
23568
23569    <issue
23570        id="NotifyDataSetChanged"
23571        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23572        errorLine1="        notifyDataSetChanged();"
23573        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23574        <location
23575            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/TileAdapter.java"
23576            line="275"
23577            column="9"/>
23578    </issue>
23579
23580    <issue
23581        id="NotifyDataSetChanged"
23582        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23583        errorLine1="        notifyDataSetChanged();"
23584        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23585        <location
23586            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/TileAdapter.java"
23587            line="484"
23588            column="9"/>
23589    </issue>
23590
23591    <issue
23592        id="NotifyDataSetChanged"
23593        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23594        errorLine1="        notifyDataSetChanged();"
23595        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23596        <location
23597            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/TileAdapter.java"
23598            line="505"
23599            column="9"/>
23600    </issue>
23601
23602    <issue
23603        id="NotifyDataSetChanged"
23604        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23605        errorLine1="        notifyDataSetChanged();"
23606        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23607        <location
23608            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/TileAdapter.java"
23609            line="513"
23610            column="9"/>
23611    </issue>
23612
23613    <issue
23614        id="NotifyDataSetChanged"
23615        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23616        errorLine1="        notifyDataSetChanged();"
23617        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
23618        <location
23619            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumePanelSlicesAdapter.java"
23620            line="89"
23621            column="9"/>
23622    </issue>
23623
23624    <issue
23625        id="NotifyDataSetChanged"
23626        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
23627        errorLine1="                notifyDataSetChanged();"
23628        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~">
23629        <location
23630            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/WalletCardCarousel.java"
23631            line="433"
23632            column="17"/>
23633    </issue>
23634
23635    <issue
23636        id="RegisterReceiverViaContext"
23637        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23638        errorLine1="        registerReceiver(mBroadcastReceiver, mIntentFilter, PERMISSION_SELF, null,"
23639        errorLine2="        ~~~~~~~~~~~~~~~~">
23640        <location
23641            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/AppClipsActivity.java"
23642            line="136"
23643            column="9"/>
23644    </issue>
23645
23646    <issue
23647        id="RegisterReceiverViaContext"
23648        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23649        errorLine1="        context.registerReceiver(mBroadcastReceiver, filter, Context.RECEIVER_EXPORTED_UNAUDITED);"
23650        errorLine2="                ~~~~~~~~~~~~~~~~">
23651        <location
23652            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
23653            line="807"
23654            column="17"/>
23655    </issue>
23656
23657    <issue
23658        id="RegisterReceiverViaContext"
23659        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23660        errorLine1="            Intent intent = mContext.registerReceiver("
23661        errorLine2="                                     ~~~~~~~~~~~~~~~~">
23662        <location
23663            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BatteryControllerImpl.java"
23664            line="160"
23665            column="38"/>
23666    </issue>
23667
23668    <issue
23669        id="RegisterReceiverViaContext"
23670        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23671        errorLine1="        mContext.registerReceiver(mBroadcastReceiver, intentFilter,"
23672        errorLine2="                 ~~~~~~~~~~~~~~~~">
23673        <location
23674            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/BiometricNotificationService.java"
23675            line="177"
23676            column="18"/>
23677    </issue>
23678
23679    <issue
23680        id="RegisterReceiverViaContext"
23681        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23682        errorLine1="                Intent i = getContext().registerReceiver(null,"
23683        errorLine2="                                        ~~~~~~~~~~~~~~~~">
23684        <location
23685            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/CarrierTextManager.java"
23686            line="379"
23687            column="41"/>
23688    </issue>
23689
23690    <issue
23691        id="RegisterReceiverViaContext"
23692        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23693        errorLine1="        mContext.registerReceiver(mBannerActionBroadcastReceiver, internalFilter, PERMISSION_SELF,"
23694        errorLine2="                 ~~~~~~~~~~~~~~~~">
23695        <location
23696            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
23697            line="929"
23698            column="18"/>
23699    </issue>
23700
23701    <issue
23702        id="RegisterReceiverViaContext"
23703        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23704        errorLine1="        context.registerReceiver("
23705        errorLine2="                ~~~~~~~~~~~~~~~~">
23706        <location
23707            file="frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ControlsControllerImpl.kt"
23708            line="233"
23709            column="17"/>
23710    </issue>
23711
23712    <issue
23713        id="RegisterReceiverViaContext"
23714        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23715        errorLine1="        context.registerReceiver(mReceiver, filter,"
23716        errorLine2="                ~~~~~~~~~~~~~~~~">
23717        <location
23718            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/CsdWarningDialog.java"
23719            line="132"
23720            column="17"/>
23721    </issue>
23722
23723    <issue
23724        id="RegisterReceiverViaContext"
23725        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23726        errorLine1="        mContext.registerReceiver(mReceiver, filter);"
23727        errorLine2="                 ~~~~~~~~~~~~~~~~">
23728        <location
23729            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/DreamOverlayRegistrant.java"
23730            line="125"
23731            column="18"/>
23732    </issue>
23733
23734    <issue
23735        id="RegisterReceiverViaContext"
23736        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23737        errorLine1="        mContext.registerReceiver(mReceiver, filter, null, null,"
23738        errorLine2="                 ~~~~~~~~~~~~~~~~">
23739        <location
23740            file="frameworks/base/packages/SystemUI/src/com/android/systemui/flags/FeatureFlagsClassicDebug.java"
23741            line="146"
23742            column="18"/>
23743    </issue>
23744
23745    <issue
23746        id="RegisterReceiverViaContext"
23747        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23748        errorLine1="            mContext.registerReceiver(mReceiver,"
23749        errorLine2="                     ~~~~~~~~~~~~~~~~">
23750        <location
23751            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ImmersiveModeConfirmation.java"
23752            line="469"
23753            column="22"/>
23754    </issue>
23755
23756    <issue
23757        id="RegisterReceiverViaContext"
23758        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23759        errorLine1="        mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_DISABLE_ESIM),"
23760        errorLine2="                 ~~~~~~~~~~~~~~~~">
23761        <location
23762            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardEsimArea.java"
23763            line="98"
23764            column="18"/>
23765    </issue>
23766
23767    <issue
23768        id="RegisterReceiverViaContext"
23769        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23770        errorLine1="                getContext().registerReceiver(mIntentReceiver, filter, null /* permission*/,"
23771        errorLine2="                             ~~~~~~~~~~~~~~~~">
23772        <location
23773            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardSliceProvider.java"
23774            line="401"
23775            column="30"/>
23776    </issue>
23777
23778    <issue
23779        id="RegisterReceiverViaContext"
23780        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23781        errorLine1="            context.registerReceiver(new BroadcastReceiver() {"
23782        errorLine2="                    ~~~~~~~~~~~~~~~~">
23783        <location
23784            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardStateControllerImpl.java"
23785            line="145"
23786            column="21"/>
23787    </issue>
23788
23789    <issue
23790        id="RegisterReceiverViaContext"
23791        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23792        errorLine1="        mContext.registerReceiver(mDelayedLockBroadcastReceiver, delayedActionFilter,"
23793        errorLine2="                 ~~~~~~~~~~~~~~~~">
23794        <location
23795            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java"
23796            line="1524"
23797            column="18"/>
23798    </issue>
23799
23800    <issue
23801        id="RegisterReceiverViaContext"
23802        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23803        errorLine1="        context.registerReceiver(appChangeReceiver, uninstallFilter)"
23804        errorLine2="                ~~~~~~~~~~~~~~~~">
23805        <location
23806            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/LegacyMediaDataManagerImpl.kt"
23807            line="349"
23808            column="17"/>
23809    </issue>
23810
23811    <issue
23812        id="RegisterReceiverViaContext"
23813        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23814        errorLine1="        context.registerReceiver(appChangeReceiver, uninstallFilter)"
23815        errorLine2="                ~~~~~~~~~~~~~~~~">
23816        <location
23817            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/MediaDataProcessor.kt"
23818            line="288"
23819            column="17"/>
23820    </issue>
23821
23822    <issue
23823        id="RegisterReceiverViaContext"
23824        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23825        errorLine1="        getContext().registerReceiver(mNotificationActionReceiver, intentFilter,"
23826        errorLine2="                     ~~~~~~~~~~~~~~~~">
23827        <location
23828            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/MenuViewLayer.java"
23829            line="631"
23830            column="22"/>
23831    </issue>
23832
23833    <issue
23834        id="RegisterReceiverViaContext"
23835        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23836        errorLine1="        mContext.registerReceiverAsUser(mReceiver, UserHandle.ALL, overlayFilter, null, null);"
23837        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~">
23838        <location
23839            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationModeController.java"
23840            line="119"
23841            column="18"/>
23842    </issue>
23843
23844    <issue
23845        id="RegisterReceiverViaContext"
23846        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23847        errorLine1="        mContext.registerReceiver(mBaseBroadcastReceiver, internalFilter, PERMISSION_SELF, null,"
23848        errorLine2="                 ~~~~~~~~~~~~~~~~">
23849        <location
23850            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java"
23851            line="432"
23852            column="18"/>
23853    </issue>
23854
23855    <issue
23856        id="RegisterReceiverViaContext"
23857        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23858        errorLine1="        mContext.registerReceiver(mLauncherStateChangedReceiver, filter);"
23859        errorLine2="                 ~~~~~~~~~~~~~~~~">
23860        <location
23861            file="frameworks/base/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java"
23862            line="663"
23863            column="18"/>
23864    </issue>
23865
23866    <issue
23867        id="RegisterReceiverViaContext"
23868        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23869        errorLine1="        mContext.registerReceiver(mReceiver, filter, Context.RECEIVER_EXPORTED);"
23870        errorLine2="                 ~~~~~~~~~~~~~~~~">
23871        <location
23872            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/PackageObserver.java"
23873            line="91"
23874            column="18"/>
23875    </issue>
23876
23877    <issue
23878        id="RegisterReceiverViaContext"
23879        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23880        errorLine1="                mContext.registerReceiver(mBaseBroadcastReceiver, perAppFilter);"
23881        errorLine2="                         ~~~~~~~~~~~~~~~~">
23882        <location
23883            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/PeopleSpaceWidgetManager.java"
23884            line="243"
23885            column="26"/>
23886    </issue>
23887
23888    <issue
23889        id="RegisterReceiverViaContext"
23890        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23891        errorLine1="                mContext.registerReceiver(mBaseBroadcastReceiver, bootComplete);"
23892        errorLine2="                         ~~~~~~~~~~~~~~~~">
23893        <location
23894            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/PeopleSpaceWidgetManager.java"
23895            line="247"
23896            column="26"/>
23897    </issue>
23898
23899    <issue
23900        id="RegisterReceiverViaContext"
23901        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23902        errorLine1="        getContext().registerReceiver(mReceiver, filter);"
23903        errorLine2="                     ~~~~~~~~~~~~~~~~">
23904        <location
23905            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/PluginFragment.java"
23906            line="64"
23907            column="22"/>
23908    </issue>
23909
23910    <issue
23911        id="RegisterReceiverViaContext"
23912        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23913        errorLine1="        getContext().registerReceiver(mReceiver, filter);"
23914        errorLine2="                     ~~~~~~~~~~~~~~~~">
23915        <location
23916            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/PluginFragment.java"
23917            line="66"
23918            column="22"/>
23919    </issue>
23920
23921    <issue
23922        id="RegisterReceiverViaContext"
23923        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23924        errorLine1="            mContext.registerReceiverAsUser(this, UserHandle.ALL, filter,"
23925        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~~">
23926        <location
23927            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java"
23928            line="827"
23929            column="22"/>
23930    </issue>
23931
23932    <issue
23933        id="RegisterReceiverViaContext"
23934        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23935        errorLine1="                Intent intent = mContext.registerReceiver("
23936        errorLine2="                                         ~~~~~~~~~~~~~~~~">
23937        <location
23938            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
23939            line="297"
23940            column="42"/>
23941    </issue>
23942
23943    <issue
23944        id="RegisterReceiverViaContext"
23945        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23946        errorLine1="                mContext.registerReceiver(mPermControllerChangeReceiver, PKG_CHANGE_INTENT_FILTER);"
23947        errorLine2="                         ~~~~~~~~~~~~~~~~">
23948        <location
23949            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SafetyController.java"
23950            line="81"
23951            column="26"/>
23952    </issue>
23953
23954    <issue
23955        id="RegisterReceiverViaContext"
23956        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23957        errorLine1="        context.registerReceiver(mReceiver, filter,"
23958        errorLine2="                ~~~~~~~~~~~~~~~~">
23959        <location
23960            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/SafetyWarningDialog.java"
23961            line="66"
23962            column="17"/>
23963    </issue>
23964
23965    <issue
23966        id="RegisterReceiverViaContext"
23967        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23968        errorLine1="            context.registerReceiver(this, filter,"
23969        errorLine2="                    ~~~~~~~~~~~~~~~~">
23970        <location
23971            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SliceBroadcastRelayHandler.java"
23972            line="142"
23973            column="21"/>
23974    </issue>
23975
23976    <issue
23977        id="RegisterReceiverViaContext"
23978        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23979        errorLine1="        getContext().registerReceiverAsUser(mIntentReceiver, UserHandle.ALL, filter, null, null);"
23980        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~~">
23981        <location
23982            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SplitClockView.java"
23983            line="78"
23984            column="22"/>
23985    </issue>
23986
23987    <issue
23988        id="RegisterReceiverViaContext"
23989        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
23990        errorLine1="        mContext.registerReceiverAsUser(mChallengeReceiver, UserHandle.ALL,"
23991        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~">
23992        <location
23993            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarRemoteInputCallback.java"
23994            line="103"
23995            column="18"/>
23996    </issue>
23997
23998    <issue
23999        id="RegisterReceiverViaContext"
24000        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24001        errorLine1="        context.registerReceiverAsUser("
24002        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~">
24003        <location
24004            file="frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/StylusUsiPowerUI.kt"
24005            line="79"
24006            column="17"/>
24007    </issue>
24008
24009    <issue
24010        id="RegisterReceiverViaContext"
24011        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24012        errorLine1="        mContext.registerReceiverForAllUsers("
24013        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
24014        <location
24015            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SystemActions.java"
24016            line="229"
24017            column="18"/>
24018    </issue>
24019
24020    <issue
24021        id="RegisterReceiverViaContext"
24022        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24023        errorLine1="        registerReceiver(mCloseSystemDialogs, new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS),"
24024        errorLine2="        ~~~~~~~~~~~~~~~~">
24025        <location
24026            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java"
24027            line="130"
24028            column="9"/>
24029    </issue>
24030
24031    <issue
24032        id="RegisterReceiverViaContext"
24033        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24034        errorLine1="            mContext.registerReceiverAsUser("
24035        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~~">
24036        <location
24037            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/TileLifecycleManager.java"
24038            line="439"
24039            column="22"/>
24040    </issue>
24041
24042    <issue
24043        id="RegisterReceiverViaContext"
24044        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24045        errorLine1="        context.registerReceiverAsUser(mUninstallReceiver, userTracker.getUserHandle(), filter,"
24046        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~">
24047        <location
24048            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/TileServiceManager.java"
24049            line="100"
24050            column="17"/>
24051    </issue>
24052
24053    <issue
24054        id="RegisterReceiverViaContext"
24055        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24056        errorLine1="        context.registerReceiver(mBroadcastReceiver, filter,"
24057        errorLine2="                ~~~~~~~~~~~~~~~~">
24058        <location
24059            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java"
24060            line="774"
24061            column="17"/>
24062    </issue>
24063
24064    <issue
24065        id="RegisterReceiverViaContext"
24066        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24067        errorLine1="        activity.registerReceiver(this, filter);"
24068        errorLine2="                 ~~~~~~~~~~~~~~~~">
24069        <location
24070            file="frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbDisconnectedReceiver.java"
24071            line="40"
24072            column="18"/>
24073    </issue>
24074
24075    <issue
24076        id="RegisterReceiverViaContext"
24077        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24078        errorLine1="        activity.registerReceiver(this, filter);"
24079        errorLine2="                 ~~~~~~~~~~~~~~~~">
24080        <location
24081            file="frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbDisconnectedReceiver.java"
24082            line="48"
24083            column="18"/>
24084    </issue>
24085
24086    <issue
24087        id="RegisterReceiverViaContext"
24088        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24089        errorLine1="                    context.registerReceiverAsUser("
24090        errorLine2="                            ~~~~~~~~~~~~~~~~~~~~~~">
24091        <location
24092            file="frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/UserBroadcastDispatcher.kt"
24093            line="134"
24094            column="29"/>
24095    </issue>
24096
24097    <issue
24098        id="RegisterReceiverViaContext"
24099        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24100        errorLine1="        mContext.registerReceiverAsUser(mProfileReceiver, UserHandle.ALL, profileFilter,"
24101        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~">
24102        <location
24103            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/UserInfoControllerImpl.java"
24104            line="78"
24105            column="18"/>
24106    </issue>
24107
24108    <issue
24109        id="RegisterReceiverViaContext"
24110        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24111        errorLine1="        context.registerReceiverForAllUsers(this, filter, null, backgroundHandler)"
24112        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
24113        <location
24114            file="frameworks/base/packages/SystemUI/src/com/android/systemui/settings/UserTrackerImpl.kt"
24115            line="148"
24116            column="17"/>
24117    </issue>
24118
24119    <issue
24120        id="RegisterReceiverViaContext"
24121        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24122        errorLine1="        registerReceiver(mWifiChangeReceiver, filter);"
24123        errorLine2="        ~~~~~~~~~~~~~~~~">
24124        <location
24125            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/WifiDebuggingActivity.java"
24126            line="177"
24127            column="9"/>
24128    </issue>
24129
24130    <issue
24131        id="RegisterReceiverViaContext"
24132        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24133        errorLine1="        registerReceiver(mWifiChangeReceiver, filter);"
24134        errorLine2="        ~~~~~~~~~~~~~~~~">
24135        <location
24136            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/WifiDebuggingSecondaryUserActivity.java"
24137            line="98"
24138            column="9"/>
24139    </issue>
24140
24141    <issue
24142        id="RegisterReceiverViaContext"
24143        message="Register `BroadcastReceiver` using `BroadcastDispatcher` instead of `Context`"
24144        errorLine1="        mContext.registerReceiver(mScreenOffReceiver, new IntentFilter(Intent.ACTION_SCREEN_OFF));"
24145        errorLine2="                 ~~~~~~~~~~~~~~~~">
24146        <location
24147            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationSettings.java"
24148            line="402"
24149            column="18"/>
24150    </issue>
24151
24152    <issue
24153        id="SharedFlowCreation"
24154        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24155        errorLine1="        MutableSharedFlow&lt;Int>(replay = 1, onBufferOverflow = BufferOverflow.DROP_OLDEST)"
24156        errorLine2="        ~~~~~~~~~~~~~~~~~">
24157        <location
24158            file="frameworks/base/packages/SystemUI/src/com/android/systemui/assist/data/repository/AssistRepository.kt"
24159            line="29"
24160            column="9"/>
24161    </issue>
24162
24163    <issue
24164        id="SharedFlowCreation"
24165        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24166        errorLine1="    private val mutableIsExpanded = MutableSharedFlow&lt;Boolean>()"
24167        errorLine2="                                    ~~~~~~~~~~~~~~~~~">
24168        <location
24169            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/ui/viewmodel/AudioVolumeComponentViewModel.kt"
24170            line="78"
24171            column="37"/>
24172    </issue>
24173
24174    <issue
24175        id="SharedFlowCreation"
24176        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24177        errorLine1="    private val _onAuthenticationResult = MutableSharedFlow&lt;Boolean>()"
24178        errorLine2="                                          ~~~~~~~~~~~~~~~~~">
24179        <location
24180            file="frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/AuthenticationInteractor.kt"
24181            line="129"
24182            column="43"/>
24183    </issue>
24184
24185    <issue
24186        id="SharedFlowCreation"
24187        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24188        errorLine1="        MutableSharedFlow(extraBufferCapacity = 1)"
24189        errorLine2="        ~~~~~~~~~~~~~~~~~">
24190        <location
24191            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/BluetoothTileDialogDelegate.kt"
24192            line="81"
24193            column="9"/>
24194    </issue>
24195
24196    <issue
24197        id="SharedFlowCreation"
24198        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24199        errorLine1="        MutableSharedFlow(extraBufferCapacity = 1)"
24200        errorLine2="        ~~~~~~~~~~~~~~~~~">
24201        <location
24202            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/BluetoothTileDialogDelegate.kt"
24203            line="86"
24204            column="9"/>
24205    </issue>
24206
24207    <issue
24208        id="SharedFlowCreation"
24209        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24210        errorLine1="    private val _onIncorrectBouncerInput = MutableSharedFlow&lt;Unit>()"
24211        errorLine2="                                           ~~~~~~~~~~~~~~~~~">
24212        <location
24213            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractor.kt"
24214            line="64"
24215            column="44"/>
24216    </issue>
24217
24218    <issue
24219        id="SharedFlowCreation"
24220        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24221        errorLine1="    private val _onImeHiddenByUser = MutableSharedFlow&lt;Unit>()"
24222        errorLine2="                                     ~~~~~~~~~~~~~~~~~">
24223        <location
24224            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractor.kt"
24225            line="84"
24226            column="38"/>
24227    </issue>
24228
24229    <issue
24230        id="SharedFlowCreation"
24231        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24232        errorLine1="    private val resetToDefault = MutableSharedFlow&lt;Unit>(replay = 1)"
24233        errorLine2="                                 ~~~~~~~~~~~~~~~~~">
24234        <location
24235            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/BouncerMessageViewModel.kt"
24236            line="107"
24237            column="34"/>
24238    </issue>
24239
24240    <issue
24241        id="SharedFlowCreation"
24242        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24243        errorLine1="            .shareIn(scope, SharingStarted.WhileSubscribed(), replay = 1)"
24244        errorLine2="             ~~~~~~~">
24245        <location
24246            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/captioning/domain/CaptioningAvailabilityCriteria.kt"
24247            line="48"
24248            column="14"/>
24249    </issue>
24250
24251    <issue
24252        id="SharedFlowCreation"
24253        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24254        errorLine1="            .shareIn(scope, SharingStarted.WhileSubscribed())"
24255        errorLine2="             ~~~~~~~">
24256        <location
24257            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/CarrierConfigRepository.kt"
24258            line="93"
24259            column="14"/>
24260    </issue>
24261
24262    <issue
24263        id="SharedFlowCreation"
24264        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24265        errorLine1="                .shareIn(scope, SharingStarted.WhileSubscribed(), replay = 1)"
24266        errorLine2="                 ~~~~~~~">
24267        <location
24268            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/ColorCorrectionRepository.kt"
24269            line="69"
24270            column="18"/>
24271    </issue>
24272
24273    <issue
24274        id="SharedFlowCreation"
24275        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24276        errorLine1="                .shareIn(scope, SharingStarted.WhileSubscribed(), replay = 1)"
24277        errorLine2="                 ~~~~~~~">
24278        <location
24279            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/ColorInversionRepository.kt"
24280            line="69"
24281            column="18"/>
24282    </issue>
24283
24284    <issue
24285        id="SharedFlowCreation"
24286        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24287        errorLine1="    private val _appWidgetIdToRemove = MutableSharedFlow&lt;Int>()"
24288        errorLine2="                                       ~~~~~~~~~~~~~~~~~">
24289        <location
24290            file="frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/CommunalAppWidgetHost.kt"
24291            line="45"
24292            column="40"/>
24293    </issue>
24294
24295    <issue
24296        id="SharedFlowCreation"
24297        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24298        errorLine1="            .shareIn("
24299        errorLine2="             ~~~~~~~">
24300        <location
24301            file="frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/CommunalInteractor.kt"
24302            line="142"
24303            column="14"/>
24304    </issue>
24305
24306    <issue
24307        id="SharedFlowCreation"
24308        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24309        errorLine1="        MutableSharedFlow(extraBufferCapacity = 1, onBufferOverflow = BufferOverflow.DROP_OLDEST)"
24310        errorLine2="        ~~~~~~~~~~~~~~~~~">
24311        <location
24312            file="frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/CommunalInteractor.kt"
24313            line="165"
24314            column="9"/>
24315    </issue>
24316
24317    <issue
24318        id="SharedFlowCreation"
24319        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24320        errorLine1="            .shareIn("
24321        errorLine2="             ~~~~~~~">
24322        <location
24323            file="frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/CommunalInteractor.kt"
24324            line="236"
24325            column="14"/>
24326    </issue>
24327
24328    <issue
24329        id="SharedFlowCreation"
24330        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24331        errorLine1="            .shareIn(scope = applicationScope, started = SharingStarted.WhileSubscribed())"
24332        errorLine2="             ~~~~~~~">
24333        <location
24334            file="frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/CommunalTutorialRepository.kt"
24335            line="94"
24336            column="14"/>
24337    </issue>
24338
24339    <issue
24340        id="SharedFlowCreation"
24341        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24342        errorLine1="            .shareIn(coroutineScope, SharingStarted.Eagerly, replay = 1)"
24343        errorLine2="             ~~~~~~~">
24344        <location
24345            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/domain/interactor/ComponentsInteractor.kt"
24346            line="67"
24347            column="14"/>
24348    </issue>
24349
24350    <issue
24351        id="SharedFlowCreation"
24352        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24353        errorLine1="            .shareIn(scope, SharingStarted.WhileSubscribed())"
24354        errorLine2="             ~~~~~~~">
24355        <location
24356            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/repository/ConnectivityRepository.kt"
24357            line="157"
24358            column="14"/>
24359    </issue>
24360
24361    <issue
24362        id="SharedFlowCreation"
24363        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24364        errorLine1="    private val _validatedAttestation: MutableSharedFlow&lt;ByteArray?> = MutableSharedFlow()"
24365        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~">
24366        <location
24367            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/CredentialViewModel.kt"
24368            line="92"
24369            column="72"/>
24370    </issue>
24371
24372    <issue
24373        id="SharedFlowCreation"
24374        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24375        errorLine1="            .shareIn(tileScope, SharingStarted.WhileSubscribed())"
24376        errorLine2="             ~~~~~~~">
24377        <location
24378            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/CustomTileDataInteractor.kt"
24379            line="91"
24380            column="14"/>
24381    </issue>
24382
24383    <issue
24384        id="SharedFlowCreation"
24385        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24386        errorLine1="        MutableSharedFlow&lt;DefaultsRequest>("
24387        errorLine2="        ~~~~~~~~~~~~~~~~~">
24388        <location
24389            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/data/repository/CustomTileDefaultsRepository.kt"
24390            line="77"
24391            column="9"/>
24392    </issue>
24393
24394    <issue
24395        id="SharedFlowCreation"
24396        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24397        errorLine1="            .shareIn(applicationScope, SharingStarted.WhileSubscribed(), replay = 1)"
24398        errorLine2="             ~~~~~~~">
24399        <location
24400            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/data/repository/CustomTileDefaultsRepository.kt"
24401            line="93"
24402            column="14"/>
24403    </issue>
24404
24405    <issue
24406        id="SharedFlowCreation"
24407        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24408        errorLine1="        MutableSharedFlow&lt;Tile>(replay = 1, onBufferOverflow = BufferOverflow.DROP_OLDEST)"
24409        errorLine2="        ~~~~~~~~~~~~~~~~~">
24410        <location
24411            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/CustomTileInteractor.kt"
24412            line="55"
24413            column="9"/>
24414    </issue>
24415
24416    <issue
24417        id="SharedFlowCreation"
24418        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24419        errorLine1="                    .shareIn(tileScope, SharingStarted.WhileSubscribed())"
24420        errorLine2="                     ~~~~~~~">
24421        <location
24422            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/data/repository/CustomTilePackageUpdatesRepository.kt"
24423            line="71"
24424            column="22"/>
24425    </issue>
24426
24427    <issue
24428        id="SharedFlowCreation"
24429        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24430        errorLine1="        MutableSharedFlow&lt;TileWithUser>(onBufferOverflow = BufferOverflow.DROP_OLDEST, replay = 1)"
24431        errorLine2="        ~~~~~~~~~~~~~~~~~">
24432        <location
24433            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/data/repository/CustomTileRepository.kt"
24434            line="111"
24435            column="9"/>
24436    </issue>
24437
24438    <issue
24439        id="SharedFlowCreation"
24440        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24441        errorLine1="        val mutableRefreshEvents = MutableSharedFlow&lt;Unit>()"
24442        errorLine2="                                   ~~~~~~~~~~~~~~~~~">
24443        <location
24444            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/CustomTileServiceInteractor.kt"
24445            line="183"
24446            column="36"/>
24447    </issue>
24448
24449    <issue
24450        id="SharedFlowCreation"
24451        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24452        errorLine1="    val demoModeFinishedEvent = MutableSharedFlow&lt;Unit>(extraBufferCapacity = 1)"
24453        errorLine2="                                ~~~~~~~~~~~~~~~~~">
24454        <location
24455            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/DemoMobileConnectionsRepository.kt"
24456            line="75"
24457            column="33"/>
24458    </issue>
24459
24460    <issue
24461        id="SharedFlowCreation"
24462        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24463        errorLine1="    val mobileEvents = _mobileCommands.shareIn(scope, SharingStarted.WhileSubscribed())"
24464        errorLine2="                                       ~~~~~~~">
24465        <location
24466            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/DemoModeMobileConnectionDataSource.kt"
24467            line="56"
24468            column="40"/>
24469    </issue>
24470
24471    <issue
24472        id="SharedFlowCreation"
24473        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24474        errorLine1="    val wifiEvents = _wifiCommands.shareIn(scope, SharingStarted.WhileSubscribed())"
24475        errorLine2="                                   ~~~~~~~">
24476        <location
24477            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/DemoModeWifiDataSource.kt"
24478            line="44"
24479            column="36"/>
24480    </issue>
24481
24482    <issue
24483        id="SharedFlowCreation"
24484        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24485        errorLine1="            .shareIn(scope, SharingStarted.WhileSubscribed())"
24486        errorLine2="             ~~~~~~~">
24487        <location
24488            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/DeviceEntryIconViewModel.kt"
24489            line="85"
24490            column="14"/>
24491    </issue>
24492
24493    <issue
24494        id="SharedFlowCreation"
24495        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24496        errorLine1="    private val attemptEnterDeviceFromDeviceEntryIcon: MutableSharedFlow&lt;Unit> = MutableSharedFlow()"
24497        errorLine2="                                                                                 ~~~~~~~~~~~~~~~~~">
24498        <location
24499            file="frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/DeviceEntrySourceInteractor.kt"
24500            line="54"
24501            column="82"/>
24502    </issue>
24503
24504    <issue
24505        id="SharedFlowCreation"
24506        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24507        errorLine1="        MutableSharedFlow(extraBufferCapacity = 1)"
24508        errorLine2="        ~~~~~~~~~~~~~~~~~">
24509        <location
24510            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/DeviceItemInteractor.kt"
24511            line="62"
24512            column="9"/>
24513    </issue>
24514
24515    <issue
24516        id="SharedFlowCreation"
24517        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24518        errorLine1="            .shareIn(bgApplicationScope, started = SharingStarted.WhileSubscribed(), replay = 1)"
24519        errorLine2="             ~~~~~~~">
24520        <location
24521            file="frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/DisplayRepository.kt"
24522            line="147"
24523            column="14"/>
24524    </issue>
24525
24526    <issue
24527        id="SharedFlowCreation"
24528        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24529        errorLine1="            .shareIn(this, started = Lazily)"
24530        errorLine2="             ~~~~~~~">
24531        <location
24532            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/HideNotificationsBinder.kt"
24533            line="39"
24534            column="14"/>
24535    </issue>
24536
24537    <issue
24538        id="SharedFlowCreation"
24539        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24540        errorLine1="        MutableSharedFlow&lt;Long>(replay = 1, onBufferOverflow = BufferOverflow.DROP_OLDEST)"
24541        errorLine2="        ~~~~~~~~~~~~~~~~~">
24542        <location
24543            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/homecontrols/domain/interactor/HomeControlsComponentInteractor.kt"
24544            line="138"
24545            column="9"/>
24546    </issue>
24547
24548    <issue
24549        id="SharedFlowCreation"
24550        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24551        errorLine1="                    .shareIn(backgroundScope, SharingStarted.WhileSubscribed(), replay = 1)"
24552        errorLine2="                     ~~~~~~~">
24553        <location
24554            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/InstalledTilesComponentRepository.kt"
24555            line="84"
24556            column="22"/>
24557    </issue>
24558
24559    <issue
24560        id="SharedFlowCreation"
24561        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24562        errorLine1="    val refreshTransition = MutableSharedFlow&lt;Config>(extraBufferCapacity = 1)"
24563        errorLine2="                            ~~~~~~~~~~~~~~~~~">
24564        <location
24565            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardBlueprintRepository.kt"
24566            line="59"
24567            column="29"/>
24568    </issue>
24569
24570    <issue
24571        id="SharedFlowCreation"
24572        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24573        errorLine1="    private val _keyguardAuthenticatedPrimaryAuth = MutableSharedFlow&lt;Int>()"
24574        errorLine2="                                                    ~~~~~~~~~~~~~~~~~">
24575        <location
24576            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/KeyguardBouncerRepository.kt"
24577            line="178"
24578            column="53"/>
24579    </issue>
24580
24581    <issue
24582        id="SharedFlowCreation"
24583        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24584        errorLine1="    private val _userRequestedBouncerWhenAlreadyAuthenticated = MutableSharedFlow&lt;Int>()"
24585        errorLine2="                                                                ~~~~~~~~~~~~~~~~~">
24586        <location
24587            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/KeyguardBouncerRepository.kt"
24588            line="183"
24589            column="65"/>
24590    </issue>
24591
24592    <issue
24593        id="SharedFlowCreation"
24594        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24595        errorLine1="    private val unseenEntryAdded = MutableSharedFlow&lt;NotificationEntry>(extraBufferCapacity = 1)"
24596        errorLine2="                                   ~~~~~~~~~~~~~~~~~">
24597        <location
24598            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/KeyguardCoordinator.kt"
24599            line="96"
24600            column="36"/>
24601    </issue>
24602
24603    <issue
24604        id="SharedFlowCreation"
24605        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24606        errorLine1="    private val unseenEntryRemoved = MutableSharedFlow&lt;NotificationEntry>(extraBufferCapacity = 1)"
24607        errorLine2="                                     ~~~~~~~~~~~~~~~~~">
24608        <location
24609            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/KeyguardCoordinator.kt"
24610            line="97"
24611            column="38"/>
24612    </issue>
24613
24614    <issue
24615        id="SharedFlowCreation"
24616        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24617        errorLine1="    private val _keyguardDone: MutableSharedFlow&lt;KeyguardDone> = MutableSharedFlow()"
24618        errorLine2="                                                                 ~~~~~~~~~~~~~~~~~">
24619        <location
24620            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardRepository.kt"
24621            line="298"
24622            column="66"/>
24623    </issue>
24624
24625    <issue
24626        id="SharedFlowCreation"
24627        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24628        errorLine1="    override val keyguardDoneAnimationsFinished: MutableSharedFlow&lt;Unit> = MutableSharedFlow()"
24629        errorLine2="                                                                           ~~~~~~~~~~~~~~~~~">
24630        <location
24631            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardRepository.kt"
24632            line="304"
24633            column="76"/>
24634    </issue>
24635
24636    <issue
24637        id="SharedFlowCreation"
24638        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24639        errorLine1="            MutableSharedFlow&lt;Float>("
24640        errorLine2="            ~~~~~~~~~~~~~~~~~">
24641        <location
24642            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardTransitionInteractor.kt"
24643            line="81"
24644            column="13"/>
24645    </issue>
24646
24647    <issue
24648        id="SharedFlowCreation"
24649        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24650        errorLine1="            .shareIn(scope, SharingStarted.Eagerly)"
24651        errorLine2="             ~~~~~~~">
24652        <location
24653            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardTransitionInteractor.kt"
24654            line="106"
24655            column="14"/>
24656    </issue>
24657
24658    <issue
24659        id="SharedFlowCreation"
24660        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24661        errorLine1="            MutableSharedFlow&lt;TransitionStep>("
24662        errorLine2="            ~~~~~~~~~~~~~~~~~">
24663        <location
24664            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardTransitionInteractor.kt"
24665            line="149"
24666            column="13"/>
24667    </issue>
24668
24669    <issue
24670        id="SharedFlowCreation"
24671        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24672        errorLine1="            .shareIn(scope, SharingStarted.Eagerly, replay = 1)"
24673        errorLine2="             ~~~~~~~">
24674        <location
24675            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardTransitionInteractor.kt"
24676            line="193"
24677            column="14"/>
24678    </issue>
24679
24680    <issue
24681        id="SharedFlowCreation"
24682        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24683        errorLine1="            .shareIn(scope, SharingStarted.Eagerly, replay = 1)"
24684        errorLine2="             ~~~~~~~">
24685        <location
24686            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardTransitionInteractor.kt"
24687            line="207"
24688            column="14"/>
24689    </issue>
24690
24691    <issue
24692        id="SharedFlowCreation"
24693        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24694        errorLine1="            .shareIn(scope, SharingStarted.Eagerly, replay = 1)"
24695        errorLine2="             ~~~~~~~">
24696        <location
24697            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/KeyguardTransitionInteractor.kt"
24698            line="249"
24699            column="14"/>
24700    </issue>
24701
24702    <issue
24703        id="SharedFlowCreation"
24704        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24705        errorLine1="        MutableSharedFlow&lt;TransitionStep>("
24706        errorLine2="        ~~~~~~~~~~~~~~~~~">
24707        <location
24708            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepository.kt"
24709            line="117"
24710            column="9"/>
24711    </issue>
24712
24713    <issue
24714        id="SharedFlowCreation"
24715        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24716        errorLine1="            .shareIn(applicationScope, started = SharingStarted.Eagerly, replay = 1)"
24717        errorLine2="             ~~~~~~~">
24718        <location
24719            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/LogContextInteractor.kt"
24720            line="130"
24721            column="14"/>
24722    </issue>
24723
24724    <issue
24725        id="SharedFlowCreation"
24726        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24727        errorLine1="            .shareIn(coroutineScope, SharingStarted.Eagerly, replay = 1)"
24728        errorLine2="             ~~~~~~~">
24729        <location
24730            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/MediaOutputInteractor.kt"
24731            line="63"
24732            column="14"/>
24733    </issue>
24734
24735    <issue
24736        id="SharedFlowCreation"
24737        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24738        errorLine1="            .shareIn(coroutineScope, SharingStarted.Eagerly, replay = 1)"
24739        errorLine2="             ~~~~~~~">
24740        <location
24741            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/MediaOutputInteractor.kt"
24742            line="93"
24743            column="14"/>
24744    </issue>
24745
24746    <issue
24747        id="SharedFlowCreation"
24748        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24749        errorLine1="        MutableSharedFlow&lt;PackageChangeModel>(replay = 0, extraBufferCapacity = BUFFER_CAPACITY)"
24750        errorLine2="        ~~~~~~~~~~~~~~~~~">
24751        <location
24752            file="frameworks/base/packages/SystemUI/src/com/android/systemui/common/data/repository/PackageUpdateMonitor.kt"
24753            line="67"
24754            column="9"/>
24755    </issue>
24756
24757    <issue
24758        id="SharedFlowCreation"
24759        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24760        errorLine1="    private val _accessibilityHint = MutableSharedFlow&lt;String>()"
24761        errorLine2="                                     ~~~~~~~~~~~~~~~~~">
24762        <location
24763            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/PromptViewModel.kt"
24764            line="143"
24765            column="38"/>
24766    </issue>
24767
24768    <issue
24769        id="SharedFlowCreation"
24770        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24771        errorLine1="        MutableSharedFlow&lt;Int>("
24772        errorLine2="        ~~~~~~~~~~~~~~~~~">
24773        <location
24774            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/QSSceneAdapter.kt"
24775            line="179"
24776            column="9"/>
24777    </issue>
24778
24779    <issue
24780        id="SharedFlowCreation"
24781        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24782        errorLine1="            .shareIn(scope, SharingStarted.Eagerly)"
24783        errorLine2="             ~~~~~~~">
24784        <location
24785            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/QSSettingsRestoredRepository.kt"
24786            line="123"
24787            column="14"/>
24788    </issue>
24789
24790    <issue
24791        id="SharedFlowCreation"
24792        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24793        errorLine1="    private val userInputs: MutableSharedFlow&lt;QSTileUserAction> = MutableSharedFlow()"
24794        errorLine2="                                                                  ~~~~~~~~~~~~~~~~~">
24795        <location
24796            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/QSTileViewModelImpl.kt"
24797            line="89"
24798            column="67"/>
24799    </issue>
24800
24801    <issue
24802        id="SharedFlowCreation"
24803        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24804        errorLine1="    private val forceUpdates: MutableSharedFlow&lt;Unit> = MutableSharedFlow()"
24805        errorLine2="                                                        ~~~~~~~~~~~~~~~~~">
24806        <location
24807            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/QSTileViewModelImpl.kt"
24808            line="90"
24809            column="57"/>
24810    </issue>
24811
24812    <issue
24813        id="SharedFlowCreation"
24814        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24815        errorLine1="            .shareIn("
24816        errorLine2="             ~~~~~~~">
24817        <location
24818            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/QSTileViewModelImpl.kt"
24819            line="104"
24820            column="14"/>
24821    </issue>
24822
24823    <issue
24824        id="SharedFlowCreation"
24825        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24826        errorLine1="                        .shareIn(tileScope, SharingStarted.WhileSubscribed())"
24827        errorLine2="                         ~~~~~~~">
24828        <location
24829            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/QSTileViewModelImpl.kt"
24830            line="162"
24831            column="26"/>
24832    </issue>
24833
24834    <issue
24835        id="SharedFlowCreation"
24836        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24837        errorLine1="            .shareIn("
24838        errorLine2="             ~~~~~~~">
24839        <location
24840            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/QSTileViewModelImpl.kt"
24841            line="172"
24842            column="14"/>
24843    </issue>
24844
24845    <issue
24846        id="SharedFlowCreation"
24847        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24848        errorLine1="            .shareIn(applicationScope, SharingStarted.WhileSubscribed())"
24849        errorLine2="             ~~~~~~~">
24850        <location
24851            file="frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/ScreenBrightnessRepository.kt"
24852            line="150"
24853            column="14"/>
24854    </issue>
24855
24856    <issue
24857        id="SharedFlowCreation"
24858        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24859        errorLine1="            .shareIn(applicationScope, SharingStarted.WhileSubscribed())"
24860        errorLine2="             ~~~~~~~">
24861        <location
24862            file="frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/ScreenBrightnessRepository.kt"
24863            line="156"
24864            column="14"/>
24865    </issue>
24866
24867    <issue
24868        id="SharedFlowCreation"
24869        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24870        errorLine1="            .shareIn(applicationScope, SharingStarted.WhileSubscribed())"
24871        errorLine2="             ~~~~~~~">
24872        <location
24873            file="frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/ScreenBrightnessRepository.kt"
24874            line="169"
24875            column="14"/>
24876    </issue>
24877
24878    <issue
24879        id="SharedFlowCreation"
24880        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24881        errorLine1="    private val _notificationStackChanged = MutableSharedFlow&lt;Unit>(extraBufferCapacity = 1)"
24882        errorLine2="                                            ~~~~~~~~~~~~~~~~~">
24883        <location
24884            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/SharedNotificationContainerInteractor.kt"
24885            line="57"
24886            column="45"/>
24887    </issue>
24888
24889    <issue
24890        id="SharedFlowCreation"
24891        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24892        errorLine1="    private val _bouncerMessageChanged = MutableSharedFlow&lt;String?>()"
24893        errorLine2="                                         ~~~~~~~~~~~~~~~~~">
24894        <location
24895            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/SimBouncerInteractor.kt"
24896            line="75"
24897            column="42"/>
24898    </issue>
24899
24900    <issue
24901        id="SharedFlowCreation"
24902        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24903        errorLine1="    private val changes = MutableSharedFlow&lt;Unit>()"
24904        errorLine2="                          ~~~~~~~~~~~~~~~~~">
24905        <location
24906            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/SpatialAudioComponentInteractor.kt"
24907            line="54"
24908            column="27"/>
24909    </issue>
24910
24911    <issue
24912        id="SharedFlowCreation"
24913        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24914        errorLine1="            .shareIn("
24915        errorLine2="             ~~~~~~~">
24916        <location
24917            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/UserA11yQsShortcutsRepository.kt"
24918            line="56"
24919            column="14"/>
24920    </issue>
24921
24922    <issue
24923        id="SharedFlowCreation"
24924        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24925        errorLine1="    private val changeEvents = MutableSharedFlow&lt;ChangeAction>("
24926        errorLine2="                               ~~~~~~~~~~~~~~~~~">
24927        <location
24928            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/UserAutoAddRepository.kt"
24929            line="47"
24930            column="32"/>
24931    </issue>
24932
24933    <issue
24934        id="SharedFlowCreation"
24935        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24936        errorLine1="        MutableSharedFlow&lt;ChangeAction>(extraBufferCapacity = CHANGES_BUFFER_SIZE)"
24937        errorLine2="        ~~~~~~~~~~~~~~~~~">
24938        <location
24939            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/UserTileSpecRepository.kt"
24940            line="54"
24941            column="9"/>
24942    </issue>
24943
24944    <issue
24945        id="SharedFlowCreation"
24946        message="`shareIn()` creates a new shared flow, which has poor performance characteristics"
24947        errorLine1="            .shareIn("
24948        errorLine2="             ~~~~~~~">
24949        <location
24950            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/viewmodel/VolumePanelViewModel.kt"
24951            line="107"
24952            column="14"/>
24953    </issue>
24954
24955    <issue
24956        id="SharedFlowCreation"
24957        message="`MutableSharedFlow()` creates a new shared flow, which has poor performance characteristics"
24958        errorLine1="        MutableSharedFlow&lt;Int>(extraBufferCapacity = QSSettingsRestoredRepository.BUFFER_CAPACITY)"
24959        errorLine2="        ~~~~~~~~~~~~~~~~~">
24960        <location
24961            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/restoreprocessors/WorkTileRestoreProcessor.kt"
24962            line="49"
24963            column="9"/>
24964    </issue>
24965
24966    <issue
24967        id="SlowUserIdQuery"
24968        message="Use `UserTracker.getUserId()` instead of `ActivityManager.getCurrentUser()`"
24969        errorLine1="        mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());"
24970        errorLine2="                                                                     ~~~~~~~~~~~~~~">
24971        <location
24972            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/KeyButtonView.java"
24973            line="373"
24974            column="70"/>
24975    </issue>
24976
24977    <issue
24978        id="SlowUserIdQuery"
24979        message="Use `UserTracker.getUserId()` instead of `ActivityManager.getCurrentUser()`"
24980        errorLine1="                startActivityAsUser(intent, UserHandle.of(ActivityManager.getCurrentUser()));"
24981        errorLine2="                                                                          ~~~~~~~~~~~~~~">
24982        <location
24983            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/MediaProjectionPermissionActivity.java"
24984            line="373"
24985            column="75"/>
24986    </issue>
24987
24988    <issue
24989        id="SlowUserIdQuery"
24990        message="Use `UserTracker.getUserId()` instead of `ActivityManager.getCurrentUser()`"
24991        errorLine1="        int startingUser = ActivityManager.getCurrentUser();"
24992        errorLine2="                                           ~~~~~~~~~~~~~~">
24993        <location
24994            file="frameworks/base/packages/SystemUI/src/com/android/systemui/settings/MultiUserUtilsModule.java"
24995            line="70"
24996            column="44"/>
24997    </issue>
24998
24999    <issue
25000        id="SlowUserIdQuery"
25001        message="Use `UserTracker.getUserId()` instead of `ActivityManager.getCurrentUser()`"
25002        errorLine1="                ? UserHandle.of(ActivityManager.getCurrentUser()) : notificationUser;"
25003        errorLine2="                                                ~~~~~~~~~~~~~~">
25004        <location
25005            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java"
25006            line="611"
25007            column="49"/>
25008    </issue>
25009
25010    <issue
25011        id="SlowUserIdQuery"
25012        message="Use `UserTracker.getUserId()` instead of `ActivityManager.getCurrentUser()`"
25013        errorLine1="                ActivityManager.getCurrentUser());"
25014        errorLine2="                                ~~~~~~~~~~~~~~">
25015        <location
25016            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SplitClockView.java"
25017            line="91"
25018            column="33"/>
25019    </issue>
25020
25021    <issue
25022        id="SlowUserIdQuery"
25023        message="Use `UserTracker.getUserId()` instead of `ActivityManager.getCurrentUser()`"
25024        errorLine1="                TextUtils.join(&quot;,&quot;, hideList), ActivityManager.getCurrentUser());"
25025        errorLine2="                                                               ~~~~~~~~~~~~~~">
25026        <location
25027            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/StatusBarSwitch.java"
25028            line="86"
25029            column="64"/>
25030    </issue>
25031
25032    <issue
25033        id="SlowUserIdQuery"
25034        message="Use `UserTracker.getUserId()` instead of `ActivityManager.getCurrentUser()`"
25035        errorLine1="            ActivityManager.getCurrentUser(),"
25036        errorLine2="                            ~~~~~~~~~~~~~~">
25037        <location
25038            file="frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/StylusUsiPowerUI.kt"
25039            line="236"
25040            column="29"/>
25041    </issue>
25042
25043    <issue
25044        id="SlowUserInfoQuery"
25045        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25046        errorLine1="        getUserInfo("
25047        errorLine2="        ~~~~~~~~~~~">
25048        <location
25049            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/CredentialInteractor.kt"
25050            line="173"
25051            column="9"/>
25052    </issue>
25053
25054    <issue
25055        id="SlowUserInfoQuery"
25056        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25057        errorLine1="                            manager.getUserInfo(lastSelectedNonGuestUserHandle)"
25058        errorLine2="                                    ~~~~~~~~~~~">
25059        <location
25060            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/GuestUserInteractor.kt"
25061            line="149"
25062            column="37"/>
25063    </issue>
25064
25065    <issue
25066        id="SlowUserInfoQuery"
25067        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25068        errorLine1="                mUserManager.getUserInfo(userId).isManagedProfile()"
25069        errorLine2="                             ~~~~~~~~~~~">
25070        <location
25071            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java"
25072            line="500"
25073            column="30"/>
25074    </issue>
25075
25076    <issue
25077        id="SlowUserInfoQuery"
25078        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25079        errorLine1="                        val userType = userManager.getUserInfo(userId).userType"
25080        errorLine2="                                                   ~~~~~~~~~~~">
25081        <location
25082            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ProfileTypeRepositoryImpl.kt"
25083            line="45"
25084            column="52"/>
25085    </issue>
25086
25087    <issue
25088        id="SlowUserInfoQuery"
25089        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25090        errorLine1="                        userManager.getUserInfo(it.taskInfo1.userId).toUserType(),"
25091        errorLine2="                                    ~~~~~~~~~~~">
25092        <location
25093            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/RecentTaskListProvider.kt"
25094            line="66"
25095            column="37"/>
25096    </issue>
25097
25098    <issue
25099        id="SlowUserInfoQuery"
25100        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25101        errorLine1="                            userManager.getUserInfo(it.taskInfo2!!.userId).toUserType(),"
25102        errorLine2="                                        ~~~~~~~~~~~">
25103        <location
25104            file="frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/RecentTaskListProvider.kt"
25105            line="75"
25106            column="41"/>
25107    </issue>
25108
25109    <issue
25110        id="SlowUserInfoQuery"
25111        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25112        errorLine1="        return mUserManager.getUserInfo(mCurrentUserId).isRestricted()"
25113        errorLine2="                            ~~~~~~~~~~~">
25114        <location
25115            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SecurityControllerImpl.java"
25116            line="312"
25117            column="29"/>
25118    </issue>
25119
25120    <issue
25121        id="SlowUserInfoQuery"
25122        message="Use `UserTracker.getUserInfo()` instead of `UserManager.getUserInfo()`"
25123        errorLine1="        final UserInfo newUserInfo = mUserManager.getUserInfo(newUserId);"
25124        errorLine2="                                                  ~~~~~~~~~~~">
25125        <location
25126            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SecurityControllerImpl.java"
25127            line="386"
25128            column="51"/>
25129    </issue>
25130
25131    <issue
25132        id="SoftwareBitmap"
25133        message="Replace software bitmap with `Config.HARDWARE`"
25134        errorLine1="        Bitmap a = Bitmap.createBitmap(b.getWidth(), b.getHeight(), Bitmap.Config.ALPHA_8);"
25135        errorLine2="                                                                                  ~~~~~~~">
25136        <location
25137            file="frameworks/base/packages/SystemUI/src/com/android/systemui/DessertCaseView.java"
25138            line="196"
25139            column="83"/>
25140    </issue>
25141
25142    <issue
25143        id="SoftwareBitmap"
25144        message="Replace software bitmap with `Config.HARDWARE`"
25145        errorLine1="                        ?: Bitmap.Config.ARGB_8888"
25146        errorLine2="                                         ~~~~~~~~~">
25147        <location
25148            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/DrawableSize.kt"
25149            line="95"
25150            column="42"/>
25151    </issue>
25152
25153    <issue
25154        id="SoftwareBitmap"
25155        message="Replace software bitmap with `Config.HARDWARE`"
25156        errorLine1="                        ?: Bitmap.Config.ARGB_8888"
25157        errorLine2="                                         ~~~~~~~~~">
25158        <location
25159            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/DrawableSize.kt"
25160            line="95"
25161            column="42"/>
25162    </issue>
25163
25164    <issue
25165        id="SoftwareBitmap"
25166        message="Replace software bitmap with `Config.HARDWARE`"
25167        errorLine1="            Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);"
25168        errorLine2="                                                                             ~~~~~~~~~">
25169        <location
25170            file="frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/DreamOverlayDotImageView.java"
25171            line="120"
25172            column="78"/>
25173    </issue>
25174
25175    <issue
25176        id="SoftwareBitmap"
25177        message="Replace software bitmap with `Config.HARDWARE`"
25178        errorLine1="                drawable.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);"
25179        errorLine2="                                                             ~~~~~~~~~">
25180        <location
25181            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRowDragController.java"
25182            line="182"
25183            column="62"/>
25184    </issue>
25185
25186    <issue
25187        id="SoftwareBitmap"
25188        message="Replace software bitmap with `Config.HARDWARE`"
25189        errorLine1="        Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);"
25190        errorLine2="                                                                         ~~~~~~~~~">
25191        <location
25192            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/KeyButtonDrawable.java"
25193            line="329"
25194            column="74"/>
25195    </issue>
25196
25197    <issue
25198        id="SoftwareBitmap"
25199        message="Replace software bitmap with `Config.HARDWARE`"
25200        errorLine1="        Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);"
25201        errorLine2="                                                                         ~~~~~~~~~">
25202        <location
25203            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/KeyButtonDrawable.java"
25204            line="357"
25205            column="74"/>
25206    </issue>
25207
25208    <issue
25209        id="SoftwareBitmap"
25210        message="Replace software bitmap with `Config.HARDWARE`"
25211        errorLine1="                                shortcutKeyIconItemHeightWidth, Bitmap.Config.ARGB_8888);"
25212        errorLine2="                                                                              ~~~~~~~~~">
25213        <location
25214            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java"
25215            line="686"
25216            column="79"/>
25217    </issue>
25218
25219    <issue
25220        id="SoftwareBitmap"
25221        message="Replace software bitmap with `Config.HARDWARE`"
25222        errorLine1="        Bitmap.Config config = drawable.getOpacity() != PixelFormat.OPAQUE ? Bitmap.Config.ARGB_8888"
25223        errorLine2="                                                                                           ~~~~~~~~~">
25224        <location
25225            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseDialog.java"
25226            line="451"
25227            column="92"/>
25228    </issue>
25229
25230    <issue
25231        id="SoftwareBitmap"
25232        message="Replace software bitmap with `Config.HARDWARE`"
25233        errorLine1="                : Bitmap.Config.RGB_565;"
25234        errorLine2="                                ~~~~~~~">
25235        <location
25236            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseDialog.java"
25237            line="452"
25238            column="33"/>
25239    </issue>
25240
25241    <issue
25242        id="SoftwareBitmap"
25243        message="Replace software bitmap with `Config.HARDWARE`"
25244        errorLine1="            bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);"
25245        errorLine2="                                                             ~~~~~~~~~">
25246        <location
25247            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java"
25248            line="355"
25249            column="62"/>
25250    </issue>
25251
25252    <issue
25253        id="SoftwareBitmap"
25254        message="Replace software bitmap with `Config.HARDWARE`"
25255        errorLine1="                    drawable.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);"
25256        errorLine2="                                                                 ~~~~~~~~~">
25257        <location
25258            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java"
25259            line="359"
25260            column="66"/>
25261    </issue>
25262
25263    <issue
25264        id="Recycle"
25265        message="This `TypedArray` should be recycled after use with `#recycle()`"
25266        errorLine1="            TypedArray typedArray = context.obtainStyledAttributes("
25267        errorLine2="                                            ~~~~~~~~~~~~~~~~~~~~~~">
25268        <location
25269            file="frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/SeekBarWithIconButtonsView.java"
25270            line="85"
25271            column="45"/>
25272    </issue>
25273
25274    <issue
25275        id="Recycle"
25276        message="This `TypedArray` should be recycled after use with `#recycle()`"
25277        errorLine1="        final TypedArray sa = mResources.obtainAttributes(mAttrs, R.styleable.Shortcut);"
25278        errorLine2="                                         ~~~~~~~~~~~~~~~~">
25279        <location
25280            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ShortcutParser.java"
25281            line="103"
25282            column="42"/>
25283    </issue>
25284
25285    <issue
25286        id="ObsoleteLayoutParam"
25287        message="Invalid layout param in a `FrameLayout`: `layout_weight`"
25288        errorLine1="        android:layout_weight=&quot;0&quot;"
25289        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
25290        <location
25291            file="frameworks/base/packages/SystemUI/res/layout/contextual.xml"
25292            line="31"
25293            column="9"/>
25294    </issue>
25295
25296    <issue
25297        id="ObsoleteLayoutParam"
25298        message="Invalid layout param in a `FrameLayout`: `layout_weight`"
25299        errorLine1="        android:layout_weight=&quot;0&quot;"
25300        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
25301        <location
25302            file="frameworks/base/packages/SystemUI/res/layout/contextual.xml"
25303            line="54"
25304            column="9"/>
25305    </issue>
25306
25307    <issue
25308        id="ObsoleteLayoutParam"
25309        message="Invalid layout param &apos;`layout_weight`&apos; (included from within a `FrameLayout` in `layout/controls_dialog.xml`)"
25310        errorLine1="    android:layout_weight=&quot;1&quot;"
25311        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~">
25312        <location
25313            file="frameworks/base/packages/SystemUI/res/layout/controls_base_item.xml"
25314            line="21"
25315            column="5"/>
25316    </issue>
25317
25318    <issue
25319        id="ObsoleteLayoutParam"
25320        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25321        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25322        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25323        <location
25324            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
25325            line="44"
25326            column="13"/>
25327    </issue>
25328
25329    <issue
25330        id="ObsoleteLayoutParam"
25331        message="Invalid layout param in a `LinearLayout`: `layout_alignParentStart`"
25332        errorLine1="            android:layout_alignParentStart=&quot;true&quot;"
25333        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25334        <location
25335            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
25336            line="45"
25337            column="13"/>
25338    </issue>
25339
25340    <issue
25341        id="ObsoleteLayoutParam"
25342        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25343        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25344        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25345        <location
25346            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
25347            line="54"
25348            column="13"/>
25349    </issue>
25350
25351    <issue
25352        id="ObsoleteLayoutParam"
25353        message="Invalid layout param in a `LinearLayout`: `layout_alignEnd`"
25354        errorLine1="            android:layout_alignEnd=&quot;@id/pkg_icon&quot;"
25355        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25356        <location
25357            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
25358            line="56"
25359            column="13"/>
25360    </issue>
25361
25362    <issue
25363        id="ObsoleteLayoutParam"
25364        message="Invalid layout param in a `LinearLayout`: `layout_toEndOf`"
25365        errorLine1="            android:layout_toEndOf=&quot;@id/pkg_icon&quot;>"
25366        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25367        <location
25368            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
25369            line="57"
25370            column="13"/>
25371    </issue>
25372
25373    <issue
25374        id="ObsoleteLayoutParam"
25375        message="Invalid layout param &apos;`layout_weight`&apos; (included from within a `FrameLayout` in `layout/contextual.xml`, included from within a `FrameLayout` in `layout/menu_ime.xml`)"
25376        errorLine1="    android:layout_weight=&quot;0&quot;"
25377        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~">
25378        <location
25379            file="frameworks/base/packages/SystemUI/res/layout/ime_switcher.xml"
25380            line="23"
25381            column="5"/>
25382    </issue>
25383
25384    <issue
25385        id="ObsoleteLayoutParam"
25386        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25387        errorLine1="            android:layout_centerVertical=&quot;false&quot;"
25388        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25389        <location
25390            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25391            line="44"
25392            column="13"/>
25393    </issue>
25394
25395    <issue
25396        id="ObsoleteLayoutParam"
25397        message="Invalid layout param in a `LinearLayout`: `layout_alignParentStart`"
25398        errorLine1="            android:layout_alignParentStart=&quot;true&quot;"
25399        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25400        <location
25401            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25402            line="45"
25403            column="13"/>
25404    </issue>
25405
25406    <issue
25407        id="ObsoleteLayoutParam"
25408        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25409        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25410        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25411        <location
25412            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25413            line="104"
25414            column="13"/>
25415    </issue>
25416
25417    <issue
25418        id="ObsoleteLayoutParam"
25419        message="Invalid layout param in a `LinearLayout`: `layout_alignEnd`"
25420        errorLine1="            android:layout_alignEnd=&quot;@id/conversation_icon&quot;"
25421        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25422        <location
25423            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25424            line="106"
25425            column="13"/>
25426    </issue>
25427
25428    <issue
25429        id="ObsoleteLayoutParam"
25430        message="Invalid layout param in a `LinearLayout`: `layout_toEndOf`"
25431        errorLine1="            android:layout_toEndOf=&quot;@id/conversation_icon&quot;>"
25432        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25433        <location
25434            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25435            line="107"
25436            column="13"/>
25437    </issue>
25438
25439    <issue
25440        id="ObsoleteLayoutParam"
25441        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25442        errorLine1="                    android:layout_centerVertical=&quot;true&quot;"
25443        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25444        <location
25445            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25446            line="124"
25447            column="21"/>
25448    </issue>
25449
25450    <issue
25451        id="ObsoleteLayoutParam"
25452        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25453        errorLine1="                android:layout_centerVertical=&quot;true&quot;"
25454        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25455        <location
25456            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25457            line="157"
25458            column="17"/>
25459    </issue>
25460
25461    <issue
25462        id="ObsoleteLayoutParam"
25463        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25464        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25465        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25466        <location
25467            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25468            line="173"
25469            column="13"/>
25470    </issue>
25471
25472    <issue
25473        id="ObsoleteLayoutParam"
25474        message="Invalid layout param in a `LinearLayout`: `layout_alignParentEnd`"
25475        errorLine1="            android:layout_alignParentEnd=&quot;true&quot; />"
25476        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25477        <location
25478            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25479            line="178"
25480            column="13"/>
25481    </issue>
25482
25483    <issue
25484        id="ObsoleteLayoutParam"
25485        message="Invalid layout param in a `LinearLayout`: `layout_toEndOf`"
25486        errorLine1="                        android:layout_toEndOf=&quot;@id/silence_icon&quot;"
25487        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25488        <location
25489            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
25490            line="353"
25491            column="25"/>
25492    </issue>
25493
25494    <issue
25495        id="ObsoleteLayoutParam"
25496        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25497        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25498        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25499        <location
25500            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25501            line="43"
25502            column="13"/>
25503    </issue>
25504
25505    <issue
25506        id="ObsoleteLayoutParam"
25507        message="Invalid layout param in a `LinearLayout`: `layout_alignParentStart`"
25508        errorLine1="            android:layout_alignParentStart=&quot;true&quot;"
25509        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25510        <location
25511            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25512            line="44"
25513            column="13"/>
25514    </issue>
25515
25516    <issue
25517        id="ObsoleteLayoutParam"
25518        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25519        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25520        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25521        <location
25522            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25523            line="53"
25524            column="13"/>
25525    </issue>
25526
25527    <issue
25528        id="ObsoleteLayoutParam"
25529        message="Invalid layout param in a `LinearLayout`: `layout_alignEnd`"
25530        errorLine1="            android:layout_alignEnd=&quot;@id/pkg_icon&quot;"
25531        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25532        <location
25533            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25534            line="55"
25535            column="13"/>
25536    </issue>
25537
25538    <issue
25539        id="ObsoleteLayoutParam"
25540        message="Invalid layout param in a `LinearLayout`: `layout_toEndOf`"
25541        errorLine1="            android:layout_toEndOf=&quot;@id/pkg_icon&quot;>"
25542        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25543        <location
25544            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25545            line="56"
25546            column="13"/>
25547    </issue>
25548
25549    <issue
25550        id="ObsoleteLayoutParam"
25551        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25552        errorLine1="                android:layout_centerVertical=&quot;true&quot;"
25553        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25554        <location
25555            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25556            line="82"
25557            column="17"/>
25558    </issue>
25559
25560    <issue
25561        id="ObsoleteLayoutParam"
25562        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25563        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25564        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25565        <location
25566            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25567            line="100"
25568            column="13"/>
25569    </issue>
25570
25571    <issue
25572        id="ObsoleteLayoutParam"
25573        message="Invalid layout param in a `LinearLayout`: `layout_toStartOf`"
25574        errorLine1="            android:layout_toStartOf=&quot;@id/info&quot;"
25575        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25576        <location
25577            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25578            line="105"
25579            column="13"/>
25580    </issue>
25581
25582    <issue
25583        id="ObsoleteLayoutParam"
25584        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25585        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25586        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25587        <location
25588            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25589            line="111"
25590            column="13"/>
25591    </issue>
25592
25593    <issue
25594        id="ObsoleteLayoutParam"
25595        message="Invalid layout param in a `LinearLayout`: `layout_alignParentEnd`"
25596        errorLine1="            android:layout_alignParentEnd=&quot;true&quot; />"
25597        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25598        <location
25599            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25600            line="116"
25601            column="13"/>
25602    </issue>
25603
25604    <issue
25605        id="ObsoleteLayoutParam"
25606        message="Invalid layout param in a `LinearLayout`: `layout_toEndOf`"
25607        errorLine1="                        android:layout_toEndOf=&quot;@id/silence_icon&quot;"
25608        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25609        <location
25610            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
25611            line="301"
25612            column="25"/>
25613    </issue>
25614
25615    <issue
25616        id="ObsoleteLayoutParam"
25617        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25618        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25619        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25620        <location
25621            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25622            line="42"
25623            column="13"/>
25624    </issue>
25625
25626    <issue
25627        id="ObsoleteLayoutParam"
25628        message="Invalid layout param in a `LinearLayout`: `layout_alignParentStart`"
25629        errorLine1="            android:layout_alignParentStart=&quot;true&quot;"
25630        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25631        <location
25632            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25633            line="43"
25634            column="13"/>
25635    </issue>
25636
25637    <issue
25638        id="ObsoleteLayoutParam"
25639        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25640        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25641        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25642        <location
25643            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25644            line="52"
25645            column="13"/>
25646    </issue>
25647
25648    <issue
25649        id="ObsoleteLayoutParam"
25650        message="Invalid layout param in a `LinearLayout`: `layout_alignEnd`"
25651        errorLine1="            android:layout_alignEnd=&quot;@id/conversation_icon&quot;"
25652        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25653        <location
25654            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25655            line="54"
25656            column="13"/>
25657    </issue>
25658
25659    <issue
25660        id="ObsoleteLayoutParam"
25661        message="Invalid layout param in a `LinearLayout`: `layout_toEndOf`"
25662        errorLine1="            android:layout_toEndOf=&quot;@id/conversation_icon&quot;>"
25663        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25664        <location
25665            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25666            line="55"
25667            column="13"/>
25668    </issue>
25669
25670    <issue
25671        id="ObsoleteLayoutParam"
25672        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25673        errorLine1="                android:layout_centerVertical=&quot;true&quot;"
25674        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25675        <location
25676            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25677            line="67"
25678            column="17"/>
25679    </issue>
25680
25681    <issue
25682        id="ObsoleteLayoutParam"
25683        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25684        errorLine1="            android:layout_centerVertical=&quot;true&quot;"
25685        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25686        <location
25687            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25688            line="83"
25689            column="13"/>
25690    </issue>
25691
25692    <issue
25693        id="ObsoleteLayoutParam"
25694        message="Invalid layout param in a `LinearLayout`: `layout_alignParentEnd`"
25695        errorLine1="            android:layout_alignParentEnd=&quot;true&quot;/>"
25696        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25697        <location
25698            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25699            line="88"
25700            column="13"/>
25701    </issue>
25702
25703    <issue
25704        id="ObsoleteLayoutParam"
25705        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25706        errorLine1="                    android:layout_centerVertical=&quot;true&quot;"
25707        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25708        <location
25709            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25710            line="124"
25711            column="21"/>
25712    </issue>
25713
25714    <issue
25715        id="ObsoleteLayoutParam"
25716        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25717        errorLine1="                    android:layout_centerVertical=&quot;true&quot;"
25718        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25719        <location
25720            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25721            line="131"
25722            column="21"/>
25723    </issue>
25724
25725    <issue
25726        id="ObsoleteLayoutParam"
25727        message="Invalid layout param in a `LinearLayout`: `layout_above`"
25728        errorLine1="            android:layout_above=&quot;@id/got_it_button&quot;>"
25729        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25730        <location
25731            file="frameworks/base/packages/SystemUI/res/layout/people_space_activity_no_conversations.xml"
25732            line="75"
25733            column="13"/>
25734    </issue>
25735
25736    <issue
25737        id="ObsoleteLayoutParam"
25738        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25739        errorLine1="                android:layout_centerVertical=&quot;true&quot;"
25740        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25741        <location
25742            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_item_v2.xml"
25743            line="46"
25744            column="17"/>
25745    </issue>
25746
25747    <issue
25748        id="ObsoleteLayoutParam"
25749        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25750        errorLine1="                android:layout_centerVertical=&quot;true&quot;>"
25751        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25752        <location
25753            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_item_v2.xml"
25754            line="55"
25755            column="17"/>
25756    </issue>
25757
25758    <issue
25759        id="ObsoleteLayoutParam"
25760        message="Invalid layout param in a `LinearLayout`: `layout_centerVertical`"
25761        errorLine1="                android:layout_centerVertical=&quot;true&quot;"
25762        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25763        <location
25764            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_item_v2.xml"
25765            line="75"
25766            column="17"/>
25767    </issue>
25768
25769    <issue
25770        id="ObsoleteSdkInt"
25771        message="Unnecessary; SDK_INT is always >= 34"
25772        errorLine1="    @RequiresApi(34)"
25773        errorLine2="    ~~~~~~~~~~~~~~~~">
25774        <location
25775            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputAdapter.java"
25776            line="531"
25777            column="5"/>
25778    </issue>
25779
25780    <issue
25781        id="StaticFieldLeak"
25782        message="Do not place Android context classes in static fields (static reference to `SystemUIDialog` which has field `mContext` pointing to `Context`); this is a memory leak"
25783        errorLine1="        var dialog: SystemUIDialog? = null"
25784        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25785        <location
25786            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogManager.kt"
25787            line="40"
25788            column="9"/>
25789    </issue>
25790
25791    <issue
25792        id="StaticFieldLeak"
25793        message="This `AsyncTask` class should be static or leaks might occur (anonymous android.os.AsyncTask)"
25794        errorLine1="        new AsyncTask&lt;Icon, Void, Drawable>() {"
25795        errorLine2="        ^">
25796        <location
25797            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/KeyButtonView.java"
25798            line="207"
25799            column="9"/>
25800    </issue>
25801
25802    <issue
25803        id="StaticFieldLeak"
25804        message="Do not place Android context classes in static fields (static reference to `KeyboardShortcutListSearch` which has field `mSearchEditText` pointing to `EditText`); this is a memory leak"
25805        errorLine1="    @VisibleForTesting static KeyboardShortcutListSearch sInstance;"
25806        errorLine2="                       ~~~~~~">
25807        <location
25808            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcutListSearch.java"
25809            line="100"
25810            column="24"/>
25811    </issue>
25812
25813    <issue
25814        id="StaticFieldLeak"
25815        message="Do not place Android context classes in static fields (static reference to `KeyboardShortcuts` which has field `mContext` pointing to `Context`); this is a memory leak"
25816        errorLine1="    @VisibleForTesting static KeyboardShortcuts sInstance;"
25817        errorLine2="                       ~~~~~~">
25818        <location
25819            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java"
25820            line="83"
25821            column="24"/>
25822    </issue>
25823
25824    <issue
25825        id="StaticFieldLeak"
25826        message="Do not place Android context classes in static fields (static reference to `MediaOutputDialog` which has field `mContext` pointing to `Context`); this is a memory leak"
25827        errorLine1="        var mediaOutputDialog: MediaOutputDialog? = null"
25828        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25829        <location
25830            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputDialogManager.kt"
25831            line="41"
25832            column="9"/>
25833    </issue>
25834
25835    <issue
25836        id="StaticFieldLeak"
25837        message="This `AsyncTask` class should be static or leaks might occur (anonymous android.os.AsyncTask)"
25838        errorLine1="        new AsyncTask&lt;Void, Void, Void>() {"
25839        errorLine2="        ^">
25840        <location
25841            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/NetworkControllerImpl.java"
25842            line="742"
25843            column="9"/>
25844    </issue>
25845
25846    <issue
25847        id="StaticFieldLeak"
25848        message="This field leaks a context object"
25849        errorLine1="        private final Context mContext;"
25850        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25851        <location
25852            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java"
25853            line="1053"
25854            column="9"/>
25855    </issue>
25856
25857    <issue
25858        id="StaticFieldLeak"
25859        message="This field leaks a context object"
25860        errorLine1="        private ExpandableNotificationRow mRow;"
25861        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25862        <location
25863            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java"
25864            line="1062"
25865            column="9"/>
25866    </issue>
25867
25868    <issue
25869        id="StaticFieldLeak"
25870        message="This field leaks a context object"
25871        errorLine1="    private final Context mContext;"
25872        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25873        <location
25874            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/SaveImageInBackgroundTask.java"
25875            line="62"
25876            column="5"/>
25877    </issue>
25878
25879    <issue
25880        id="StaticFieldLeak"
25881        message="Do not place Android context classes in static fields (static reference to `SystemUIInitializer` which has field `mContext` pointing to `Context`); this is a memory leak"
25882        errorLine1="        // Must be static due to http://b/141008541."
25883        errorLine2="        ^">
25884        <location
25885            file="frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIAppComponentFactoryBase.kt"
25886            line="48"
25887            column="9"/>
25888    </issue>
25889
25890    <issue
25891        id="StaticFieldLeak"
25892        message="This `AsyncTask` class should be static or leaks might occur (anonymous android.os.AsyncTask)"
25893        errorLine1="        mUserInfoTask = new AsyncTask&lt;Void, Void, UserInfoQueryResult>() {"
25894        errorLine2="                        ^">
25895        <location
25896            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/UserInfoControllerImpl.java"
25897            line="147"
25898            column="25"/>
25899    </issue>
25900
25901    <issue
25902        id="UseCompoundDrawables"
25903        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
25904        errorLine1="    &lt;LinearLayout"
25905        errorLine2="     ~~~~~~~~~~~~">
25906        <location
25907            file="frameworks/base/packages/SystemUI/res/layout/media_session_end_dialog.xml"
25908            line="26"
25909            column="6"/>
25910    </issue>
25911
25912    <issue
25913        id="UseCompoundDrawables"
25914        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
25915        errorLine1="            &lt;LinearLayout"
25916        errorLine2="             ~~~~~~~~~~~~">
25917        <location
25918            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
25919            line="112"
25920            column="14"/>
25921    </issue>
25922
25923    <issue
25924        id="UseCompoundDrawables"
25925        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
25926        errorLine1="        &lt;LinearLayout"
25927        errorLine2="         ~~~~~~~~~~~~">
25928        <location
25929            file="frameworks/base/packages/SystemUI/res/layout/people_space_initial_layout.xml"
25930            line="36"
25931            column="10"/>
25932    </issue>
25933
25934    <issue
25935        id="UseCompoundDrawables"
25936        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
25937        errorLine1="            &lt;LinearLayout"
25938        errorLine2="             ~~~~~~~~~~~~">
25939        <location
25940            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_with_content.xml"
25941            line="95"
25942            column="14"/>
25943    </issue>
25944
25945    <issue
25946        id="VectorPath"
25947        message="Very long vector path (922 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
25948        errorLine1="        android:pathData=&quot;M36.3,25.5c-0.4,-0.3,-1,-0.5,-1.5,-0.5c-0.1,0,-0.3,0,-0.4,0c-0.3,0,-0.5,0,-0.7,0.1c-0.6,0.1,-1.1,0.4,-1.5,0.8   c-0.8,0.6,-1.2,1.6,-1.2,2.7v3.5h-1.2V14c0,-1.4,-0.6,-2.7,-1.6,-3.6c-0.4,-0.4,-0.9,-0.8,-1.5,-1c-0.4,-0.1,-0.7,-0.2,-1.1,-0.3   C25.2,9,24.9,9,24.7,9s-0.5,0,-0.8,0.1c-0.4,0.1,-0.8,0.2,-1.1,0.3c-0.6,0.2,-1.1,0.6,-1.5,1c-1,0.9,-1.6,2.2,-1.6,3.6v10.3h-2.4v-4.5   c0,-1.2,-0.6,-2.2,-1.5,-2.8c-0.4,-0.3,-1,-0.5,-1.5,-0.6c-0.2,0,-0.3,-0.1,-0.5,-0.1c-0.2,0,-0.4,0,-0.6,0.1c-0.6,0.1,-1.1,0.3,-1.5,0.7   c-0.8,0.6,-1.4,1.6,-1.4,2.7v8c0,1.1,0.5,2.1,1.4,2.7c0.4,0.3,0.9,0.6,1.5,0.7c0.2,0,0.4,0.1,0.6,0.1h0.5h1.5h3.8V48   c0,1.4,0.6,2.7,1.6,3.6c0.4,0.4,0.9,0.8,1.5,1c0.4,0.1,0.7,0.2,1.1,0.3c0.2,0,0.5,0.1,0.8,0.1s0.5,0,0.8,-0.1   c0.4,-0.1,0.8,-0.2,1.1,-0.3c0.6,-0.2,1.1,-0.6,1.5,-1c1,-0.9,1.6,-2.2,1.6,-3.6v-9.1h1.2h1.2h1.5h0.7c0.1,0,0.3,0,0.4,0   c0.6,-0.1,1.1,-0.2,1.5,-0.5c0.9,-0.6,1.6,-1.7,1.6,-2.9v-7C37.9,27.2,37.3,26.1,36.3,25.5z&quot;"
25949        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25950        <location
25951            file="frameworks/base/packages/SystemUI/res/drawable-nodpi/cactus1.xml"
25952            line="22"
25953            column="27"/>
25954    </issue>
25955
25956    <issue
25957        id="VectorPath"
25958        message="Very long vector path (983 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
25959        errorLine1="        android:pathData=&quot;M19.400000,10.000000c-0.700000,-3.400000 -3.700000,-6.000000 -7.400000,-6.000000c-1.500000,0.000000 -2.900000,0.400000 -4.000000,1.200000l1.500000,1.500000C10.200000,6.200000 11.100000,6.000000 12.000000,6.000000c3.000000,0.000000 5.500000,2.500000 5.500000,5.500000L17.500000,12.000000L19.000000,12.000000c1.700000,0.000000 3.000000,1.300000 3.000000,3.000000c0.000000,1.100000 -0.600000,2.100000 -1.600000,2.600000l1.500000,1.500000c1.300000,-0.900000 2.100000,-2.400000 2.100000,-4.100000C24.000000,12.400000 21.900000,10.200000 19.400000,10.000000zM3.000000,5.300000L5.800000,8.000000C2.600000,8.200000 0.000000,10.800000 0.000000,14.000000c0.000000,3.300000 2.700000,6.000000 6.000000,6.000000l11.700000,0.000000l2.000000,2.000000l1.300000,-1.300000L4.300000,4.000000L3.000000,5.300000zM7.700000,10.000000l8.000000,8.000000L6.000000,18.000000c-2.200000,0.000000 -4.000000,-1.800000 -4.000000,-4.000000c0.000000,-2.200000 1.800000,-4.000000 4.000000,-4.000000L7.700000,10.000000z&quot;"
25960        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25961        <location
25962            file="frameworks/base/packages/SystemUI/res/drawable-nodpi/cloud_off.xml"
25963            line="22"
25964            column="27"/>
25965    </issue>
25966
25967    <issue
25968        id="VectorPath"
25969        message="Very long vector path (983 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
25970        errorLine1="        android:pathData=&quot;M19.400000,10.000000c-0.700000,-3.400000 -3.700000,-6.000000 -7.400000,-6.000000c-1.500000,0.000000 -2.900000,0.400000 -4.000000,1.200000l1.500000,1.500000C10.200000,6.200000 11.100000,6.000000 12.000000,6.000000c3.000000,0.000000 5.500000,2.500000 5.500000,5.500000L17.500000,12.000000L19.000000,12.000000c1.700000,0.000000 3.000000,1.300000 3.000000,3.000000c0.000000,1.100000 -0.600000,2.100000 -1.600000,2.600000l1.500000,1.500000c1.300000,-0.900000 2.100000,-2.400000 2.100000,-4.100000C24.000000,12.400000 21.900000,10.200000 19.400000,10.000000zM3.000000,5.300000L5.800000,8.000000C2.600000,8.200000 0.000000,10.800000 0.000000,14.000000c0.000000,3.300000 2.700000,6.000000 6.000000,6.000000l11.700000,0.000000l2.000000,2.000000l1.300000,-1.300000L4.300000,4.000000L3.000000,5.300000zM7.700000,10.000000l8.000000,8.000000L6.000000,18.000000c-2.200000,0.000000 -4.000000,-1.800000 -4.000000,-4.000000c0.000000,-2.200000 1.800000,-4.000000 4.000000,-4.000000L7.700000,10.000000z&quot;"
25971        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25972        <location
25973            file="frameworks/base/packages/SystemUI/res/drawable/cloud_off.xml"
25974            line="22"
25975            column="27"/>
25976    </issue>
25977
25978    <issue
25979        id="VectorPath"
25980        message="Very long vector path (925 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
25981        errorLine1="      android:pathData=&quot;M34.4,43.95Q31.55,43.95 29.45,42.4Q27.35,40.85 26.35,38.3Q25.35,35.75 24.375,34.325Q23.4,32.9 20.7,30.75Q17.4,28.1 15.95,25.1Q14.5,22.1 14.5,17.8Q14.5,11.8 18.3,7.975Q22.1,4.15 28.1,4.15Q34,4.15 37.875,7.825Q41.75,11.5 42,17.2H39Q38.75,12.8 35.725,9.975Q32.7,7.15 28.1,7.15Q23.6,7.15 20.55,10.225Q17.5,13.3 17.5,17.8Q17.5,21.4 18.9,24.025Q20.3,26.65 23.55,29.1Q25.5,30.55 26.675,32.25Q27.85,33.95 28.9,36.45Q29.75,38.55 31.125,39.75Q32.5,40.95 34.4,40.95Q36.15,40.95 37.425,39.75Q38.7,38.55 38.95,36.8H41.95Q41.7,39.8 39.55,41.875Q37.4,43.95 34.4,43.95ZM11.95,32.9Q9.1,29.75 7.55,25.825Q6,21.9 6,17.6Q6,13.35 7.475,9.375Q8.95,5.4 11.95,2.35L14.2,4.35Q11.6,7 10.3,10.425Q9,13.85 9,17.6Q9,21.3 10.325,24.725Q11.65,28.15 14.2,30.85ZM28.1,22.45Q26.15,22.45 24.8,21.1Q23.45,19.75 23.45,17.8Q23.45,15.85 24.8,14.45Q26.15,13.05 28.1,13.05Q30.05,13.05 31.45,14.45Q32.85,15.85 32.85,17.8Q32.85,19.75 31.45,21.1Q30.05,22.45 28.1,22.45Z&quot;/>"
25982        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25983        <location
25984            file="frameworks/base/packages/SystemUI/res/drawable/hearing.xml"
25985            line="23"
25986            column="25"/>
25987    </issue>
25988
25989    <issue
25990        id="VectorPath"
25991        message="Very long vector path (1848 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
25992        errorLine1="        android:pathData=&quot;M6.000000,18.000000c0.000000,0.600000 0.400000,1.000000 1.000000,1.000000l1.000000,0.000000l0.000000,3.500000C8.000000,23.299999 8.700000,24.000000 9.500000,24.000000c0.800000,0.000000 1.500000,-0.700000 1.500000,-1.500000L11.000000,19.000000l2.000000,0.000000l0.000000,3.500000c0.000000,0.800000 0.700000,1.500000 1.500000,1.500000c0.800000,0.000000 1.500000,-0.700000 1.500000,-1.500000L16.000000,19.000000l1.000000,0.000000c0.600000,0.000000 1.000000,-0.400000 1.000000,-1.000000L18.000000,8.000000L6.000000,8.000000L6.000000,18.000000zM3.500000,8.000000C2.700000,8.000000 2.000000,8.700000 2.000000,9.500000l0.000000,7.000000C2.000000,17.299999 2.700000,18.000000 3.500000,18.000000C4.300000,18.000000 5.000000,17.299999 5.000000,16.500000l0.000000,-7.000000C5.000000,8.700000 4.300000,8.000000 3.500000,8.000000zM20.500000,8.000000C19.700001,8.000000 19.000000,8.700000 19.000000,9.500000l0.000000,7.000000c0.000000,0.800000 0.700000,1.500000 1.500000,1.500000c0.800000,0.000000 1.500000,-0.700000 1.500000,-1.500000l0.000000,-7.000000C22.000000,8.700000 21.299999,8.000000 20.500000,8.000000zM15.500000,2.200000l1.300000,-1.300000c0.200000,-0.200000 0.200000,-0.500000 0.000000,-0.700000c-0.200000,-0.200000 -0.500000,-0.200000 -0.700000,0.000000l-1.500000,1.500000C13.900000,1.200000 13.000000,1.000000 12.000000,1.000000c-1.000000,0.000000 -1.900000,0.200000 -2.700000,0.600000L7.900000,0.100000C7.700000,0.000000 7.300000,0.000000 7.100000,0.100000C7.000000,0.300000 7.000000,0.700000 7.100000,0.900000l1.300000,1.300000C7.000000,3.300000 6.000000,5.000000 6.000000,7.000000l12.000000,0.000000C18.000000,5.000000 17.000000,3.200000 15.500000,2.200000zM10.000000,5.000000L9.000000,5.000000L9.000000,4.000000l1.000000,0.000000L10.000000,5.000000zM15.000000,5.000000l-1.000000,0.000000L14.000000,4.000000l1.000000,0.000000L15.000000,5.000000z&quot;"
25993        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
25994        <location
25995            file="frameworks/base/packages/SystemUI/res/drawable/ic_android.xml"
25996            line="22"
25997            column="27"/>
25998    </issue>
25999
26000    <issue
26001        id="VectorPath"
26002        message="Very long vector path (1121 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26003        errorLine1="        android:pathData=&quot;M23.9998,10.667C16.6398,10.667 10.6665,16.6403 10.6665,24.0003C10.6665,31.3603 16.6398,37.3337 23.9998,37.3337C31.3598,37.3337 37.3332,31.3603 37.3332,24.0003C37.3332,16.6403 31.3598,10.667 23.9998,10.667ZM17.4265,32.3737C17.9998,31.1737 21.4932,30.0003 23.9998,30.0003C26.5065,30.0003 30.0132,31.1737 30.5732,32.3737C28.7598,33.8137 26.4798,34.667 23.9998,34.667C21.5198,34.667 19.2398,33.8137 17.4265,32.3737ZM23.9998,27.3337C25.9465,27.3337 30.5732,28.1203 32.4798,30.4403C33.8398,28.6537 34.6665,26.427 34.6665,24.0003C34.6665,18.1203 29.8798,13.3337 23.9998,13.3337C18.1198,13.3337 13.3332,18.1203 13.3332,24.0003C13.3332,26.427 14.1598,28.6537 15.5198,30.4403C17.4265,28.1203 22.0532,27.3337 23.9998,27.3337ZM23.9998,16.0003C21.4132,16.0003 19.3332,18.0803 19.3332,20.667C19.3332,23.2537 21.4132,25.3337 23.9998,25.3337C26.5865,25.3337 28.6665,23.2537 28.6665,20.667C28.6665,18.0803 26.5865,16.0003 23.9998,16.0003ZM21.9998,20.667C21.9998,21.7737 22.8932,22.667 23.9998,22.667C25.1065,22.667 25.9998,21.7737 25.9998,20.667C25.9998,19.5603 25.1065,18.667 23.9998,18.667C22.8932,18.667 21.9998,19.5603 21.9998,20.667Z&quot;"
26004        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26005        <location
26006            file="frameworks/base/packages/SystemUI/res/drawable/ic_avatar_guest_user.xml"
26007            line="23"
26008            column="27"/>
26009    </issue>
26010
26011    <issue
26012        id="VectorPath"
26013        message="Very long vector path (1055 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26014        errorLine1="                    android:pathData=&quot; M66.67 -27.59 C66.67,-27.59 66.67,-66.67 66.67,-66.67 C66.67,-66.67 27.59,-66.67 27.59,-66.67 C27.59,-66.67 0,-94.25 0,-94.25 C0,-94.25 -27.58,-66.67 -27.58,-66.67 C-27.58,-66.67 -66.66,-66.67 -66.66,-66.67 C-66.66,-66.67 -66.66,-27.59 -66.66,-27.59 C-66.66,-27.59 -94.25,0 -94.25,0 C-94.25,0 -66.66,27.58 -66.66,27.58 C-66.66,27.58 -66.66,66.66 -66.66,66.66 C-66.66,66.66 -27.58,66.66 -27.58,66.66 C-27.58,66.66 0,94.25 0,94.25 C0,94.25 27.59,66.66 27.59,66.66 C27.59,66.66 66.67,66.66 66.67,66.66 C66.67,66.66 66.67,27.58 66.67,27.58 C66.67,27.58 94.25,0 94.25,0 C94.25,0 66.67,-27.59 66.67,-27.59c  M50 20.66 C50,20.66 50,50 50,50 C50,50 20.67,50 20.67,50 C20.67,50 0,70.66 0,70.66 C0,70.66 -20.66,50 -20.66,50 C-20.66,50 -50,50 -50,50 C-50,50 -50,20.66 -50,20.66 C-50,20.66 -70.66,0 -70.66,0 C-70.66,0 -50,-20.67 -50,-20.67 C-50,-20.67 -50,-50 -50,-50 C-50,-50 -20.66,-50 -20.66,-50 C-20.66,-50 0,-70.67 0,-70.67 C0,-70.67 20.67,-50 20.67,-50 C20.67,-50 50,-50 50,-50 C50,-50 50,-20.67 50,-20.67 C50,-20.67 70.67,0 70.67,0 C70.67,0 50,20.66 50,20.66c &quot; />"
26015        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26016        <location
26017            file="frameworks/base/packages/SystemUI/res/drawable/ic_brightness_full.xml"
26018            line="19"
26019            column="39"/>
26020    </issue>
26021
26022    <issue
26023        id="VectorPath"
26024        message="Very long vector path (1055 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26025        errorLine1="                    android:pathData=&quot; M66.67 -27.59 C66.67,-27.59 66.67,-66.67 66.67,-66.67 C66.67,-66.67 27.59,-66.67 27.59,-66.67 C27.59,-66.67 0,-94.25 0,-94.25 C0,-94.25 -27.58,-66.67 -27.58,-66.67 C-27.58,-66.67 -66.66,-66.67 -66.66,-66.67 C-66.66,-66.67 -66.66,-27.59 -66.66,-27.59 C-66.66,-27.59 -94.25,0 -94.25,0 C-94.25,0 -66.66,27.58 -66.66,27.58 C-66.66,27.58 -66.66,66.66 -66.66,66.66 C-66.66,66.66 -27.58,66.66 -27.58,66.66 C-27.58,66.66 0,94.25 0,94.25 C0,94.25 27.59,66.66 27.59,66.66 C27.59,66.66 66.67,66.66 66.67,66.66 C66.67,66.66 66.67,27.58 66.67,27.58 C66.67,27.58 94.25,0 94.25,0 C94.25,0 66.67,-27.59 66.67,-27.59c  M50 20.66 C50,20.66 50,50 50,50 C50,50 20.67,50 20.67,50 C20.67,50 0,70.66 0,70.66 C0,70.66 -20.66,50 -20.66,50 C-20.66,50 -50,50 -50,50 C-50,50 -50,20.66 -50,20.66 C-50,20.66 -70.66,0 -70.66,0 C-70.66,0 -50,-20.67 -50,-20.67 C-50,-20.67 -50,-50 -50,-50 C-50,-50 -20.66,-50 -20.66,-50 C-20.66,-50 0,-70.67 0,-70.67 C0,-70.67 20.67,-50 20.67,-50 C20.67,-50 50,-50 50,-50 C50,-50 50,-20.67 50,-20.67 C50,-20.67 70.67,0 70.67,0 C70.67,0 50,20.66 50,20.66c &quot; />"
26026        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26027        <location
26028            file="frameworks/base/packages/SystemUI/res/drawable/ic_brightness_low.xml"
26029            line="19"
26030            column="39"/>
26031    </issue>
26032
26033    <issue
26034        id="VectorPath"
26035        message="Very long vector path (1054 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26036        errorLine1="                    android:pathData=&quot;M66.67 -27.59 C66.67,-27.59 66.67,-66.67 66.67,-66.67 C66.67,-66.67 27.59,-66.67 27.59,-66.67 C27.59,-66.67 0,-94.25 0,-94.25 C0,-94.25 -27.58,-66.67 -27.58,-66.67 C-27.58,-66.67 -66.66,-66.67 -66.66,-66.67 C-66.66,-66.67 -66.66,-27.59 -66.66,-27.59 C-66.66,-27.59 -94.25,0 -94.25,0 C-94.25,0 -66.66,27.58 -66.66,27.58 C-66.66,27.58 -66.66,66.66 -66.66,66.66 C-66.66,66.66 -27.58,66.66 -27.58,66.66 C-27.58,66.66 0,94.25 0,94.25 C0,94.25 27.59,66.66 27.59,66.66 C27.59,66.66 66.67,66.66 66.67,66.66 C66.67,66.66 66.67,27.58 66.67,27.58 C66.67,27.58 94.25,0 94.25,0 C94.25,0 66.67,-27.59 66.67,-27.59c  M50 20.66 C50,20.66 50,50 50,50 C50,50 20.67,50 20.67,50 C20.67,50 0,70.66 0,70.66 C0,70.66 -20.66,50 -20.66,50 C-20.66,50 -50,50 -50,50 C-50,50 -50,20.66 -50,20.66 C-50,20.66 -70.66,0 -70.66,0 C-70.66,0 -50,-20.67 -50,-20.67 C-50,-20.67 -50,-50 -50,-50 C-50,-50 -20.66,-50 -20.66,-50 C-20.66,-50 0,-70.67 0,-70.67 C0,-70.67 20.67,-50 20.67,-50 C20.67,-50 50,-50 50,-50 C50,-50 50,-20.67 50,-20.67 C50,-20.67 70.67,0 70.67,0 C70.67,0 50,20.66 50,20.66c &quot; />"
26037        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26038        <location
26039            file="frameworks/base/packages/SystemUI/res/drawable/ic_brightness_medium.xml"
26040            line="19"
26041            column="39"/>
26042    </issue>
26043
26044    <issue
26045        id="VectorPath"
26046        message="Very long vector path (831 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26047        errorLine1="      android:pathData=&quot;M12,16Q13.875,16 15.188,14.688Q16.5,13.375 16.5,11.5Q16.5,9.625 15.188,8.312Q13.875,7 12,7Q10.125,7 8.812,8.312Q7.5,9.625 7.5,11.5Q7.5,13.375 8.812,14.688Q10.125,16 12,16ZM12,14.2Q10.875,14.2 10.088,13.412Q9.3,12.625 9.3,11.5Q9.3,10.375 10.088,9.587Q10.875,8.8 12,8.8Q13.125,8.8 13.913,9.587Q14.7,10.375 14.7,11.5Q14.7,12.625 13.913,13.412Q13.125,14.2 12,14.2ZM12,19Q8.35,19 5.35,16.962Q2.35,14.925 1,11.5Q2.35,8.075 5.35,6.037Q8.35,4 12,4Q15.65,4 18.65,6.037Q21.65,8.075 23,11.5Q21.65,14.925 18.65,16.962Q15.65,19 12,19ZM12,11.5Q12,11.5 12,11.5Q12,11.5 12,11.5Q12,11.5 12,11.5Q12,11.5 12,11.5Q12,11.5 12,11.5Q12,11.5 12,11.5Q12,11.5 12,11.5Q12,11.5 12,11.5ZM12,17Q14.825,17 17.188,15.512Q19.55,14.025 20.8,11.5Q19.55,8.975 17.188,7.487Q14.825,6 12,6Q9.175,6 6.812,7.487Q4.45,8.975 3.2,11.5Q4.45,14.025 6.812,15.512Q9.175,17 12,17Z&quot;/>"
26048        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26049        <location
26050            file="frameworks/base/packages/SystemUI/res/drawable/ic_broadcast_code_eye.xml"
26051            line="25"
26052            column="25"/>
26053    </issue>
26054
26055    <issue
26056        id="VectorPath"
26057        message="Very long vector path (1041 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26058        errorLine1="      android:pathData=&quot;M798,840Q673,840 551,785.5Q429,731 329,631Q229,531 174.5,409Q120,287 120,162Q120,144 132,132Q144,120 162,120L324,120Q338,120 349,129.5Q360,139 362,152L388,292Q390,308 387,319Q384,330 376,338L279,436Q299,473 326.5,507.5Q354,542 387,574Q418,605 452,631.5Q486,658 524,680L618,586Q627,577 641.5,572.5Q656,568 670,570L808,598Q822,602 831,612.5Q840,623 840,636L840,798Q840,816 828,828Q816,840 798,840ZM241,360L307,294Q307,294 307,294Q307,294 307,294L290,200Q290,200 290,200Q290,200 290,200L201,200Q201,200 201,200Q201,200 201,200Q206,241 215,281Q224,321 241,360ZM599,718Q638,735 678.5,745Q719,755 760,758Q760,758 760,758Q760,758 760,758L760,670Q760,670 760,670Q760,670 760,670L666,651Q666,651 666,651Q666,651 666,651L599,718ZM241,360Q241,360 241,360Q241,360 241,360Q241,360 241,360Q241,360 241,360L241,360Q241,360 241,360Q241,360 241,360L241,360Q241,360 241,360Q241,360 241,360L241,360ZM599,718L599,718Q599,718 599,718Q599,718 599,718L599,718Q599,718 599,718Q599,718 599,718L599,718Q599,718 599,718Q599,718 599,718Q599,718 599,718Q599,718 599,718Z&quot;/>"
26059        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26060        <location
26061            file="frameworks/base/packages/SystemUI/res/drawable/ic_call.xml"
26062            line="25"
26063            column="25"/>
26064    </issue>
26065
26066    <issue
26067        id="VectorPath"
26068        message="Very long vector path (902 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26069        errorLine1="      android:pathData=&quot;M15,9.683V7C15,6.7348 14.8946,6.4804 14.7071,6.2929C14.5196,6.1054 14.2652,6 14,6H10C9.7348,6 9.4804,6.1054 9.2929,6.2929C9.1053,6.4804 9,6.7348 9,7V9.683C7.855,10.2245 6.8787,11.067 6.1756,12.1205C5.4725,13.174 5.0689,14.3988 5.0081,15.6639C4.9473,16.929 5.2315,18.1868 5.8304,19.3029C6.4292,20.4189 7.3202,21.3512 8.408,22H15.592C16.6798,21.3512 17.5707,20.4189 18.1696,19.3029C18.7685,18.1868 19.0527,16.929 18.9919,15.6639C18.9311,14.3988 18.5275,13.174 17.8244,12.1205C17.1212,11.067 16.145,10.2245 15,9.683ZM14.989,20H9.011C8.3852,19.5381 7.877,18.9352 7.5276,18.2402C7.1783,17.5453 6.9975,16.7778 7,16C7.0041,15.0553 7.2746,14.131 7.7803,13.3331C8.286,12.5351 9.0065,11.896 9.859,11.489L11,10.946V8H13V10.946L14.141,11.489C14.9935,11.896 15.714,12.5351 16.2197,13.3331C16.7254,14.131 16.9959,15.0553 17,16C17.0025,16.7778 16.8217,17.5453 16.4723,18.2402C16.123,18.9352 15.6148,19.5381 14.989,20Z&quot;"
26070        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26071        <location
26072            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_air_freshener_off.xml"
26073            line="41"
26074            column="25"/>
26075    </issue>
26076
26077    <issue
26078        id="VectorPath"
26079        message="Very long vector path (1852 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26080        errorLine1="      android:pathData=&quot;M18,2.01L6,2C5.7371,1.9991 5.4766,2.0502 5.2335,2.1504C4.9905,2.2506 4.7696,2.3979 4.5837,2.5838C4.3978,2.7696 4.2505,2.9905 4.1504,3.2335C4.0502,3.4766 3.9991,3.7371 4,4V20C3.9991,20.2629 4.0502,20.5234 4.1504,20.7665C4.2505,21.0096 4.3978,21.2304 4.5837,21.4163C4.7696,21.6022 4.9905,21.7494 5.2335,21.8496C5.4766,21.9498 5.7371,22.0009 6,22H18C18.2629,22.0009 18.5234,21.9498 18.7665,21.8496C19.0095,21.7494 19.2304,21.6022 19.4163,21.4163C19.6022,21.2304 19.7495,21.0096 19.8496,20.7665C19.9498,20.5234 20.0009,20.2629 20,20V4C20.0007,3.7376 19.9493,3.4778 19.8489,3.2354C19.7485,2.993 19.6011,2.7728 19.4151,2.5878C19.2291,2.4027 19.0083,2.2564 18.7654,2.1572C18.5225,2.0581 18.2624,2.008 18,2.01ZM11,5C11.1978,5 11.3911,5.0587 11.5556,5.1686C11.72,5.2785 11.8482,5.4346 11.9239,5.6173C11.9996,5.8 12.0194,6.0011 11.9808,6.1951C11.9422,6.3891 11.847,6.5673 11.7071,6.7072C11.5673,6.847 11.3891,6.9423 11.1951,6.9809C11.0011,7.0194 10.8,6.9995 10.6173,6.9238C10.4346,6.8481 10.2784,6.72 10.1685,6.5556C10.0586,6.3911 10,6.1978 10,6C10,5.7348 10.1054,5.4804 10.2929,5.2929C10.4804,5.1053 10.7348,5 11,5ZM7,6C7,5.8022 7.0587,5.6089 7.1685,5.4445C7.2784,5.28 7.4346,5.1519 7.6173,5.0762C7.8,5.0005 8.0011,4.9806 8.1951,5.0192C8.3891,5.0578 8.5673,5.153 8.7071,5.2929C8.847,5.4327 8.9422,5.611 8.9808,5.8049C9.0194,5.9989 8.9996,6.2 8.9239,6.3827C8.8482,6.5654 8.72,6.7215 8.5556,6.8314C8.3911,6.9413 8.1978,7 8,7C7.7348,7 7.4804,6.8947 7.2929,6.7072C7.1054,6.5196 7,6.2652 7,6ZM12,18C11.0032,18.008 10.0441,17.6198 9.3335,16.9207C8.623,16.2216 8.2192,15.2688 8.211,14.272C8.2109,13.7806 8.3092,13.2941 8.5,12.8412C8.6908,12.3883 8.9703,11.9782 9.322,11.635L12,9L14.678,11.635C15.0297,11.9782 15.3092,12.3883 15.5,12.8412C15.6908,13.2941 15.7891,13.7806 15.789,14.272C15.7808,15.2688 15.377,16.2216 14.6665,16.9207C13.9559,17.6198 12.9968,18.008 12,18Z&quot;"
26081        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26082        <location
26083            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_dishwasher_on.xml"
26084            line="23"
26085            column="25"/>
26086    </issue>
26087
26088    <issue
26089        id="VectorPath"
26090        message="Very long vector path (878 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26091        errorLine1="      android:pathData=&quot;M12,15C11.6044,15 11.2177,15.1174 10.8889,15.3372C10.56,15.5569 10.3036,15.8692 10.1522,16.2346C10.0009,16.6001 9.9613,17.0022 10.0384,17.3901C10.1156,17.7781 10.3061,18.1346 10.5858,18.4143C10.8655,18.694 11.2219,18.8845 11.6098,18.9617C11.9978,19.0388 12.3999,18.999 12.7654,18.8477C13.1308,18.6963 13.4432,18.44 13.6629,18.1111C13.8827,17.7822 14,17.3956 14,17C14,16.4696 13.7893,15.9608 13.4142,15.5857C13.0391,15.2106 12.5304,15 12,15ZM12,18C11.8022,18 11.6089,17.9414 11.4444,17.8315C11.28,17.7217 11.1518,17.5653 11.0761,17.3826C11.0004,17.1998 10.9806,16.9989 11.0192,16.8049C11.0578,16.611 11.153,16.4328 11.2929,16.293C11.4327,16.1531 11.6109,16.0579 11.8049,16.0193C11.9989,15.9807 12.2,16.0005 12.3827,16.0762C12.5654,16.1519 12.7216,16.2799 12.8315,16.4443C12.9413,16.6088 13,16.8022 13,17C13,17.2652 12.8946,17.5195 12.7071,17.707C12.5196,17.8946 12.2652,18 12,18Z&quot;"
26092        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26093        <location
26094            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_doorbell_off.xml"
26095            line="26"
26096            column="25"/>
26097    </issue>
26098
26099    <issue
26100        id="VectorPath"
26101        message="Very long vector path (1266 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26102        errorLine1="      android:pathData=&quot;M17,2H7C6.4696,2 5.9609,2.2106 5.5858,2.5857C5.2107,2.9608 5,3.4696 5,4V20C5,20.5304 5.2107,21.0392 5.5858,21.4143C5.9609,21.7894 6.4696,22 7,22H17C17.5304,22 18.0391,21.7894 18.4142,21.4143C18.7893,21.0392 19,20.5304 19,20V4C19,3.4696 18.7893,2.9608 18.4142,2.5857C18.0391,2.2106 17.5304,2 17,2ZM12,19C11.6044,19 11.2178,18.8826 10.8889,18.6628C10.56,18.4431 10.3036,18.1308 10.1522,17.7654C10.0009,17.3999 9.9613,16.9978 10.0384,16.6099C10.1156,16.2219 10.3061,15.8654 10.5858,15.5857C10.8655,15.306 11.2219,15.1155 11.6098,15.0383C11.9978,14.9612 12.3999,15.001 12.7654,15.1523C13.1308,15.3037 13.4432,15.56 13.6629,15.8889C13.8827,16.2178 14,16.6044 14,17C14,17.5304 13.7893,18.0392 13.4142,18.4143C13.0391,18.7894 12.5304,19 12,19ZM11,12.5H13C13,12.7652 12.8946,13.0195 12.7071,13.207C12.5196,13.3946 12.2652,13.5 12,13.5C11.7348,13.5 11.4804,13.3946 11.2929,13.207C11.1054,13.0195 11,12.7652 11,12.5ZM16,12H8V11H9V8.6599C8.9488,7.9537 9.1455,7.2519 9.5562,6.675C9.9669,6.0982 10.5659,5.6827 11.25,5.5V5.25C11.25,5.0511 11.329,4.8604 11.4697,4.7197C11.6103,4.5791 11.8011,4.5 12,4.5C12.1989,4.5 12.3897,4.5791 12.5303,4.7197C12.671,4.8604 12.75,5.0511 12.75,5.25V5.5C13.4351,5.6809 14.0352,6.0961 14.4462,6.6733C14.8572,7.2506 15.0532,7.9533 15,8.6599V11H16V12Z&quot;"
26103        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26104        <location
26105            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_doorbell_on.xml"
26106            line="26"
26107            column="25"/>
26108    </issue>
26109
26110    <issue
26111        id="VectorPath"
26112        message="Very long vector path (3845 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26113        errorLine1="      android:pathData=&quot;M16.345,8.3611L14.055,9.1791C13.8731,9.0458 13.6785,8.9309 13.474,8.8361C13.6398,7.9956 14.1302,7.2543 14.839,6.7731C15.3079,6.465 15.6646,6.0136 15.8558,5.4861C16.047,4.9587 16.0625,4.3836 15.8999,3.8466C15.7374,3.3097 15.4055,2.8397 14.9538,2.5069C14.5022,2.1741 13.955,1.9963 13.394,2.0001C8.994,2.0001 7.157,5.0071 8.361,7.6551L9.179,9.9451C9.0458,10.1269 8.9309,10.3215 8.836,10.5261C7.9954,10.3606 7.254,9.8701 6.773,9.1611C6.465,8.6922 6.0135,8.3355 5.4861,8.1443C4.9587,7.9531 4.3835,7.9375 3.8466,8.1001C3.3096,8.2627 2.8396,8.5946 2.5068,9.0462C2.174,9.4979 1.9962,10.0451 2,10.6061C2,15.0061 5.007,16.843 7.655,15.639L9.945,14.821C10.1267,14.9541 10.3209,15.069 10.525,15.1641C10.3598,16.0048 9.8692,16.7463 9.16,17.227C8.691,17.5351 8.3343,17.9867 8.1431,18.5142C7.9519,19.0418 7.9365,19.617 8.0992,20.154C8.2619,20.691 8.5939,21.161 9.0457,21.4937C9.4976,21.8264 10.0449,22.004 10.606,22.0001C15.006,22.0001 16.843,18.993 15.639,16.345L14.821,14.0551C14.954,13.8734 15.0689,13.6791 15.164,13.475C16.0048,13.6402 16.7462,14.1309 17.227,14.8401C17.5351,15.3091 17.9866,15.6657 18.5141,15.8569C19.0417,16.0481 19.6169,16.0636 20.1539,15.9009C20.6909,15.7382 21.1609,15.4061 21.4936,14.9543C21.8264,14.5025 22.004,13.9551 22,13.394C22,9 18.993,7.1571 16.345,8.3611ZM12,13.5001C11.7033,13.5001 11.4133,13.4121 11.1666,13.2473C10.92,13.0824 10.7277,12.8482 10.6142,12.5741C10.5006,12.3 10.4709,11.9984 10.5288,11.7074C10.5867,11.4164 10.7296,11.1492 10.9393,10.9394C11.1491,10.7296 11.4164,10.5867 11.7074,10.5289C11.9983,10.471 12.2999,10.5007 12.574,10.6143C12.8481,10.7278 13.0824,10.92 13.2472,11.1667C13.412,11.4134 13.5,11.7034 13.5,12.0001C13.5,12.3979 13.342,12.7794 13.0607,13.0607C12.7793,13.342 12.3978,13.5001 12,13.5001ZM10.245,5.2161C10.6327,4.7742 11.1217,4.4328 11.6701,4.2211C12.2184,4.0093 12.8099,3.9335 13.394,4.0001C13.5259,3.9959 13.6555,4.0354 13.7627,4.1124C13.8699,4.1893 13.9487,4.2995 13.987,4.4258C14.0253,4.5521 14.0208,4.6875 13.9744,4.811C13.9279,4.9346 13.842,5.0393 13.73,5.1091C13.1418,5.5017 12.6392,6.0092 12.2521,6.601C11.8651,7.1929 11.6018,7.8568 11.478,8.553C11.2666,8.5847 11.0587,8.6362 10.857,8.707L10.181,6.8271C10.0515,6.576 9.9893,6.2955 10.0005,6.0131C10.0117,5.7308 10.0959,5.4561 10.245,5.2161ZM6.827,13.816C6.576,13.9458 6.2956,14.0083 6.0132,13.9973C5.7308,13.9862 5.4561,13.902 5.216,13.753C4.7745,13.3655 4.4332,12.8769 4.2215,12.3289C4.0098,11.7809 3.9338,11.1898 4,10.6061C3.9959,10.4742 4.0353,10.3446 4.1123,10.2374C4.1893,10.1302 4.2994,10.0513 4.4257,10.0131C4.552,9.9748 4.6874,9.9792 4.8109,10.0257C4.9345,10.0722 5.0392,10.1581 5.109,10.2701C5.5015,10.8581 6.0088,11.3607 6.6005,11.7477C7.1922,12.1347 7.8559,12.3981 8.552,12.522C8.5844,12.7334 8.6363,12.9413 8.707,13.1431L6.827,13.816ZM13.755,18.782C13.3675,19.2242 12.8786,19.566 12.3302,19.7781C11.7818,19.9902 11.1902,20.0664 10.606,20.0001C10.4741,20.0042 10.3445,19.9647 10.2373,19.8878C10.1301,19.8108 10.0512,19.7006 10.013,19.5743C9.9747,19.448 9.9791,19.3126 10.0256,19.1891C10.0721,19.0656 10.158,18.9608 10.27,18.8911C10.8581,18.4987 11.3606,17.9914 11.7475,17.3997C12.1343,16.808 12.3974,16.1441 12.521,15.4481C12.7327,15.4156 12.9409,15.3638 13.143,15.2931L13.818,17.173C13.9477,17.4241 14.0101,17.7045 13.999,17.9869C13.988,18.2692 13.9039,18.5439 13.755,18.7841V18.782ZM18.891,13.7281C18.4985,13.1399 17.991,12.6373 17.3992,12.2504C16.8073,11.8636 16.1432,11.6005 15.447,11.477C15.4154,11.2653 15.3639,11.057 15.293,10.855L17.173,10.1801C17.424,10.0503 17.7044,9.9879 17.9868,9.9989C18.2692,10.0099 18.5439,10.094 18.784,10.243C19.2261,10.631 19.5677,11.1202 19.7795,11.669C19.9912,12.2178 20.0669,12.8097 20,13.394C20.0041,13.5259 19.9647,13.6555 19.8877,13.7628C19.8107,13.87 19.7006,13.9488 19.5743,13.9871C19.448,14.0253 19.3126,14.0209 19.1891,13.9744C19.0655,13.928 18.9608,13.8421 18.891,13.73V13.7281Z&quot;"
26114        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26115        <location
26116            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_fan_off.xml"
26117            line="23"
26118            column="25"/>
26119    </issue>
26120
26121    <issue
26122        id="VectorPath"
26123        message="Very long vector path (1740 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26124        errorLine1="      android:pathData=&quot;M16.345,8.3611L14.055,9.1791C13.8731,9.0458 13.6785,8.9309 13.474,8.8361C13.6398,7.9956 14.1302,7.2543 14.839,6.7731C15.3079,6.465 15.6646,6.0136 15.8558,5.4861C16.047,4.9587 16.0625,4.3836 15.8999,3.8466C15.7374,3.3097 15.4055,2.8397 14.9538,2.5069C14.5022,2.1741 13.955,1.9963 13.394,2.0001C8.994,2.0001 7.157,5.0071 8.361,7.6551L9.179,9.9451C9.0457,10.1269 8.9309,10.3215 8.836,10.5261C7.9954,10.3606 7.254,9.8701 6.773,9.1611C6.465,8.6922 6.0135,8.3355 5.4861,8.1443C4.9587,7.9531 4.3835,7.9375 3.8466,8.1001C3.3096,8.2627 2.8396,8.5946 2.5068,9.0462C2.174,9.4979 1.9962,10.0451 2,10.6061C2,15.0061 5.007,16.843 7.655,15.639L9.945,14.821C10.1267,14.9541 10.3209,15.069 10.525,15.1641C10.3598,16.0048 9.8692,16.7463 9.16,17.227C8.691,17.5351 8.3343,17.9867 8.1431,18.5142C7.9519,19.0418 7.9365,19.617 8.0992,20.154C8.2619,20.691 8.5939,21.161 9.0457,21.4937C9.4976,21.8264 10.0449,22.004 10.606,22.0001C15.006,22.0001 16.843,18.993 15.639,16.345L14.821,14.0551C14.954,13.8734 15.0689,13.6791 15.164,13.475C16.0048,13.6402 16.7462,14.1309 17.227,14.8401C17.5351,15.3091 17.9866,15.6657 18.5141,15.8569C19.0417,16.0481 19.6169,16.0636 20.1539,15.9009C20.6909,15.7382 21.1609,15.4061 21.4936,14.9543C21.8264,14.5025 22.004,13.9551 22,13.394C22,9 18.993,7.1571 16.345,8.3611ZM12,13.5001C11.7033,13.5001 11.4133,13.4121 11.1666,13.2473C10.92,13.0824 10.7277,12.8482 10.6142,12.5741C10.5006,12.3 10.4709,11.9984 10.5288,11.7074C10.5867,11.4164 10.7296,11.1492 10.9393,10.9394C11.1491,10.7296 11.4164,10.5867 11.7074,10.5289C11.9983,10.471 12.2999,10.5007 12.574,10.6143C12.8481,10.7278 13.0824,10.92 13.2472,11.1667C13.412,11.4134 13.5,11.7034 13.5,12.0001C13.5,12.3979 13.342,12.7794 13.0607,13.0607C12.7794,13.342 12.3978,13.5001 12,13.5001Z&quot;"
26125        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26126        <location
26127            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_fan_on.xml"
26128            line="23"
26129            column="25"/>
26130    </issue>
26131
26132    <issue
26133        id="VectorPath"
26134        message="Very long vector path (1072 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26135        errorLine1="      android:pathData=&quot;M18,8H17V6C17,4.6739 16.4732,3.402 15.5355,2.4644C14.5979,1.5267 13.3261,1 12,1C10.6739,1 9.4022,1.5267 8.4645,2.4644C7.5268,3.402 7,4.6739 7,6V8H6C5.47,8.0016 4.9623,8.2127 4.5875,8.5874C4.2128,8.9621 4.0016,9.47 4,10V20C4.0016,20.5299 4.2128,21.0379 4.5875,21.4126C4.9623,21.7873 5.47,21.9984 6,22H18C18.5299,21.9984 19.0377,21.7873 19.4125,21.4126C19.7872,21.0379 19.9984,20.5299 20,20V10C19.9984,9.47 19.7872,8.9621 19.4125,8.5874C19.0377,8.2127 18.5299,8.0016 18,8ZM12,17C11.6044,17 11.2178,16.8828 10.8889,16.6631C10.56,16.4433 10.3036,16.1306 10.1522,15.7651C10.0009,15.3997 9.9613,14.9978 10.0384,14.6099C10.1156,14.2219 10.3061,13.8656 10.5858,13.5859C10.8655,13.3062 11.2219,13.1157 11.6098,13.0386C11.9978,12.9614 12.3999,13.001 12.7654,13.1523C13.1308,13.3037 13.4432,13.5598 13.6629,13.8887C13.8827,14.2176 14,14.6044 14,15C13.9984,15.5299 13.7872,16.0379 13.4125,16.4126C13.0377,16.7873 12.5299,16.9984 12,17ZM15,8H9V6C9,5.2043 9.3161,4.4415 9.8787,3.8789C10.4413,3.3163 11.2044,3 12,3C12.7956,3 13.5587,3.3163 14.1213,3.8789C14.6839,4.4415 15,5.2043 15,6V8Z&quot;"
26136        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26137        <location
26138            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_lock_on.xml"
26139            line="23"
26140            column="25"/>
26141    </issue>
26142
26143    <issue
26144        id="VectorPath"
26145        message="Very long vector path (1585 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26146        errorLine1="      android:pathData=&quot;M20,4H4C3.4696,4 2.9609,4.2107 2.5858,4.5858C2.2107,4.9609 2,5.4696 2,6V18C2,18.5304 2.2107,19.0391 2.5858,19.4142C2.9609,19.7893 3.4696,20 4,20H20C20.5304,20 21.0391,19.7893 21.4142,19.4142C21.7893,19.0391 22,18.5304 22,18V6C22,5.4696 21.7893,4.9609 21.4142,4.5858C21.0391,4.2107 20.5304,4 20,4ZM15,17H5V7H15V17ZM18,17C17.8022,17 17.6089,16.9413 17.4444,16.8314C17.28,16.7215 17.1518,16.5654 17.0761,16.3827C17.0004,16.2 16.9806,15.9989 17.0192,15.8049C17.0578,15.611 17.153,15.4327 17.2929,15.2928C17.4327,15.153 17.6109,15.0578 17.8049,15.0192C17.9989,14.9806 18.2,15.0005 18.3827,15.0762C18.5654,15.1519 18.7216,15.28 18.8315,15.4445C18.9414,15.6089 19,15.8022 19,16C19,16.2652 18.8946,16.5196 18.7071,16.7072C18.5196,16.8947 18.2652,17 18,17ZM18,13C17.8022,13 17.6089,12.9413 17.4444,12.8314C17.28,12.7215 17.1518,12.5654 17.0761,12.3827C17.0004,12.2 16.9806,11.9989 17.0192,11.8049C17.0578,11.611 17.153,11.4327 17.2929,11.2928C17.4327,11.153 17.6109,11.0578 17.8049,11.0192C17.9989,10.9806 18.2,11.0005 18.3827,11.0762C18.5654,11.1519 18.7216,11.28 18.8315,11.4445C18.9414,11.6089 19,11.8022 19,12C19,12.2652 18.8946,12.5196 18.7071,12.7072C18.5196,12.8947 18.2652,13 18,13ZM18,9C17.8022,9 17.6089,8.9413 17.4444,8.8314C17.28,8.7215 17.1518,8.5654 17.0761,8.3827C17.0004,8.2 16.9806,7.9989 17.0192,7.8049C17.0578,7.6109 17.153,7.4327 17.2929,7.2929C17.4327,7.153 17.6109,7.0578 17.8049,7.0192C17.9989,6.9806 18.2,7.0005 18.3827,7.0762C18.5654,7.1519 18.7216,7.28 18.8315,7.4445C18.9414,7.6089 19,7.8022 19,8C19,8.2652 18.8946,8.5196 18.7071,8.7072C18.5196,8.8947 18.2652,9 18,9Z&quot;"
26147        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26148        <location
26149            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_microwave_on.xml"
26150            line="23"
26151            column="25"/>
26152    </issue>
26153
26154    <issue
26155        id="VectorPath"
26156        message="Very long vector path (1375 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26157        errorLine1="      android:pathData=&quot;M22.379,20.515L21,15V13C21,12.4696 20.7893,11.9609 20.4142,11.5858C20.0391,11.2107 19.5304,11 19,11H15V4C15,3.2043 14.6839,2.4413 14.1213,1.8787C13.5587,1.3161 12.7956,1 12,1C11.2043,1 10.4413,1.3161 9.8786,1.8787C9.316,2.4413 9,3.2043 9,4V11H5C4.4695,11 3.9608,11.2107 3.5858,11.5858C3.2107,11.9609 3,12.4696 3,13V15L1.621,20.515C1.5473,20.8099 1.5417,21.1178 1.6048,21.4151C1.6679,21.7125 1.798,21.9916 1.9851,22.2311C2.1722,22.4707 2.4115,22.6645 2.6847,22.7977C2.958,22.9309 3.258,23.0001 3.562,23H20.438C20.742,23.0001 21.042,22.9309 21.3152,22.7977C21.5884,22.6645 21.8277,22.4707 22.0149,22.2311C22.202,21.9916 22.332,21.7125 22.3951,21.4151C22.4582,21.1178 22.4527,20.8099 22.379,20.515ZM11,4C11,3.7348 11.1053,3.4804 11.2929,3.2929C11.4804,3.1054 11.7348,3 12,3C12.2652,3 12.5195,3.1054 12.7071,3.2929C12.8946,3.4804 13,3.7348 13,4V11H11V4ZM5,13H19V15H5V13ZM18,21V19C18,18.7348 17.8946,18.4804 17.7071,18.2929C17.5195,18.1054 17.2652,18 17,18C16.7348,18 16.4804,18.1054 16.2929,18.2929C16.1053,18.4804 16,18.7348 16,19V21H13V19C13,18.7348 12.8946,18.4804 12.7071,18.2929C12.5195,18.1054 12.2652,18 12,18C11.7348,18 11.4804,18.1054 11.2929,18.2929C11.1053,18.4804 11,18.7348 11,19V21H8V19C8,18.7348 7.8946,18.4804 7.7071,18.2929C7.5195,18.1054 7.2652,18 7,18C6.7348,18 6.4804,18.1054 6.2929,18.2929C6.1053,18.4804 6,18.7348 6,19V21H3.562L4.562,17H19.438L20.438,21H18Z&quot;"
26158        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26159        <location
26160            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_mop_off.xml"
26161            line="23"
26162            column="25"/>
26163    </issue>
26164
26165    <issue
26166        id="VectorPath"
26167        message="Very long vector path (1204 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26168        errorLine1="      android:pathData=&quot;M22.379,20.515L21,15V13C21,12.4696 20.7893,11.9609 20.4142,11.5858C20.0391,11.2107 19.5304,11 19,11H15V4C15,3.2043 14.6839,2.4413 14.1213,1.8787C13.5587,1.3161 12.7956,1 12,1C11.2043,1 10.4413,1.3161 9.8787,1.8787C9.316,2.4413 9,3.2043 9,4V11H5C4.4695,11 3.9608,11.2107 3.5858,11.5858C3.2107,11.9609 3,12.4696 3,13V15L1.621,20.515C1.5473,20.8099 1.5417,21.1178 1.6048,21.4151C1.6679,21.7125 1.798,21.9916 1.9851,22.2311C2.1722,22.4707 2.4115,22.6645 2.6847,22.7977C2.958,22.9309 3.258,23.0001 3.562,23H20.438C20.742,23.0001 21.042,22.9309 21.3152,22.7977C21.5885,22.6645 21.8277,22.4707 22.0148,22.2311C22.202,21.9916 22.332,21.7125 22.3951,21.4151C22.4582,21.1178 22.4527,20.8099 22.379,20.515ZM18,21V19C18,18.7348 17.8946,18.4804 17.7071,18.2929C17.5195,18.1054 17.2652,18 17,18C16.7348,18 16.4804,18.1054 16.2929,18.2929C16.1053,18.4804 16,18.7348 16,19V21H13V19C13,18.7348 12.8946,18.4804 12.7071,18.2929C12.5195,18.1054 12.2652,18 12,18C11.7348,18 11.4804,18.1054 11.2929,18.2929C11.1053,18.4804 11,18.7348 11,19V21H8V19C8,18.7348 7.8946,18.4804 7.7071,18.2929C7.5195,18.1054 7.2652,18 7,18C6.7348,18 6.4804,18.1054 6.2929,18.2929C6.1053,18.4804 6,18.7348 6,19V21H3.562L4.562,17H19.438L20.438,21H18Z&quot;"
26169        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26170        <location
26171            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_mop_on.xml"
26172            line="23"
26173            column="25"/>
26174    </issue>
26175
26176    <issue
26177        id="VectorPath"
26178        message="Very long vector path (1592 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26179        errorLine1="      android:pathData=&quot;M17,12C17,12.5304 16.7893,13.0391 16.4142,13.4142C16.0391,13.7893 15.5304,14 15,14H9C8.4696,14 7.9609,13.7893 7.5858,13.4142C7.2107,13.0391 7,12.5304 7,12V10H3V19C3,19.5304 3.2107,20.0391 3.5858,20.4142C3.9609,20.7893 4.4696,21 5,21H19C19.5304,21 20.0391,20.7893 20.4142,20.4142C20.7893,20.0391 21,19.5304 21,19V10H17V12ZM8,18C7.8022,18 7.6089,17.9413 7.4444,17.8314C7.28,17.7215 7.1518,17.5654 7.0761,17.3827C7.0004,17.2 6.9806,16.9989 7.0192,16.8049C7.0578,16.611 7.153,16.4327 7.2929,16.2928C7.4328,16.153 7.6109,16.0578 7.8049,16.0192C7.9989,15.9806 8.2,16.0005 8.3827,16.0762C8.5654,16.1519 8.7216,16.28 8.8315,16.4445C8.9413,16.6089 9,16.8022 9,17C9,17.2652 8.8946,17.5196 8.7071,17.7072C8.5196,17.8947 8.2652,18 8,18ZM12,18C11.8022,18 11.6089,17.9413 11.4444,17.8314C11.28,17.7215 11.1518,17.5654 11.0761,17.3827C11.0004,17.2 10.9806,16.9989 11.0192,16.8049C11.0578,16.611 11.153,16.4327 11.2929,16.2928C11.4327,16.153 11.6109,16.0578 11.8049,16.0192C11.9989,15.9806 12.2,16.0005 12.3827,16.0762C12.5654,16.1519 12.7216,16.28 12.8315,16.4445C12.9414,16.6089 13,16.8022 13,17C13,17.2652 12.8946,17.5196 12.7071,17.7072C12.5196,17.8947 12.2652,18 12,18ZM16,18C15.8022,18 15.6089,17.9413 15.4444,17.8314C15.28,17.7215 15.1518,17.5654 15.0761,17.3827C15.0004,17.2 14.9806,16.9989 15.0192,16.8049C15.0578,16.611 15.153,16.4327 15.2929,16.2928C15.4327,16.153 15.6109,16.0578 15.8049,16.0192C15.9989,15.9806 16.2,16.0005 16.3827,16.0762C16.5654,16.1519 16.7216,16.28 16.8315,16.4445C16.9414,16.6089 17,16.8022 17,17C17,17.2652 16.8946,17.5196 16.7071,17.7072C16.5196,17.8947 16.2652,18 16,18Z&quot;"
26180        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26181        <location
26182            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_multicooker_on.xml"
26183            line="23"
26184            column="25"/>
26185    </issue>
26186
26187    <issue
26188        id="VectorPath"
26189        message="Very long vector path (829 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26190        errorLine1="      android:pathData=&quot;M12,2C10.0222,2 8.0888,2.5865 6.4443,3.6853C4.7998,4.7841 3.5181,6.346 2.7612,8.1732C2.0043,10.0005 1.8063,12.0111 2.1922,13.9509C2.578,15.8907 3.5304,17.6725 4.9289,19.071C6.3275,20.4696 8.1093,21.422 10.0491,21.8079C11.9889,22.1937 13.9996,21.9956 15.8268,21.2388C17.6541,20.4819 19.2159,19.2002 20.3147,17.5557C21.4135,15.9112 22,13.9778 22,12C22,9.3478 20.9464,6.8043 19.0711,4.929C17.1957,3.0536 14.6522,2 12,2ZM12,20C10.4178,20 8.871,19.5308 7.5554,18.6517C6.2399,17.7727 5.2145,16.5233 4.609,15.0615C4.0035,13.5997 3.845,11.9912 4.1537,10.4393C4.4624,8.8875 5.2243,7.462 6.3432,6.3431C7.462,5.2243 8.8874,4.4624 10.4393,4.1537C11.9911,3.845 13.5997,4.0035 15.0615,4.609C16.5233,5.2145 17.7727,6.2398 18.6518,7.5554C19.5308,8.871 20,10.4177 20,12C20,14.1217 19.1572,16.1566 17.6569,17.6569C16.1566,19.1572 14.1217,20 12,20Z&quot;"
26191        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26192        <location
26193            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_outlet_off.xml"
26194            line="23"
26195            column="25"/>
26196    </issue>
26197
26198    <issue
26199        id="VectorPath"
26200        message="Very long vector path (814 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26201        errorLine1="      android:pathData=&quot;M12,10C12.5933,10 13.1734,9.824 13.6667,9.4944C14.1601,9.1648 14.5446,8.6963 14.7716,8.1481C14.9987,7.5999 15.0581,6.9966 14.9424,6.4147C14.8266,5.8327 14.5409,5.2982 14.1213,4.8787C13.7018,4.4591 13.1672,4.1734 12.5853,4.0576C12.0033,3.9419 11.4001,4.0013 10.8519,4.2284C10.3038,4.4555 9.8352,4.8399 9.5056,5.3333C9.1759,5.8266 9,6.4067 9,7C9,7.7957 9.3161,8.5587 9.8787,9.1214C10.4413,9.684 11.2044,10 12,10ZM12,6C12.1978,6 12.3911,6.0587 12.5556,6.1686C12.72,6.2785 12.8482,6.4346 12.9239,6.6173C12.9996,6.8 13.0194,7.0011 12.9808,7.1951C12.9422,7.3891 12.847,7.5673 12.7071,7.7072C12.5673,7.847 12.3891,7.9423 12.1951,7.9809C12.0011,8.0194 11.8,7.9995 11.6173,7.9238C11.4346,7.8481 11.2784,7.72 11.1685,7.5556C11.0587,7.3911 11,7.1978 11,7C11,6.7348 11.1054,6.4804 11.2929,6.2929C11.4804,6.1053 11.7348,6 12,6Z&quot;"
26202        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26203        <location
26204            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_remote_control_off.xml"
26205            line="26"
26206            column="25"/>
26207    </issue>
26208
26209    <issue
26210        id="VectorPath"
26211        message="Very long vector path (3261 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26212        errorLine1="      android:pathData=&quot;M16,1H8C7.4696,1 6.9609,1.2107 6.5858,1.5858C6.2107,1.9609 6,2.4696 6,3V21C6,21.5304 6.2107,22.0391 6.5858,22.4142C6.9609,22.7893 7.4696,23 8,23H16C16.5304,23 17.0391,22.7893 17.4142,22.4142C17.7893,22.0391 18,21.5304 18,21V3C18,2.4696 17.7893,1.9609 17.4142,1.5858C17.0391,1.2107 16.5304,1 16,1ZM10,20C9.8022,20 9.6089,19.9413 9.4444,19.8314C9.28,19.7215 9.1518,19.5654 9.0761,19.3827C9.0004,19.2 8.9806,18.9989 9.0192,18.8049C9.0578,18.611 9.153,18.4327 9.2929,18.2928C9.4327,18.153 9.6109,18.0578 9.8049,18.0192C9.9989,17.9806 10.2,18.0005 10.3827,18.0762C10.5654,18.1519 10.7216,18.28 10.8315,18.4445C10.9414,18.6089 11,18.8022 11,19C11,19.2652 10.8946,19.5196 10.7071,19.7072C10.5196,19.8947 10.2652,20 10,20ZM10,17C9.8022,17 9.6089,16.9413 9.4444,16.8314C9.28,16.7215 9.1518,16.5654 9.0761,16.3827C9.0004,16.2 8.9806,15.9989 9.0192,15.8049C9.0578,15.611 9.153,15.4327 9.2929,15.2928C9.4327,15.153 9.6109,15.0578 9.8049,15.0192C9.9989,14.9806 10.2,15.0005 10.3827,15.0762C10.5654,15.1519 10.7216,15.28 10.8315,15.4445C10.9414,15.6089 11,15.8022 11,16C11,16.2652 10.8946,16.5196 10.7071,16.7072C10.5196,16.8947 10.2652,17 10,17ZM10,14C9.8022,14 9.6089,13.9413 9.4444,13.8314C9.28,13.7215 9.1518,13.5654 9.0761,13.3827C9.0004,13.2 8.9806,12.9989 9.0192,12.8049C9.0578,12.611 9.153,12.4327 9.2929,12.2928C9.4327,12.153 9.6109,12.0578 9.8049,12.0192C9.9989,11.9806 10.2,12.0005 10.3827,12.0762C10.5654,12.1519 10.7216,12.28 10.8315,12.4445C10.9414,12.6089 11,12.8022 11,13C11,13.2652 10.8946,13.5196 10.7071,13.7072C10.5196,13.8947 10.2652,14 10,14ZM14,20C13.8022,20 13.6089,19.9413 13.4444,19.8314C13.28,19.7215 13.1518,19.5654 13.0761,19.3827C13.0004,19.2 12.9806,18.9989 13.0192,18.8049C13.0578,18.611 13.153,18.4327 13.2929,18.2928C13.4327,18.153 13.6109,18.0578 13.8049,18.0192C13.9989,17.9806 14.2,18.0005 14.3827,18.0762C14.5654,18.1519 14.7216,18.28 14.8315,18.4445C14.9414,18.6089 15,18.8022 15,19C15,19.2652 14.8946,19.5196 14.7071,19.7072C14.5196,19.8947 14.2652,20 14,20ZM14,17C13.8022,17 13.6089,16.9413 13.4444,16.8314C13.28,16.7215 13.1518,16.5654 13.0761,16.3827C13.0004,16.2 12.9806,15.9989 13.0192,15.8049C13.0578,15.611 13.153,15.4327 13.2929,15.2928C13.4327,15.153 13.6109,15.0578 13.8049,15.0192C13.9989,14.9806 14.2,15.0005 14.3827,15.0762C14.5654,15.1519 14.7216,15.28 14.8315,15.4445C14.9414,15.6089 15,15.8022 15,16C15,16.2652 14.8946,16.5196 14.7071,16.7072C14.5196,16.8947 14.2652,17 14,17ZM14,14C13.8022,14 13.6089,13.9413 13.4444,13.8314C13.28,13.7215 13.1518,13.5654 13.0761,13.3827C13.0004,13.2 12.9806,12.9989 13.0192,12.8049C13.0578,12.611 13.153,12.4327 13.2929,12.2928C13.4327,12.153 13.6109,12.0578 13.8049,12.0192C13.9989,11.9806 14.2,12.0005 14.3827,12.0762C14.5654,12.1519 14.7216,12.28 14.8315,12.4445C14.9414,12.6089 15,12.8022 15,13C15,13.2652 14.8946,13.5196 14.7071,13.7072C14.5196,13.8947 14.2652,14 14,14ZM12,10C11.4067,10 10.8266,9.824 10.3333,9.4944C9.8399,9.1647 9.4554,8.6962 9.2284,8.1481C9.0013,7.5999 8.9419,6.9966 9.0576,6.4147C9.1734,5.8327 9.4591,5.2982 9.8787,4.8787C10.2982,4.4591 10.8328,4.1734 11.4147,4.0576C11.9967,3.9419 12.5999,4.0013 13.1481,4.2284C13.6962,4.4555 14.1648,4.8399 14.4944,5.3333C14.8241,5.8266 15,6.4067 15,7C15,7.7957 14.6839,8.5587 14.1213,9.1213C13.5587,9.684 12.7956,10 12,10Z&quot;"
26213        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26214        <location
26215            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_remote_control_on.xml"
26216            line="26"
26217            column="25"/>
26218    </issue>
26219
26220    <issue
26221        id="VectorPath"
26222        message="Very long vector path (909 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26223        errorLine1="      android:pathData=&quot;M2,7V17H22V7H2ZM11,13H5V11H11V13ZM14,13C13.8022,13 13.6089,12.9414 13.4444,12.8315C13.28,12.7217 13.1518,12.5653 13.0761,12.3826C13.0004,12.1998 12.9806,11.9989 13.0192,11.8049C13.0578,11.611 13.153,11.4328 13.2929,11.293C13.4327,11.1531 13.6109,11.0579 13.8049,11.0193C13.9989,10.9807 14.2,11.0005 14.3827,11.0762C14.5654,11.1519 14.7216,11.2799 14.8315,11.4443C14.9414,11.6088 15,11.8022 15,12C15,12.2652 14.8946,12.5195 14.7071,12.707C14.5196,12.8946 14.2652,13 14,13ZM17,13C16.8022,13 16.6089,12.9414 16.4444,12.8315C16.28,12.7217 16.1518,12.5653 16.0761,12.3826C16.0004,12.1998 15.9806,11.9989 16.0192,11.8049C16.0578,11.611 16.153,11.4328 16.2929,11.293C16.4327,11.1531 16.6109,11.0579 16.8049,11.0193C16.9989,10.9807 17.2,11.0005 17.3827,11.0762C17.5654,11.1519 17.7216,11.2799 17.8315,11.4443C17.9414,11.6088 18,11.8022 18,12C18,12.2652 17.8946,12.5195 17.7071,12.707C17.5196,12.8946 17.2652,13 17,13Z&quot;"
26224        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26225        <location
26226            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_set_top_on.xml"
26227            line="23"
26228            column="25"/>
26229    </issue>
26230
26231    <issue
26232        id="VectorPath"
26233        message="Very long vector path (1931 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26234        errorLine1="      android:pathData=&quot;M19.56,11.361L13,8.4408V6.9999C13,6.7347 12.8946,6.4804 12.7071,6.2929C12.5196,6.1054 12.2652,5.9999 12,5.9999C11.8022,5.9999 11.6089,5.9413 11.4444,5.8315C11.28,5.7216 11.1518,5.5652 11.0761,5.3825C11.0004,5.1998 10.9806,4.9988 11.0192,4.8049C11.0578,4.6109 11.153,4.4327 11.2929,4.2929C11.4327,4.153 11.6109,4.0578 11.8049,4.0192C11.9989,3.9806 12.2,4.0004 12.3827,4.0761C12.5654,4.1518 12.7216,4.2798 12.8315,4.4443C12.9414,4.6087 13,4.8021 13,4.9999H15C15.0015,4.4496 14.8517,3.9095 14.5668,3.4386C14.2819,2.9678 13.8729,2.5843 13.3847,2.3303C12.8965,2.0762 12.3478,1.9613 11.7987,1.9982C11.2496,2.0351 10.7212,2.2224 10.2714,2.5395C9.8216,2.8566 9.4677,3.2915 9.2484,3.7963C9.0291,4.3011 8.9529,4.8563 9.0282,5.4015C9.1034,5.9467 9.3272,6.4608 9.6749,6.8874C10.0227,7.3139 10.4811,7.6365 11,7.82V8.4499L4.44,11.37C4.0115,11.5562 3.6468,11.8636 3.3909,12.2546C3.1351,12.6455 2.9992,13.1028 3,13.57V13.58C2.9995,13.8979 3.0617,14.2129 3.1831,14.5068C3.3046,14.8006 3.4828,15.0676 3.7076,15.2924C3.9325,15.5172 4.1994,15.6954 4.4933,15.8168C4.7871,15.9382 5.1021,16.0004 5.42,15.9999H7V21.9999H17V15.9999H18.58C18.898,16.0004 19.2129,15.9382 19.5067,15.8168C19.8006,15.6954 20.0676,15.5172 20.2924,15.2924C20.5172,15.0676 20.6954,14.8006 20.8169,14.5068C20.9383,14.2129 21.0005,13.8979 21,13.58V13.57C20.9994,13.1019 20.8631,12.644 20.6075,12.2519C20.3519,11.8598 19.988,11.5504 19.56,11.361ZM15,19.9999H9V14.9999H15V19.9999ZM18.58,13.9999H17V12.9999H7V13.9999H5.42C5.3642,13.9993 5.3091,13.9877 5.2577,13.9657C5.2064,13.9438 5.1599,13.9119 5.1209,13.872C5.0819,13.8321 5.0512,13.7846 5.0304,13.7328C5.0097,13.681 4.9993,13.6258 5,13.57C4.999,13.4889 5.0222,13.4094 5.0668,13.3417C5.1114,13.274 5.1752,13.221 5.25,13.1899L12,10.1899L18.75,13.1899C18.8245,13.2243 18.8876,13.2795 18.9319,13.3486C18.9761,13.4176 18.9998,13.4979 19,13.58C18.9995,13.6912 18.9551,13.7977 18.8764,13.8764C18.7978,13.955 18.6912,13.9994 18.58,13.9999Z&quot;"
26235        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26236        <location
26237            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_styler_off.xml"
26238            line="23"
26239            column="25"/>
26240    </issue>
26241
26242    <issue
26243        id="VectorPath"
26244        message="Very long vector path (1908 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26245        errorLine1="      android:pathData=&quot;M19.56,11.361L13,8.4408V6.9999C13,6.7347 12.8946,6.4804 12.7071,6.2929C12.5196,6.1054 12.2652,5.9999 12,5.9999C11.8022,5.9999 11.6089,5.9413 11.4444,5.8315C11.28,5.7216 11.1518,5.5652 11.0761,5.3825C11.0004,5.1998 10.9806,4.9988 11.0192,4.8049C11.0578,4.6109 11.153,4.4327 11.2929,4.2929C11.4327,4.153 11.6109,4.0578 11.8049,4.0192C11.9989,3.9806 12.2,4.0004 12.3827,4.0761C12.5654,4.1518 12.7216,4.2798 12.8315,4.4443C12.9414,4.6087 13,4.8021 13,4.9999H15C15.0015,4.4496 14.8517,3.9095 14.5668,3.4386C14.2819,2.9678 13.8729,2.5843 13.3847,2.3303C12.8965,2.0762 12.3478,1.9613 11.7987,1.9982C11.2496,2.0351 10.7212,2.2224 10.2714,2.5395C9.8216,2.8566 9.4677,3.2915 9.2484,3.7963C9.0291,4.3011 8.9529,4.8563 9.0282,5.4015C9.1034,5.9467 9.3272,6.4608 9.6749,6.8874C10.0227,7.3139 10.4811,7.6365 11,7.82V8.4499L4.44,11.37C4.0115,11.5562 3.6468,11.8636 3.3909,12.2546C3.1351,12.6455 2.9992,13.1028 3,13.57V13.58C2.9995,13.8979 3.0617,14.2129 3.1831,14.5068C3.3046,14.8006 3.4828,15.0676 3.7076,15.2924C3.9325,15.5172 4.1994,15.6954 4.4933,15.8168C4.7871,15.9382 5.1021,16.0004 5.42,15.9999H7V21.9999H17V15.9999H18.58C18.898,16.0004 19.2129,15.9382 19.5067,15.8168C19.8006,15.6954 20.0676,15.5172 20.2924,15.2924C20.5172,15.0676 20.6954,14.8006 20.8169,14.5068C20.9383,14.2129 21.0005,13.8979 21,13.58V13.57C20.9994,13.1019 20.8631,12.644 20.6075,12.2519C20.3519,11.8598 19.988,11.5504 19.56,11.361ZM18.58,14.0009H17V13.0009H7V14.0009H5.42C5.3642,14.0002 5.3091,13.9887 5.2577,13.9667C5.2064,13.9448 5.1599,13.9129 5.1209,13.873C5.0819,13.833 5.0512,13.7859 5.0304,13.7341C5.0097,13.6822 4.9993,13.6268 5,13.571C4.999,13.4899 5.0222,13.4104 5.0668,13.3427C5.1114,13.275 5.1752,13.222 5.25,13.1908L12,10.1908L18.75,13.1908C18.8245,13.2253 18.8876,13.2804 18.9319,13.3495C18.9761,13.4186 18.9998,13.4989 19,13.581C18.9992,13.692 18.9547,13.7982 18.8761,13.8766C18.7974,13.9551 18.6911,13.9994 18.58,13.9999V14.0009Z&quot;"
26246        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26247        <location
26248            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_styler_on.xml"
26249            line="23"
26250            column="25"/>
26251    </issue>
26252
26253    <issue
26254        id="VectorPath"
26255        message="Very long vector path (1228 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26256        errorLine1="      android:pathData=&quot;M15,12V6C15,5.2043 14.6839,4.4413 14.1213,3.8787C13.5587,3.3161 12.7956,3 12,3C11.2044,3 10.4413,3.3161 9.8787,3.8787C9.3161,4.4413 9,5.2043 9,6V12C8.3795,12.4662 7.8759,13.0702 7.5288,13.7644C7.1817,14.4586 7.0007,15.2239 7,16C7.0021,17.0723 7.3531,18.1148 8,18.97V19H8.02C8.4815,19.6206 9.0818,20.1246 9.7729,20.4719C10.4639,20.8192 11.2266,21.0001 12,21.0001C12.7734,21.0001 13.5361,20.8192 14.2271,20.4719C14.9182,20.1246 15.5185,19.6206 15.98,19H16V18.97C16.6469,18.1148 16.9979,17.0723 17,16C16.9993,15.2239 16.8183,14.4586 16.4712,13.7644C16.1241,13.0702 15.6205,12.4662 15,12ZM14.4,17.773L14.367,17.819C14.0952,18.1807 13.744,18.4752 13.3405,18.6799C12.937,18.8846 12.4919,18.9941 12.0395,18.9998C11.5871,19.0055 11.1394,18.9073 10.7309,18.7128C10.3223,18.5184 9.9638,18.2327 9.683,17.878L9.604,17.778C9.2154,17.2664 9.0034,16.6425 9,16C9.0016,15.5346 9.1108,15.0758 9.3189,14.6595C9.5271,14.2432 9.8286,13.8805 10.2,13.6L11,13V6C11,5.7348 11.1054,5.4804 11.2929,5.2929C11.4804,5.1054 11.7348,5 12,5C12.2652,5 12.5196,5.1054 12.7071,5.2929C12.8946,5.4804 13,5.7348 13,6V13L13.8,13.6C14.1714,13.8805 14.4729,14.2432 14.6811,14.6595C14.8892,15.0758 14.9984,15.5346 15,16C14.9967,16.6403 14.7862,17.2623 14.4,17.773V17.773Z&quot;"
26257        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26258        <location
26259            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_thermostat_off.xml"
26260            line="23"
26261            column="25"/>
26262    </issue>
26263
26264    <issue
26265        id="VectorPath"
26266        message="Very long vector path (941 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26267        errorLine1="      android:pathData=&quot;M8,6.5V11.76C8.8027,12.2963 9.4117,13.0766 9.7369,13.9856C10.0622,14.8946 10.0865,15.8841 9.8062,16.8079C9.526,17.7317 8.9561,18.541 8.1807,19.1161C7.4052,19.6912 6.4654,20.0017 5.5,20.0017C4.5346,20.0017 3.5948,19.6912 2.8193,19.1161C2.0439,18.541 1.474,17.7317 1.1938,16.8079C0.9135,15.8841 0.9378,14.8946 1.2631,13.9856C1.5883,13.0766 2.1973,12.2963 3,11.76V6.5C3,5.837 3.2634,5.2011 3.7322,4.7322C4.2011,4.2634 4.837,4 5.5,4C6.163,4 6.7989,4.2634 7.2678,4.7322C7.7366,5.2011 8,5.837 8,6.5ZM3.049,16H7.949C8.0467,15.5132 7.9978,15.0084 7.8084,14.5495C7.619,14.0905 7.2976,13.6981 6.885,13.422L5.998,12.828V6.5C5.998,6.3674 5.9453,6.2402 5.8516,6.1465C5.7578,6.0527 5.6306,6 5.498,6C5.3654,6 5.2382,6.0527 5.1445,6.1465C5.0507,6.2402 4.998,6.3674 4.998,6.5V12.828L4.111,13.422C3.7061,13.6922 3.3887,14.0746 3.1976,14.5223C3.0065,14.97 2.95,15.4637 3.035,15.943C3.0363,15.951 3.0389,15.959 3.0416,15.967C3.0453,15.978 3.049,15.989 3.049,16Z&quot;"
26268        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26269        <location
26270            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_unknown_off.xml"
26271            line="23"
26272            column="25"/>
26273    </issue>
26274
26275    <issue
26276        id="VectorPath"
26277        message="Very long vector path (924 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26278        errorLine1="      android:pathData=&quot;M8,6.5V11.76C8.8027,12.2963 9.4117,13.0766 9.7369,13.9856C10.0622,14.8946 10.0865,15.8841 9.8062,16.8079C9.526,17.7317 8.9561,18.541 8.1807,19.1161C7.4052,19.6912 6.4654,20.0017 5.5,20.0017C4.5346,20.0017 3.5948,19.6912 2.8193,19.1161C2.0439,18.541 1.474,17.7317 1.1938,16.8079C0.9135,15.8841 0.9378,14.8946 1.2631,13.9856C1.5883,13.0766 2.1973,12.2963 3,11.76V6.5C3,5.837 3.2634,5.2011 3.7322,4.7322C4.2011,4.2634 4.837,4 5.5,4C6.163,4 6.7989,4.2634 7.2678,4.7322C7.7366,5.2011 8,5.837 8,6.5ZM3.049,16H7.949C8.0469,15.5134 7.9983,15.0087 7.8093,14.5498C7.6202,14.0909 7.2992,13.6984 6.887,13.422L6,12.828V6.5C6,6.3674 5.9473,6.2402 5.8535,6.1465C5.7598,6.0527 5.6326,6 5.5,6C5.3674,6 5.2402,6.0527 5.1465,6.1465C5.0527,6.2402 5,6.3674 5,6.5V12.828L4.111,13.422C3.7061,13.6922 3.3887,14.0746 3.1976,14.5223C3.0065,14.97 2.95,15.4637 3.035,15.943C3.0363,15.951 3.0389,15.959 3.0416,15.967C3.0453,15.978 3.049,15.989 3.049,16Z&quot;"
26279        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26280        <location
26281            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_unknown_on.xml"
26282            line="23"
26283            column="25"/>
26284    </issue>
26285
26286    <issue
26287        id="VectorPath"
26288        message="Very long vector path (1581 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26289        errorLine1="      android:pathData=&quot;M4,16.0001C3.4067,16.0001 2.8266,16.176 2.3333,16.5057C1.8399,16.8353 1.4554,17.3039 1.2284,17.8521C1.0013,18.4002 0.9419,19.0034 1.0576,19.5854C1.1734,20.1673 1.4591,20.7019 1.8787,21.1214C2.2982,21.541 2.8328,21.8267 3.4147,21.9425C3.9967,22.0582 4.5999,21.9988 5.148,21.7717C5.6962,21.5447 6.1648,21.1602 6.4944,20.6668C6.824,20.1735 7,19.5934 7,19.0001C7,18.2045 6.6839,17.4414 6.1213,16.8788C5.5587,16.3162 4.7957,16.0001 4,16.0001ZM4,20.0001C3.8022,20.0001 3.6089,19.9415 3.4444,19.8316C3.28,19.7217 3.1518,19.5655 3.0761,19.3828C3.0004,19.2001 2.9806,18.999 3.0192,18.805C3.0578,18.611 3.153,18.4329 3.2929,18.293C3.4327,18.1532 3.6109,18.0579 3.8049,18.0193C3.9989,17.9807 4.2,18.0005 4.3827,18.0762C4.5654,18.1519 4.7216,18.2801 4.8315,18.4445C4.9413,18.609 5,18.8023 5,19.0001C5,19.2653 4.8946,19.5197 4.7071,19.7072C4.5196,19.8947 4.2652,20.0001 4,20.0001ZM23,20.0001V22.0001H16V20.0001H18.49L12.01,4.5901C11.7747,4.0366 11.3553,3.5814 10.823,3.3016C10.2906,3.0217 9.6779,2.9344 9.0885,3.0544C8.4991,3.1744 7.9693,3.4943 7.5888,3.96C7.2082,4.4257 7.0002,5.0086 7,5.6101V9.0001H9C10.0609,9.0001 11.0783,9.4215 11.8284,10.1717C12.5786,10.9218 13,11.9392 13,13.0001V22.0001H7.99C8.4398,21.4103 8.7508,20.7267 8.9,20.0001H11V13.0001C10.9984,12.4702 10.7872,11.9624 10.4125,11.5876C10.0377,11.2129 9.5299,11.0017 9,11.0001H4V14.0001C3.3113,13.9992 2.6301,14.1422 2,14.4201V9.0001H5V5.6101C5.0002,4.5458 5.3685,3.5144 6.0426,2.6908C6.7165,1.8672 7.6547,1.3021 8.6979,1.0913C9.741,0.8806 10.825,1.0372 11.7659,1.5345C12.7068,2.0319 13.4466,2.8394 13.86,3.8201L20.66,20.0001H23Z&quot;"
26290        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26291        <location
26292            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_vacuum_off.xml"
26293            line="23"
26294            column="25"/>
26295    </issue>
26296
26297    <issue
26298        id="VectorPath"
26299        message="Very long vector path (867 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26300        errorLine1="      android:pathData=&quot;M4,16.0001C3.4067,16.0001 2.8266,16.176 2.3333,16.5057C1.8399,16.8353 1.4554,17.3039 1.2284,17.8521C1.0013,18.4002 0.9419,19.0034 1.0576,19.5854C1.1734,20.1673 1.4591,20.7018 1.8787,21.1214C2.2982,21.541 2.8328,21.8267 3.4147,21.9424C3.9967,22.0582 4.5999,21.9988 5.148,21.7717C5.6962,21.5447 6.1648,21.1602 6.4944,20.6668C6.824,20.1735 7,19.5934 7,19.0001C7,18.2044 6.6839,17.4414 6.1213,16.8788C5.5587,16.3162 4.7957,16.0001 4,16.0001ZM4,20.0001C3.8022,20.0001 3.6089,19.9415 3.4444,19.8316C3.28,19.7217 3.1518,19.5655 3.0761,19.3828C3.0004,19.2001 2.9806,18.999 3.0192,18.805C3.0578,18.611 3.153,18.4329 3.2929,18.293C3.4327,18.1531 3.6109,18.0579 3.8049,18.0193C3.9989,17.9807 4.2,18.0005 4.3827,18.0762C4.5654,18.1519 4.7216,18.2801 4.8315,18.4445C4.9413,18.609 5,18.8023 5,19.0001C5,19.2653 4.8946,19.5196 4.7071,19.7072C4.5196,19.8947 4.2652,20.0001 4,20.0001Z&quot;"
26301        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26302        <location
26303            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_vacuum_on.xml"
26304            line="23"
26305            column="25"/>
26306    </issue>
26307
26308    <issue
26309        id="VectorPath"
26310        message="Very long vector path (2132 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26311        errorLine1="      android:pathData=&quot;M9.64,16.3601C10.2694,16.969 11.1129,17.3061 11.9886,17.2988C12.8643,17.2916 13.7021,16.9405 14.3213,16.3213C14.9406,15.7021 15.2916,14.8642 15.2989,13.9885C15.3061,13.1128 14.9689,12.2693 14.36,11.6399L9.64,16.3601ZM18,2.01L6,2C5.7371,1.9991 5.4766,2.0502 5.2336,2.1504C4.9905,2.2506 4.7696,2.3979 4.5837,2.5838C4.3978,2.7696 4.2505,2.9906 4.1504,3.2336C4.0502,3.4767 3.9991,3.7371 4,4V20C3.9991,20.2629 4.0502,20.5233 4.1504,20.7664C4.2505,21.0094 4.3978,21.2304 4.5837,21.4163C4.7696,21.6022 4.9905,21.7494 5.2336,21.8496C5.4766,21.9498 5.7371,22.0009 6,22H18C18.2629,22.0009 18.5234,21.9498 18.7665,21.8496C19.0095,21.7494 19.2304,21.6022 19.4163,21.4163C19.6022,21.2304 19.7495,21.0094 19.8497,20.7664C19.9498,20.5233 20.0009,20.2629 20,20V4C20.0007,3.7376 19.9493,3.4778 19.8489,3.2354C19.7485,2.993 19.6011,2.773 19.4151,2.5879C19.2291,2.4028 19.0083,2.2564 18.7654,2.1572C18.5225,2.0581 18.2624,2.008 18,2.01ZM11,5C11.1978,5 11.3911,5.0586 11.5556,5.1685C11.72,5.2783 11.8482,5.4347 11.9239,5.6174C11.9996,5.8002 12.0194,6.0011 11.9808,6.1951C11.9422,6.3891 11.847,6.5672 11.7071,6.707C11.5673,6.8469 11.3891,6.9421 11.1951,6.9807C11.0011,7.0193 10.8001,6.9995 10.6173,6.9238C10.4346,6.8481 10.2784,6.7201 10.1685,6.5557C10.0587,6.3912 10,6.1978 10,6C10,5.7348 10.1054,5.4805 10.2929,5.293C10.4804,5.1054 10.7348,5 11,5ZM8,5C8.1978,5 8.3911,5.0586 8.5556,5.1685C8.72,5.2783 8.8482,5.4347 8.9239,5.6174C8.9996,5.8002 9.0194,6.0011 8.9808,6.1951C8.9422,6.3891 8.847,6.5672 8.7071,6.707C8.5673,6.8469 8.3891,6.9421 8.1951,6.9807C8.0011,7.0193 7.8001,6.9995 7.6173,6.9238C7.4346,6.8481 7.2784,6.7201 7.1685,6.5557C7.0587,6.3912 7,6.1978 7,6C7,5.7348 7.1054,5.4805 7.2929,5.293C7.4804,5.1054 7.7348,5 8,5ZM12,19C11.0111,19 10.0444,18.7066 9.2222,18.1572C8.3999,17.6078 7.759,16.827 7.3806,15.9133C7.0022,14.9997 6.9032,13.9946 7.0961,13.0247C7.289,12.0548 7.7652,11.1636 8.4645,10.4644C9.1637,9.7651 10.0547,9.2891 11.0246,9.0962C11.9945,8.9033 12.9998,9.0022 13.9134,9.3806C14.8271,9.7591 15.608,10.3999 16.1574,11.2222C16.7068,12.0444 17,13.0111 17,14C17,15.3261 16.4732,16.598 15.5355,17.5357C14.5979,18.4733 13.3261,19 12,19Z&quot;"
26312        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26313        <location
26314            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_washer_on.xml"
26315            line="23"
26316            column="25"/>
26317    </issue>
26318
26319    <issue
26320        id="VectorPath"
26321        message="Very long vector path (1783 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26322        errorLine1="      android:pathData=&quot;M13.553,8.0161C13.1979,7.6625 12.9486,7.2166 12.8333,6.729C12.7179,6.2413 12.741,5.7311 12.9,5.2558C12.9134,5.2214 12.9162,5.1839 12.9082,5.1479C12.9003,5.1119 12.8818,5.0792 12.8552,5.0537C12.8286,5.0281 12.795,5.0109 12.7586,5.0044C12.7223,4.9979 12.6849,5.0023 12.6511,5.0171C8.8941,6.6581 10.4031,10.6938 10.4031,10.7568C10.4028,10.8187 10.3848,10.8792 10.3511,10.9311C10.3174,10.9831 10.2695,11.0243 10.2131,11.0498C10.2031,11.0498 9.974,11.1708 9.769,10.8838C9.5395,10.5707 9.3759,10.2145 9.2879,9.8364C9.1999,9.4583 9.1894,9.0663 9.2571,8.6841C9.2647,8.6434 9.2587,8.6012 9.2398,8.5644C9.2209,8.5276 9.1902,8.4984 9.1527,8.4809C9.1152,8.4635 9.0729,8.459 9.0326,8.4682C8.9923,8.4775 8.9562,8.5001 8.93,8.5322C8.503,9.08 8.2253,9.7288 8.1241,10.416C8.023,11.1032 8.1018,11.805 8.3528,12.4526C8.6039,13.1003 9.0187,13.6719 9.5567,14.1113C10.0946,14.5507 10.7373,14.8431 11.4221,14.9599C15.6071,15.4939 17.1871,11.2899 14.7041,8.9599C14.3381,8.6159 13.909,8.3721 13.553,8.0161ZM13.3241,12.8691C13.0354,13.1235 12.6634,13.2626 12.2787,13.2607C11.8939,13.2589 11.5233,13.116 11.2371,12.8589C11.225,12.8488 11.2159,12.836 11.2107,12.8213C11.2054,12.8065 11.2042,12.7903 11.2072,12.7749C11.2101,12.7595 11.2172,12.7452 11.2275,12.7334C11.2379,12.7216 11.2512,12.7129 11.2661,12.708C11.5164,12.6335 11.7426,12.4939 11.9216,12.3037C12.1005,12.1135 12.226,11.8794 12.2851,11.625C12.3198,11.2109 12.2684,10.7941 12.1341,10.4009C12.067,10.0764 12.087,9.74 12.1921,9.4258C12.196,9.4132 12.2035,9.4023 12.2138,9.394C12.2241,9.3858 12.2366,9.3809 12.2497,9.3799C12.2628,9.3788 12.2759,9.3817 12.2874,9.3882C12.2989,9.3946 12.3081,9.4042 12.3141,9.416C12.6801,10.236 13.8361,10.6222 13.8361,11.6162C13.843,11.8492 13.801,12.081 13.7128,12.2969C13.6246,12.5127 13.4922,12.7076 13.3241,12.8691Z&quot;"
26323        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26324        <location
26325            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_water_heater_off.xml"
26326            line="26"
26327            column="25"/>
26328    </issue>
26329
26330    <issue
26331        id="VectorPath"
26332        message="Very long vector path (1632 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26333        errorLine1="      android:pathData=&quot;M16,2H8C6.9391,2 5.9217,2.4212 5.1716,3.1714C4.4214,3.9215 4,4.9391 4,6V20C4,20.5304 4.2107,21.039 4.5858,21.4141C4.9609,21.7891 5.4696,22 6,22H18C18.5304,22 19.0391,21.7891 19.4142,21.4141C19.7893,21.039 20,20.5304 20,20V6C20,4.9391 19.5786,3.9215 18.8284,3.1714C18.0783,2.4212 17.0609,2 16,2ZM8.93,8.5278C8.9561,8.4957 8.9922,8.4736 9.0325,8.4644C9.0729,8.4551 9.1151,8.4591 9.1526,8.4766C9.1902,8.494 9.2208,8.5237 9.2397,8.5605C9.2586,8.5974 9.2647,8.6395 9.257,8.6802C9.1893,9.0625 9.1998,9.4544 9.2878,9.8325C9.3758,10.2106 9.5395,10.5668 9.769,10.8799C9.969,11.1669 10.203,11.0499 10.213,11.0459C10.2694,11.0204 10.3173,10.9792 10.351,10.9272C10.3847,10.8753 10.4027,10.8148 10.403,10.7529C10.403,10.6899 8.894,6.6532 12.651,5.0132C12.6848,4.9985 12.7223,4.994 12.7586,5.0005C12.7949,5.007 12.8285,5.0238 12.8551,5.0493C12.8817,5.0749 12.9002,5.108 12.9082,5.144C12.9162,5.1801 12.9133,5.2175 12.9,5.2519C12.741,5.7272 12.7178,6.2374 12.8332,6.7251C12.9486,7.2127 13.1979,7.6586 13.553,8.0122C13.909,8.3682 14.338,8.6121 14.704,8.9541C17.187,11.2821 15.604,15.4861 11.422,14.9541C10.7376,14.8371 10.0952,14.5448 9.5576,14.1055C9.0199,13.6662 8.6053,13.0946 8.3543,12.4473C8.1033,11.7999 8.0244,11.0986 8.1252,10.4116C8.2261,9.7247 8.5034,9.0756 8.93,8.5278ZM18,20H6V16C6.7396,15.9897 7.4619,16.2246 8.054,16.668C8.3188,16.8888 8.6527,17.0098 8.9975,17.0098C9.3423,17.0098 9.6762,16.8888 9.941,16.668C10.5357,16.2281 11.2558,15.9907 11.9955,15.9907C12.7352,15.9907 13.4553,16.2281 14.05,16.668C14.3161,16.889 14.6511,17.0103 14.997,17.0103C15.3429,17.0103 15.6779,16.889 15.944,16.668C16.5368,16.2244 17.2597,15.9896 18,16V20Z&quot;"
26334        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26335        <location
26336            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_water_heater_on.xml"
26337            line="26"
26338            column="25"/>
26339    </issue>
26340
26341    <issue
26342        id="VectorPath"
26343        message="Very long vector path (834 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26344        errorLine1="      android:pathData=&quot;M17.654,7.563L12,2L6.346,7.563C5.6036,8.2877 5.0136,9.1533 4.6108,10.1094C4.2079,11.0654 4.0002,12.0924 4,13.1299C4.0174,15.2343 4.87,17.2458 6.3703,18.7217C7.8705,20.1975 9.8956,21.017 12,21C14.1044,21.017 16.1295,20.1975 17.6297,18.7217C19.13,17.2458 19.9826,15.2343 20,13.1299C20,12.0924 19.7925,11.0654 19.3896,10.1094C18.9867,9.1533 18.3966,8.2875 17.654,7.563ZM12,18C11.7348,18 11.4804,17.8946 11.2929,17.707C11.1054,17.5195 11,17.2652 11,17C11,16.7348 11.1054,16.4805 11.2929,16.293C11.4804,16.1054 11.7348,16 12,16C12.7956,16 13.5587,15.6837 14.1213,15.1211C14.6839,14.5585 15,13.7956 15,13C15,12.7348 15.1054,12.4805 15.2929,12.293C15.4804,12.1054 15.7348,12 16,12C16.2652,12 16.5196,12.1054 16.7071,12.293C16.8946,12.4805 17,12.7348 17,13C16.9984,14.3256 16.4711,15.5964 15.5338,16.5337C14.5964,17.471 13.3256,17.9984 12,18Z&quot;"
26345        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26346        <location
26347            file="frameworks/base/packages/SystemUI/res/drawable/ic_device_water_on.xml"
26348            line="23"
26349            column="25"/>
26350    </issue>
26351
26352    <issue
26353        id="VectorPath"
26354        message="Very long vector path (1526 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26355        errorLine1="        android:pathData=&quot;M480,520Q414,520 367,473Q320,426 320,360Q320,294 367,247Q414,200 480,200Q546,200 593,247Q640,294 640,360Q640,426 593,473Q546,520 480,520ZM160,840L160,728Q160,695 177,666Q194,637 224,622Q275,596 339,578Q403,560 480,560Q557,560 621,578Q685,596 736,622Q766,637 783,666Q800,695 800,728L800,840L160,840ZM240,760L720,760L720,728Q720,717 714.5,708Q709,699 700,694Q664,676 607.5,658Q551,640 480,640Q409,640 352.5,658Q296,676 260,694Q251,699 245.5,708Q240,717 240,728L240,760ZM480,440Q513,440 536.5,416.5Q560,393 560,360Q560,327 536.5,303.5Q513,280 480,280Q447,280 423.5,303.5Q400,327 400,360Q400,393 423.5,416.5Q447,440 480,440ZM39,200L39,120Q56,120 70,113.5Q84,107 95,96Q106,85 112,71Q118,57 118,40L199,40Q199,73 186.5,102Q174,131 152,153Q130,175 101,187.5Q72,200 39,200ZM39,361L39,281Q90,281 133.5,262Q177,243 209,210Q241,177 260,133.5Q279,90 279,40L360,40Q360,106 335,164.5Q310,223 266,267Q222,311 164,336Q106,361 39,361ZM920,361Q854,361 795.5,336Q737,311 693,267Q649,223 624,164.5Q599,106 599,40L679,40Q679,90 698,133.5Q717,177 750,210Q783,243 826.5,262Q870,281 920,281L920,361ZM920,200Q887,200 858,187.5Q829,175 807,153Q785,131 772.5,102Q760,73 760,40L840,40Q840,57 846.5,71Q853,85 864,96Q875,107 889,113.5Q903,120 920,120L920,200ZM480,360Q480,360 480,360Q480,360 480,360Q480,360 480,360Q480,360 480,360Q480,360 480,360Q480,360 480,360Q480,360 480,360Q480,360 480,360ZM480,760L480,760Q480,760 480,760Q480,760 480,760Q480,760 480,760Q480,760 480,760Q480,760 480,760Q480,760 480,760Q480,760 480,760Q480,760 480,760L480,760L480,760Z&quot; />"
26356        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26357        <location
26358            file="frameworks/base/packages/SystemUI/res/drawable/ic_head_tracking.xml"
26359            line="25"
26360            column="27"/>
26361    </issue>
26362
26363    <issue
26364        id="VectorPath"
26365        message="Very long vector path (1366 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26366        errorLine1="        android:pathData=&quot;M20.000000,5.000000L4.000000,5.000000C2.900000,5.000000 2.000000,5.900000 2.000000,7.000000l0.000000,10.000000c0.000000,1.100000 0.900000,2.000000 2.000000,2.000000l16.000000,0.000000c1.100000,0.000000 2.000000,-0.900000 2.000000,-2.000000L22.000000,7.000000C22.000000,5.900000 21.100000,5.000000 20.000000,5.000000zM11.000000,8.000000l2.000000,0.000000l0.000000,2.000000l-2.000000,0.000000L11.000000,8.000000zM11.000000,11.000000l2.000000,0.000000l0.000000,2.000000l-2.000000,0.000000L11.000000,11.000000zM8.000000,8.000000l2.000000,0.000000l0.000000,2.000000L8.000000,10.000000L8.000000,8.000000zM8.000000,11.000000l2.000000,0.000000l0.000000,2.000000L8.000000,13.000000L8.000000,11.000000zM7.000000,13.000000L5.000000,13.000000l0.000000,-2.000000l2.000000,0.000000L7.000000,13.000000zM7.000000,10.000000L5.000000,10.000000L5.000000,8.000000l2.000000,0.000000L7.000000,10.000000zM16.000000,17.000000L8.000000,17.000000l0.000000,-2.000000l8.000000,0.000000L16.000000,17.000000zM16.000000,13.000000l-2.000000,0.000000l0.000000,-2.000000l2.000000,0.000000L16.000000,13.000000zM16.000000,10.000000l-2.000000,0.000000L14.000000,8.000000l2.000000,0.000000L16.000000,10.000000zM19.000000,13.000000l-2.000000,0.000000l0.000000,-2.000000l2.000000,0.000000L19.000000,13.000000zM19.000000,10.000000l-2.000000,0.000000L17.000000,8.000000l2.000000,0.000000L19.000000,10.000000z&quot;"
26367        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26368        <location
26369            file="frameworks/base/packages/SystemUI/res/drawable-sw900dp/ic_ime_switcher_default.xml"
26370            line="23"
26371            column="27"/>
26372    </issue>
26373
26374    <issue
26375        id="VectorPath"
26376        message="Very long vector path (1395 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26377        errorLine1="        android:pathData=&quot;M10,12Q8.35,12 7.175,10.825Q6,9.65 6,8Q6,6.35 7.175,5.175Q8.35,4 10,4Q11.65,4 12.825,5.175Q14,6.35 14,8Q14,9.65 12.825,10.825Q11.65,12 10,12ZM2,20V17.2Q2,16.375 2.425,15.65Q2.85,14.925 3.6,14.55Q4.875,13.9 6.475,13.45Q8.075,13 10,13Q10.2,13 10.35,13Q10.5,13 10.65,13.05Q10.45,13.5 10.312,13.988Q10.175,14.475 10.1,15H10Q8.225,15 6.812,15.45Q5.4,15.9 4.5,16.35Q4.275,16.475 4.138,16.7Q4,16.925 4,17.2V18H10.3Q10.45,18.525 10.7,19.038Q10.95,19.55 11.25,20ZM16,21L15.7,19.5Q15.4,19.375 15.137,19.238Q14.875,19.1 14.6,18.9L13.15,19.35L12.15,17.65L13.3,16.65Q13.25,16.3 13.25,16Q13.25,15.7 13.3,15.35L12.15,14.35L13.15,12.65L14.6,13.1Q14.875,12.9 15.137,12.762Q15.4,12.625 15.7,12.5L16,11H18L18.3,12.5Q18.6,12.625 18.863,12.775Q19.125,12.925 19.4,13.15L20.85,12.65L21.85,14.4L20.7,15.4Q20.75,15.7 20.75,16.025Q20.75,16.35 20.7,16.65L21.85,17.65L20.85,19.35L19.4,18.9Q19.125,19.1 18.863,19.238Q18.6,19.375 18.3,19.5L18,21ZM17,18Q17.825,18 18.413,17.413Q19,16.825 19,16Q19,15.175 18.413,14.587Q17.825,14 17,14Q16.175,14 15.588,14.587Q15,15.175 15,16Q15,16.825 15.588,17.413Q16.175,18 17,18ZM10,10Q10.825,10 11.413,9.412Q12,8.825 12,8Q12,7.175 11.413,6.588Q10.825,6 10,6Q9.175,6 8.588,6.588Q8,7.175 8,8Q8,8.825 8.588,9.412Q9.175,10 10,10ZM10,8Q10,8 10,8Q10,8 10,8Q10,8 10,8Q10,8 10,8Q10,8 10,8Q10,8 10,8Q10,8 10,8Q10,8 10,8ZM10,15Q10,15 10,15Q10,15 10,15Q10,15 10,15Q10,15 10,15Q10,15 10,15Q10,15 10,15Z&quot;/>"
26378        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26379        <location
26380            file="frameworks/base/packages/SystemUI/res/drawable/ic_manage_users.xml"
26381            line="22"
26382            column="27"/>
26383    </issue>
26384
26385    <issue
26386        id="VectorPath"
26387        message="Very long vector path (866 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26388        errorLine1="        android:pathData=&quot;M14.95,11.3l1.62,-1.61C16.84,10.41 17,11.18 17,12s-0.16,1.61 -0.44,2.33l-1.61,-1.61C14.56,12.33 14.56,11.69 14.95,11.3zM18.69,7.54c-0.26,0.26 -0.32,0.65 -0.17,0.98c0.47,1.07 0.72,2.24 0.72,3.47c0,1.24 -0.26,2.43 -0.73,3.49c-0.14,0.32 -0.09,0.69 0.16,0.94c0.4,0.4 1.09,0.29 1.34,-0.23c0.63,-1.3 0.98,-2.76 0.98,-4.3c-0.01,-1.46 -0.33,-2.86 -0.91,-4.12C19.84,7.23 19.12,7.11 18.69,7.54zM15.26,15.74c0.41,0.41 0.41,1.07 0,1.48l-4.51,4.51C10.57,21.89 10.32,22 10.04,22C9.47,22 9,21.53 9,20.96v-6.45l-4.05,4.05c-0.41,0.41 -1.06,0.41 -1.47,0s-0.41,-1.06 0,-1.47L8.57,12L3.48,6.9c-0.41,-0.41 -0.41,-1.06 0,-1.47s1.06,-0.41 1.47,0L9,9.49V3.04C9,2.47 9.47,2 10.04,2c0.28,0 0.53,0.11 0.72,0.29l4.5,4.5c0.41,0.41 0.41,1.07 0,1.48L11.51,12L15.26,15.74zM13.14,7.53l-2.15,-2.15v4.3C10.99,9.68 13.14,7.53 13.14,7.53zM13.14,16.47l-2.15,-2.15v4.3C10.99,18.62 13.14,16.47 13.14,16.47z&quot;"
26389        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26390        <location
26391            file="frameworks/base/packages/SystemUI/res/drawable/ic_qs_bluetooth_connecting.xml"
26392            line="23"
26393            column="27"/>
26394    </issue>
26395
26396    <issue
26397        id="VectorPath"
26398        message="Very long vector path (836 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26399        errorLine1="        android:pathData=&quot;M2,12C2,6.48 6.47,2 11.99,2C17.52,2 22,6.48 22,12c0,0.34 -0.02,0.67 -0.05,1h-2.02c0.04,-0.33 0.07,-0.66 0.07,-1c0,-0.69 -0.1,-1.36 -0.26,-2h-3.38c0.08,0.66 0.14,1.32 0.14,2c0,0.34 -0.01,0.67 -0.04,1h-2.01c0.03,-0.33 0.05,-0.66 0.05,-1c0,-0.68 -0.07,-1.35 -0.16,-2H9.66c-0.09,0.65 -0.16,1.32 -0.16,2s0.07,1.34 0.16,2H13v2h-2.91c0.43,1.43 1.08,2.76 1.91,3.96V20h1v1.95C12.67,21.98 12.33,22 11.99,22C6.47,22 2,17.52 2,12zM15.97,8h2.95c-0.96,-1.65 -2.49,-2.93 -4.33,-3.56C15.19,5.55 15.65,6.75 15.97,8zM13.91,8C13.48,6.57 12.83,5.24 12,4.04c-0.83,1.2 -1.48,2.53 -1.91,3.96H13.91zM4,12c0,0.69 0.1,1.36 0.26,2h3.38c-0.08,-0.66 -0.14,-1.32 -0.14,-2s0.06,-1.34 0.14,-2H4.26C4.1,10.64 4,11.31 4,12zM8.03,16H5.08c0.96,1.66 2.49,2.93 4.33,3.56C8.81,18.45 8.35,17.25 8.03,16zM5.08,8h2.95c0.32,-1.25 0.78,-2.45 1.38,-3.56C7.57,5.07 6.04,6.34 5.08,8z&quot;"
26400        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26401        <location
26402            file="frameworks/base/packages/SystemUI/res/drawable/ic_qs_no_internet_unavailable.xml"
26403            line="23"
26404            column="27"/>
26405    </issue>
26406
26407    <issue
26408        id="VectorPath"
26409        message="Very long vector path (1847 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26410        errorLine1="        android:pathData=&quot;M13.85,22.25h-3.7c-0.74,0 -1.36,-0.54 -1.45,-1.27l-0.27,-1.89c-0.27,-0.14 -0.53,-0.29 -0.79,-0.46l-1.8,0.72c-0.7,0.26 -1.47,-0.03 -1.81,-0.65L2.2,15.53c-0.35,-0.66 -0.2,-1.44 0.36,-1.88l1.53,-1.19c-0.01,-0.15 -0.02,-0.3 -0.02,-0.46c0,-0.15 0.01,-0.31 0.02,-0.46l-1.52,-1.19C1.98,9.9 1.83,9.09 2.2,8.47l1.85,-3.19c0.34,-0.62 1.11,-0.9 1.79,-0.63l1.81,0.73c0.26,-0.17 0.52,-0.32 0.78,-0.46l0.27,-1.91c0.09,-0.7 0.71,-1.25 1.44,-1.25h3.7c0.74,0 1.36,0.54 1.45,1.27l0.27,1.89c0.27,0.14 0.53,0.29 0.79,0.46l1.8,-0.72c0.71,-0.26 1.48,0.03 1.82,0.65l1.84,3.18c0.36,0.66 0.2,1.44 -0.36,1.88l-1.52,1.19c0.01,0.15 0.02,0.3 0.02,0.46s-0.01,0.31 -0.02,0.46l1.52,1.19c0.56,0.45 0.72,1.23 0.37,1.86l-1.86,3.22c-0.34,0.62 -1.11,0.9 -1.8,0.63l-1.8,-0.72c-0.26,0.17 -0.52,0.32 -0.78,0.46l-0.27,1.91C15.21,21.71 14.59,22.25 13.85,22.25zM13.32,20.72c0,0.01 0,0.01 0,0.02L13.32,20.72zM10.68,20.7l0,0.02C10.69,20.72 10.69,20.71 10.68,20.7zM10.62,20.25h2.76l0.37,-2.55l0.53,-0.22c0.44,-0.18 0.88,-0.44 1.34,-0.78l0.45,-0.34l2.38,0.96l1.38,-2.4l-2.03,-1.58l0.07,-0.56c0.03,-0.26 0.06,-0.51 0.06,-0.78c0,-0.27 -0.03,-0.53 -0.06,-0.78l-0.07,-0.56l2.03,-1.58l-1.39,-2.4l-2.39,0.96l-0.45,-0.35c-0.42,-0.32 -0.87,-0.58 -1.33,-0.77L13.75,6.3l-0.37,-2.55h-2.76L10.25,6.3L9.72,6.51C9.28,6.7 8.84,6.95 8.38,7.3L7.93,7.63L5.55,6.68L4.16,9.07l2.03,1.58l-0.07,0.56C6.09,11.47 6.06,11.74 6.06,12c0,0.26 0.02,0.53 0.06,0.78l0.07,0.56l-2.03,1.58l1.38,2.4l2.39,-0.96l0.45,0.35c0.43,0.33 0.86,0.58 1.33,0.77l0.53,0.22L10.62,20.25zM18.22,17.72c0,0.01 -0.01,0.02 -0.01,0.03L18.22,17.72zM5.77,17.71l0.01,0.02C5.78,17.72 5.77,17.71 5.77,17.71zM3.93,9.47L3.93,9.47C3.93,9.47 3.93,9.47 3.93,9.47zM18.22,6.27c0,0.01 0.01,0.02 0.01,0.02L18.22,6.27zM5.79,6.25L5.78,6.27C5.78,6.27 5.79,6.26 5.79,6.25zM13.31,3.28c0,0.01 0,0.01 0,0.02L13.31,3.28zM10.69,3.26l0,0.02C10.69,3.27 10.69,3.27 10.69,3.26z&quot;/>"
26411        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26412        <location
26413            file="frameworks/base/packages/SystemUI/res/drawable/ic_settings.xml"
26414            line="22"
26415            column="27"/>
26416    </issue>
26417
26418    <issue
26419        id="VectorPath"
26420        message="Very long vector path (1847 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26421        errorLine1="        android:pathData=&quot;M13.85,22.25h-3.7c-0.74,0 -1.36,-0.54 -1.45,-1.27l-0.27,-1.89c-0.27,-0.14 -0.53,-0.29 -0.79,-0.46l-1.8,0.72c-0.7,0.26 -1.47,-0.03 -1.81,-0.65L2.2,15.53c-0.35,-0.66 -0.2,-1.44 0.36,-1.88l1.53,-1.19c-0.01,-0.15 -0.02,-0.3 -0.02,-0.46c0,-0.15 0.01,-0.31 0.02,-0.46l-1.52,-1.19C1.98,9.9 1.83,9.09 2.2,8.47l1.85,-3.19c0.34,-0.62 1.11,-0.9 1.79,-0.63l1.81,0.73c0.26,-0.17 0.52,-0.32 0.78,-0.46l0.27,-1.91c0.09,-0.7 0.71,-1.25 1.44,-1.25h3.7c0.74,0 1.36,0.54 1.45,1.27l0.27,1.89c0.27,0.14 0.53,0.29 0.79,0.46l1.8,-0.72c0.71,-0.26 1.48,0.03 1.82,0.65l1.84,3.18c0.36,0.66 0.2,1.44 -0.36,1.88l-1.52,1.19c0.01,0.15 0.02,0.3 0.02,0.46s-0.01,0.31 -0.02,0.46l1.52,1.19c0.56,0.45 0.72,1.23 0.37,1.86l-1.86,3.22c-0.34,0.62 -1.11,0.9 -1.8,0.63l-1.8,-0.72c-0.26,0.17 -0.52,0.32 -0.78,0.46l-0.27,1.91C15.21,21.71 14.59,22.25 13.85,22.25zM13.32,20.72c0,0.01 0,0.01 0,0.02L13.32,20.72zM10.68,20.7l0,0.02C10.69,20.72 10.69,20.71 10.68,20.7zM10.62,20.25h2.76l0.37,-2.55l0.53,-0.22c0.44,-0.18 0.88,-0.44 1.34,-0.78l0.45,-0.34l2.38,0.96l1.38,-2.4l-2.03,-1.58l0.07,-0.56c0.03,-0.26 0.06,-0.51 0.06,-0.78c0,-0.27 -0.03,-0.53 -0.06,-0.78l-0.07,-0.56l2.03,-1.58l-1.39,-2.4l-2.39,0.96l-0.45,-0.35c-0.42,-0.32 -0.87,-0.58 -1.33,-0.77L13.75,6.3l-0.37,-2.55h-2.76L10.25,6.3L9.72,6.51C9.28,6.7 8.84,6.95 8.38,7.3L7.93,7.63L5.55,6.68L4.16,9.07l2.03,1.58l-0.07,0.56C6.09,11.47 6.06,11.74 6.06,12c0,0.26 0.02,0.53 0.06,0.78l0.07,0.56l-2.03,1.58l1.38,2.4l2.39,-0.96l0.45,0.35c0.43,0.33 0.86,0.58 1.33,0.77l0.53,0.22L10.62,20.25zM18.22,17.72c0,0.01 -0.01,0.02 -0.01,0.03L18.22,17.72zM5.77,17.71l0.01,0.02C5.78,17.72 5.77,17.71 5.77,17.71zM3.93,9.47L3.93,9.47C3.93,9.47 3.93,9.47 3.93,9.47zM18.22,6.27c0,0.01 0.01,0.02 0.01,0.02L18.22,6.27zM5.79,6.25L5.78,6.27C5.78,6.27 5.79,6.26 5.79,6.25zM13.31,3.28c0,0.01 0,0.01 0,0.02L13.31,3.28zM10.69,3.26l0,0.02C10.69,3.27 10.69,3.27 10.69,3.26z&quot;/>"
26422        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26423        <location
26424            file="frameworks/base/packages/SystemUI/res/drawable/ic_settings_24dp.xml"
26425            line="25"
26426            column="27"/>
26427    </issue>
26428
26429    <issue
26430        id="VectorPath"
26431        message="Very long vector path (1227 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26432        errorLine1="        android:pathData=&quot;M920,401Q848,401 782,373.5Q716,346 665,295Q614,244 586.5,178Q559,112 559,40L639,40Q639,97 660,148Q681,199 721,239Q761,279 812,300.5Q863,322 920,322L920,401ZM920,242Q879,242 842.5,227Q806,212 777,183Q748,154 733,117.5Q718,81 718,40L797,40Q797,65 806.5,87.5Q816,110 833,127Q850,144 872.5,153Q895,162 920,162L920,242ZM400,520Q334,520 287,473Q240,426 240,360Q240,294 287,247Q334,200 400,200Q466,200 513,247Q560,294 560,360Q560,426 513,473Q466,520 400,520ZM80,840L80,728Q80,695 97,666Q114,637 144,622Q195,596 259,578Q323,560 400,560Q477,560 541,578Q605,596 656,622Q686,637 703,666Q720,695 720,728L720,840L80,840ZM160,760L640,760L640,728Q640,717 634.5,708Q629,699 620,694Q584,676 527.5,658Q471,640 400,640Q329,640 272.5,658Q216,676 180,694Q171,699 165.5,708Q160,717 160,728L160,760ZM400,440Q433,440 456.5,416.5Q480,393 480,360Q480,327 456.5,303.5Q433,280 400,280Q367,280 343.5,303.5Q320,327 320,360Q320,393 343.5,416.5Q367,440 400,440ZM400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360ZM400,760L400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760L400,760L400,760Z&quot; />"
26433        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26434        <location
26435            file="frameworks/base/packages/SystemUI/res/drawable/ic_spatial_audio.xml"
26436            line="25"
26437            column="27"/>
26438    </issue>
26439
26440    <issue
26441        id="VectorPath"
26442        message="Very long vector path (1224 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26443        errorLine1="        android:pathData=&quot;M750,550L806,494Q766,454 743.5,402.5Q721,351 721,294Q721,237 743.5,186Q766,135 806,95L750,37Q699,88 670,155Q641,222 641,294Q641,366 670,432.5Q699,499 750,550ZM862,436L918,380Q901,363 891,341Q881,319 881,294Q881,269 891,247Q901,225 918,208L862,151Q833,180 817,216Q801,252 801,293Q801,334 817,371Q833,408 862,436ZM400,520Q334,520 287,473Q240,426 240,360Q240,294 287,247Q334,200 400,200Q466,200 513,247Q560,294 560,360Q560,426 513,473Q466,520 400,520ZM80,840L80,728Q80,695 97,666Q114,637 144,622Q195,596 259,578Q323,560 400,560Q477,560 541,578Q605,596 656,622Q686,637 703,666Q720,695 720,728L720,840L80,840ZM160,760L640,760L640,728Q640,717 634.5,708Q629,699 620,694Q584,676 527.5,658Q471,640 400,640Q329,640 272.5,658Q216,676 180,694Q171,699 165.5,708Q160,717 160,728L160,760ZM400,440Q433,440 456.5,416.5Q480,393 480,360Q480,327 456.5,303.5Q433,280 400,280Q367,280 343.5,303.5Q320,327 320,360Q320,393 343.5,416.5Q367,440 400,440ZM400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360Q400,360 400,360ZM400,760L400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760Q400,760 400,760L400,760L400,760Z&quot; />"
26444        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26445        <location
26446            file="frameworks/base/packages/SystemUI/res/drawable/ic_spatial_audio_off.xml"
26447            line="25"
26448            column="27"/>
26449    </issue>
26450
26451    <issue
26452        id="VectorPath"
26453        message="Very long vector path (921 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
26454        errorLine1="        android:pathData=&quot;M11.95,18Q12.475,18 12.838,17.637Q13.2,17.275 13.2,16.75Q13.2,16.225 12.838,15.863Q12.475,15.5 11.95,15.5Q11.425,15.5 11.062,15.863Q10.7,16.225 10.7,16.75Q10.7,17.275 11.062,17.637Q11.425,18 11.95,18ZM11.05,14.15H12.9Q12.9,13.325 13.088,12.85Q13.275,12.375 14.15,11.55Q14.8,10.9 15.175,10.312Q15.55,9.725 15.55,8.9Q15.55,7.5 14.525,6.75Q13.5,6 12.1,6Q10.675,6 9.788,6.75Q8.9,7.5 8.55,8.55L10.2,9.2Q10.325,8.75 10.763,8.225Q11.2,7.7 12.1,7.7Q12.9,7.7 13.3,8.137Q13.7,8.575 13.7,9.1Q13.7,9.6 13.4,10.037Q13.1,10.475 12.65,10.85Q11.55,11.825 11.3,12.325Q11.05,12.825 11.05,14.15ZM12,22Q9.925,22 8.1,21.212Q6.275,20.425 4.925,19.075Q3.575,17.725 2.788,15.9Q2,14.075 2,12Q2,9.925 2.788,8.1Q3.575,6.275 4.925,4.925Q6.275,3.575 8.1,2.787Q9.925,2 12,2Q14.075,2 15.9,2.787Q17.725,3.575 19.075,4.925Q20.425,6.275 21.212,8.1Q22,9.925 22,12Q22,14.075 21.212,15.9Q20.425,17.725 19.075,19.075Q17.725,20.425 15.9,21.212Q14.075,22 12,22Z&quot;/>"
26455        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26456        <location
26457            file="frameworks/base/packages/SystemUI/res/drawable/media_output_status_help.xml"
26458            line="25"
26459            column="27"/>
26460    </issue>
26461
26462    <issue
26463        id="ViewHolder"
26464        message="Unconditional layout inflation from view adapter: Should use View Holder pattern (use recycled view passed into this method as the second parameter) for smoother scrolling"
26465        errorLine1="                    layoutInflater.inflate("
26466        errorLine2="                    ^">
26467        <location
26468            file="frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/UserSwitcherViewBinder.kt"
26469            line="229"
26470            column="21"/>
26471    </issue>
26472
26473    <issue
26474        id="HandlerLeak"
26475        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
26476        errorLine1="    private Handler mHandler = new Handler() {"
26477        errorLine2="                               ^">
26478        <location
26479            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/GestureRecorder.java"
26480            line="144"
26481            column="32"/>
26482    </issue>
26483
26484    <issue
26485        id="HandlerLeak"
26486        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
26487        errorLine1="    private Handler mHandler = new Handler() {"
26488        errorLine2="                               ^">
26489        <location
26490            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java"
26491            line="2165"
26492            column="32"/>
26493    </issue>
26494
26495    <issue
26496        id="HandlerLeak"
26497        message="This `Handler` class should be static or leaks might occur (com.android.systemui.keyboard.KeyboardUI.KeyboardUIHandler)"
26498        errorLine1="    private final class KeyboardUIHandler extends Handler {"
26499        errorLine2="                        ~~~~~~~~~~~~~~~~~">
26500        <location
26501            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/KeyboardUI.java"
26502            line="430"
26503            column="25"/>
26504    </issue>
26505
26506    <issue
26507        id="HandlerLeak"
26508        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
26509        errorLine1="    private Handler mHandler = new Handler() {"
26510        errorLine2="                               ^">
26511        <location
26512            file="frameworks/base/packages/SystemUI/src/com/android/systemui/logcat/LogAccessDialogActivity.java"
26513            line="171"
26514            column="32"/>
26515    </issue>
26516
26517    <issue
26518        id="HandlerLeak"
26519        message="This `Handler` class should be static or leaks might occur (com.android.systemui.shortcut.ShortcutKeyServiceProxy.H)"
26520        errorLine1="    private final class H extends Handler {"
26521        errorLine2="                        ~">
26522        <location
26523            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/ShortcutKeyServiceProxy.java"
26524            line="49"
26525            column="25"/>
26526    </issue>
26527
26528    <issue
26529        id="MergeRootFrame"
26530        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
26531        errorLine1="&lt;FrameLayout"
26532        errorLine2="^">
26533        <location
26534            file="frameworks/base/packages/SystemUI/res/layout/controls_detail_dialog.xml"
26535            line="18"
26536            column="1"/>
26537    </issue>
26538
26539    <issue
26540        id="MergeRootFrame"
26541        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
26542        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
26543        errorLine2="^">
26544        <location
26545            file="frameworks/base/packages/SystemUI/res/layout/rotate_suggestion.xml"
26546            line="17"
26547            column="1"/>
26548    </issue>
26549
26550    <issue
26551        id="UseValueOf"
26552        message="Use `Long.valueOf(c2.getLastInteractionTimestamp())` instead"
26553        errorLine1="                .sorted((c1, c2) -> new Long(c2.getLastInteractionTimestamp()).compareTo("
26554        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26555        <location
26556            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java"
26557            line="307"
26558            column="37"/>
26559    </issue>
26560
26561    <issue
26562        id="UseValueOf"
26563        message="Use `Long.valueOf(c1.getLastInteractionTimestamp())` instead"
26564        errorLine1="                        new Long(c1.getLastInteractionTimestamp())))"
26565        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26566        <location
26567            file="frameworks/base/packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java"
26568            line="308"
26569            column="25"/>
26570    </issue>
26571
26572    <issue
26573        id="DisableBaselineAlignment"
26574        message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
26575        errorLine1="    &lt;LinearLayout"
26576        errorLine2="     ~~~~~~~~~~~~">
26577        <location
26578            file="frameworks/base/packages/SystemUI/res/layout/controls_app_item.xml"
26579            line="22"
26580            column="6"/>
26581    </issue>
26582
26583    <issue
26584        id="DisableBaselineAlignment"
26585        message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
26586        errorLine1="                &lt;LinearLayout"
26587        errorLine2="                 ~~~~~~~~~~~~">
26588        <location
26589            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
26590            line="93"
26591            column="18"/>
26592    </issue>
26593
26594    <issue
26595        id="DisableBaselineAlignment"
26596        message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
26597        errorLine1="                &lt;LinearLayout"
26598        errorLine2="                 ~~~~~~~~~~~~">
26599        <location
26600            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
26601            line="199"
26602            column="18"/>
26603    </issue>
26604
26605    <issue
26606        id="DisableBaselineAlignment"
26607        message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
26608        errorLine1="                &lt;LinearLayout"
26609        errorLine2="                 ~~~~~~~~~~~~">
26610        <location
26611            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
26612            line="250"
26613            column="18"/>
26614    </issue>
26615
26616    <issue
26617        id="DisableBaselineAlignment"
26618        message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
26619        errorLine1="    &lt;LinearLayout"
26620        errorLine2="     ~~~~~~~~~~~~">
26621        <location
26622            file="frameworks/base/packages/SystemUI/res/layout/internet_list_item.xml"
26623            line="25"
26624            column="6"/>
26625    </issue>
26626
26627    <issue
26628        id="DisableBaselineAlignment"
26629        message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
26630        errorLine1="        &lt;LinearLayout"
26631        errorLine2="         ~~~~~~~~~~~~">
26632        <location
26633            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_v2.xml"
26634            line="63"
26635            column="10"/>
26636    </issue>
26637
26638    <issue
26639        id="DisableBaselineAlignment"
26640        message="Set `android:baselineAligned=&quot;false&quot;` on this element for better performance"
26641        errorLine1="&lt;LinearLayout"
26642        errorLine2=" ~~~~~~~~~~~~">
26643        <location
26644            file="frameworks/base/packages/SystemUI/res/layout/qs_dialog_secondary_mobile_network.xml"
26645            line="17"
26646            column="2"/>
26647    </issue>
26648
26649    <issue
26650        id="InefficientWeight"
26651        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26652        errorLine1="                        android:layout_width=&quot;wrap_content&quot;"
26653        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26654        <location
26655            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
26656            line="114"
26657            column="25"/>
26658    </issue>
26659
26660    <issue
26661        id="InefficientWeight"
26662        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26663        errorLine1="                        android:layout_width=&quot;wrap_content&quot;"
26664        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26665        <location
26666            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
26667            line="150"
26668            column="25"/>
26669    </issue>
26670
26671    <issue
26672        id="InefficientWeight"
26673        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26674        errorLine1="                        android:layout_width=&quot;wrap_content&quot;"
26675        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26676        <location
26677            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
26678            line="208"
26679            column="25"/>
26680    </issue>
26681
26682    <issue
26683        id="InefficientWeight"
26684        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26685        errorLine1="                        android:layout_width=&quot;wrap_content&quot;"
26686        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26687        <location
26688            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
26689            line="275"
26690            column="25"/>
26691    </issue>
26692
26693    <issue
26694        id="InefficientWeight"
26695        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26696        errorLine1="            android:layout_width=&quot;wrap_content&quot;"
26697        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26698        <location
26699            file="frameworks/base/packages/SystemUI/res/layout/internet_list_item.xml"
26700            line="48"
26701            column="13"/>
26702    </issue>
26703
26704    <issue
26705        id="InefficientWeight"
26706        message="Use a `layout_height` of `0dp` instead of `wrap_content` for better performance"
26707        errorLine1="        android:layout_height=&quot;wrap_content&quot;"
26708        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26709        <location
26710            file="frameworks/base/packages/SystemUI/res/layout/media_output_dialog.xml"
26711            line="109"
26712            column="9"/>
26713    </issue>
26714
26715    <issue
26716        id="InefficientWeight"
26717        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26718        errorLine1="                android:layout_width=&quot;wrap_content&quot;"
26719        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26720        <location
26721            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_with_content.xml"
26722            line="38"
26723            column="17"/>
26724    </issue>
26725
26726    <issue
26727        id="InefficientWeight"
26728        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26729        errorLine1="                    android:layout_width=&quot;wrap_content&quot;"
26730        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26731        <location
26732            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_with_content.xml"
26733            line="129"
26734            column="21"/>
26735    </issue>
26736
26737    <issue
26738        id="InefficientWeight"
26739        message="Use a `layout_height` of `0dp` instead of `wrap_content` for better performance"
26740        errorLine1="            android:layout_height=&quot;wrap_content&quot;"
26741        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26742        <location
26743            file="frameworks/base/packages/SystemUI/res/layout/people_tile_small.xml"
26744            line="38"
26745            column="13"/>
26746    </issue>
26747
26748    <issue
26749        id="InefficientWeight"
26750        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26751        errorLine1="                android:layout_width=&quot;wrap_content&quot;"
26752        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26753        <location
26754            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_v2.xml"
26755            line="73"
26756            column="17"/>
26757    </issue>
26758
26759    <issue
26760        id="InefficientWeight"
26761        message="Use a `layout_width` of `0dp` instead of `match_parent` for better performance"
26762        errorLine1=" android:layout_width=&quot;match_parent&quot;"
26763        errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26764        <location
26765            file="frameworks/base/packages/SystemUI/res/layout/qs_dialog_secondary_mobile_network.xml"
26766            line="38"
26767            column="2"/>
26768    </issue>
26769
26770    <issue
26771        id="InefficientWeight"
26772        message="Use a `layout_height` of `0dp` instead of `wrap_content` for better performance"
26773        errorLine1="                android:layout_height=&quot;wrap_content&quot;"
26774        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26775        <location
26776            file="frameworks/base/packages/SystemUI/res/layout/remote_input.xml"
26777            line="79"
26778            column="17"/>
26779    </issue>
26780
26781    <issue
26782        id="InefficientWeight"
26783        message="Use a `layout_width` of `0dp` instead of `wrap_content` for better performance"
26784        errorLine1="            android:layout_width=&quot;wrap_content&quot;"
26785        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26786        <location
26787            file="frameworks/base/packages/SystemUI/res/layout/status_bar_notification_section_header.xml"
26788            line="37"
26789            column="13"/>
26790    </issue>
26791
26792    <issue
26793        id="NestedWeights"
26794        message="Nested weights are bad for performance"
26795        errorLine1="                android:layout_weight=&quot;1&quot;"
26796        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~">
26797        <location
26798            file="frameworks/base/packages/SystemUI/res/layout/people_space_placeholder_layout.xml"
26799            line="47"
26800            column="17"/>
26801    </issue>
26802
26803    <issue
26804        id="Overdraw"
26805        message="Possible overdraw: Root element paints background `?android:colorBackground` with a theme that also paints a background (inferred theme is `@android_style/Theme_Translucent_NoTitleBar_Fullscreen`)"
26806        errorLine1="    android:background=&quot;?android:colorBackground&quot;"
26807        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26808        <location
26809            file="frameworks/base/packages/SystemUI/res/layout/auth_biometric_background.xml"
26810            line="20"
26811            column="5"/>
26812    </issue>
26813
26814    <issue
26815        id="Overdraw"
26816        message="Possible overdraw: Root element paints background `?android:attr/colorBackground` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26817        errorLine1="        android:background=&quot;?android:attr/colorBackground&quot;>"
26818        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26819        <location
26820            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
26821            line="29"
26822            column="9"/>
26823    </issue>
26824
26825    <issue
26826        id="Overdraw"
26827        message="Possible overdraw: Root element paints background `?android:attr/dividerHorizontal` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26828        errorLine1="    android:background=&quot;?android:attr/dividerHorizontal&quot; />"
26829        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26830        <location
26831            file="frameworks/base/packages/SystemUI/res/layout/keyboard_shortcuts_category_separator.xml"
26832            line="25"
26833            column="5"/>
26834    </issue>
26835
26836    <issue
26837        id="Overdraw"
26838        message="Possible overdraw: Root element paints background `?android:attr/colorBackground` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26839        errorLine1="    android:background=&quot;?android:attr/colorBackground&quot;"
26840        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26841        <location
26842            file="frameworks/base/packages/SystemUI/res/layout/media_projection_recent_tasks.xml"
26843            line="22"
26844            column="5"/>
26845    </issue>
26846
26847    <issue
26848        id="Overdraw"
26849        message="Possible overdraw: Root element paints background `@drawable/system_bar_background` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26850        errorLine1="    android:background=&quot;@drawable/system_bar_background&quot;>"
26851        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26852        <location
26853            file="frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml"
26854            line="27"
26855            column="5"/>
26856    </issue>
26857
26858    <issue
26859        id="Overdraw"
26860        message="Possible overdraw: Root element paints background `?androidprv:attr/materialColorOnSurfaceVariant` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26861        errorLine1="    android:background=&quot;?androidprv:attr/materialColorOnSurfaceVariant&quot; />"
26862        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26863        <location
26864            file="frameworks/base/packages/SystemUI/res/layout/notification_children_divider.xml"
26865            line="24"
26866            column="5"/>
26867    </issue>
26868
26869    <issue
26870        id="Overdraw"
26871        message="Possible overdraw: Root element paints background `?androidprv:attr/materialColorSurfaceContainerHigh` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26872        errorLine1="    android:background=&quot;?androidprv:attr/materialColorSurfaceContainerHigh&quot;"
26873        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26874        <location
26875            file="frameworks/base/packages/SystemUI/res/layout/notification_snooze.xml"
26876            line="26"
26877            column="5"/>
26878    </issue>
26879
26880    <issue
26881        id="Overdraw"
26882        message="Possible overdraw: Root element paints background `?android:attr/colorAccent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26883        errorLine1="    android:background=&quot;?android:attr/colorAccent&quot;>"
26884        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26885        <location
26886            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
26887            line="31"
26888            column="5"/>
26889    </issue>
26890
26891    <issue
26892        id="Overdraw"
26893        message="Possible overdraw: Root element paints background `?android:attr/colorAccent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26894        errorLine1="    android:background=&quot;?android:attr/colorAccent&quot;"
26895        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26896        <location
26897            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
26898            line="28"
26899            column="5"/>
26900    </issue>
26901
26902    <issue
26903        id="Overdraw"
26904        message="Possible overdraw: Root element paints background `?android:attr/colorAccent` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26905        errorLine1="    android:background=&quot;?android:attr/colorAccent&quot;"
26906        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26907        <location
26908            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
26909            line="28"
26910            column="5"/>
26911    </issue>
26912
26913    <issue
26914        id="Overdraw"
26915        message="Possible overdraw: Root element paints background `@drawable/status_bar_user_chip_bg` with a theme that also paints a background (inferred theme is `@style/Theme.SystemUI`)"
26916        errorLine1="    android:background=&quot;@drawable/status_bar_user_chip_bg&quot;"
26917        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
26918        <location
26919            file="frameworks/base/packages/SystemUI/res/layout/status_bar_user_chip_container.xml"
26920            line="26"
26921            column="5"/>
26922    </issue>
26923
26924    <issue
26925        id="UselessLeaf"
26926        message="This `LinearLayout` view is unnecessary (no children, no `background`, no `id`, no `style`)"
26927        errorLine1="            &lt;LinearLayout"
26928        errorLine2="             ~~~~~~~~~~~~">
26929        <location
26930            file="frameworks/base/packages/SystemUI/res/layout-land/global_actions_grid.xml"
26931            line="37"
26932            column="14"/>
26933    </issue>
26934
26935    <issue
26936        id="UselessLeaf"
26937        message="This `LinearLayout` view is unnecessary (no children, no `background`, no `id`, no `style`)"
26938        errorLine1="            &lt;LinearLayout"
26939        errorLine2="             ~~~~~~~~~~~~">
26940        <location
26941            file="frameworks/base/packages/SystemUI/res/layout-land/global_actions_grid.xml"
26942            line="43"
26943            column="14"/>
26944    </issue>
26945
26946    <issue
26947        id="UselessLeaf"
26948        message="This `LinearLayout` view is unnecessary (no children, no `background`, no `id`, no `style`)"
26949        errorLine1="            &lt;LinearLayout"
26950        errorLine2="             ~~~~~~~~~~~~">
26951        <location
26952            file="frameworks/base/packages/SystemUI/res/layout-land/global_actions_grid.xml"
26953            line="49"
26954            column="14"/>
26955    </issue>
26956
26957    <issue
26958        id="UselessLeaf"
26959        message="This `LinearLayout` view is unnecessary (no children, no `background`, no `id`, no `style`)"
26960        errorLine1="                &lt;LinearLayout"
26961        errorLine2="                 ~~~~~~~~~~~~">
26962        <location
26963            file="frameworks/base/packages/SystemUI/res/layout/global_actions_grid.xml"
26964            line="73"
26965            column="18"/>
26966    </issue>
26967
26968    <issue
26969        id="UselessLeaf"
26970        message="This `LinearLayout` view is unnecessary (no children, no `background`, no `id`, no `style`)"
26971        errorLine1="                &lt;LinearLayout"
26972        errorLine2="                 ~~~~~~~~~~~~">
26973        <location
26974            file="frameworks/base/packages/SystemUI/res/layout/global_actions_grid.xml"
26975            line="79"
26976            column="18"/>
26977    </issue>
26978
26979    <issue
26980        id="UselessLeaf"
26981        message="This `LinearLayout` view is unnecessary (no children, no `background`, no `id`, no `style`)"
26982        errorLine1="                &lt;LinearLayout"
26983        errorLine2="                 ~~~~~~~~~~~~">
26984        <location
26985            file="frameworks/base/packages/SystemUI/res/layout/global_actions_grid.xml"
26986            line="85"
26987            column="18"/>
26988    </issue>
26989
26990    <issue
26991        id="UselessParent"
26992        message="This `ScrollView` layout or its `FrameLayout` parent is possibly unnecessary"
26993        errorLine1="        &lt;ScrollView"
26994        errorLine2="         ~~~~~~~~~~">
26995        <location
26996            file="frameworks/base/packages/SystemUI/res/layout/alert_dialog_systemui.xml"
26997            line="39"
26998            column="10"/>
26999    </issue>
27000
27001    <issue
27002        id="UselessParent"
27003        message="This `LinearLayout` layout or its `FrameLayout` parent is possibly unnecessary"
27004        errorLine1="        &lt;LinearLayout"
27005        errorLine2="         ~~~~~~~~~~~~">
27006        <location
27007            file="frameworks/base/packages/SystemUI/res/layout/combined_qs_header.xml"
27008            line="128"
27009            column="10"/>
27010    </issue>
27011
27012    <issue
27013        id="UselessParent"
27014        message="This `LinearLayout` layout or its `FrameLayout` parent is possibly unnecessary"
27015        errorLine1="  &lt;LinearLayout"
27016        errorLine2="   ~~~~~~~~~~~~">
27017        <location
27018            file="frameworks/base/packages/SystemUI/res/layout/controls_detail_dialog.xml"
27019            line="23"
27020            column="4"/>
27021    </issue>
27022
27023    <issue
27024        id="UselessParent"
27025        message="This `LinearLayout` layout or its `LinearLayout` parent is unnecessary"
27026        errorLine1="            &lt;LinearLayout"
27027        errorLine2="             ~~~~~~~~~~~~">
27028        <location
27029            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
27030            line="58"
27031            column="14"/>
27032    </issue>
27033
27034    <issue
27035        id="UselessParent"
27036        message="This `RelativeLayout` layout or its `LinearLayout` parent is possibly unnecessary"
27037        errorLine1="    &lt;RelativeLayout"
27038        errorLine2="     ~~~~~~~~~~~~~~">
27039        <location
27040            file="frameworks/base/packages/SystemUI/res/layout/global_actions_view.xml"
27041            line="37"
27042            column="6"/>
27043    </issue>
27044
27045    <issue
27046        id="UselessParent"
27047        message="This `RelativeLayout` layout or its `FrameLayout` parent is unnecessary"
27048        errorLine1="  &lt;RelativeLayout"
27049        errorLine2="   ~~~~~~~~~~~~~~">
27050        <location
27051            file="frameworks/base/packages/SystemUI/res/layout/magnifier_controllers.xml"
27052            line="25"
27053            column="4"/>
27054    </issue>
27055
27056    <issue
27057        id="UselessParent"
27058        message="This `LinearLayout` layout or its `FrameLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
27059        errorLine1="    &lt;LinearLayout"
27060        errorLine2="     ~~~~~~~~~~~~">
27061        <location
27062            file="frameworks/base/packages/SystemUI/res/layout/notif_half_shelf.xml"
27063            line="28"
27064            column="6"/>
27065    </issue>
27066
27067    <issue
27068        id="UselessParent"
27069        message="This `LinearLayout` layout or its `LinearLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
27070        errorLine1="        &lt;LinearLayout"
27071        errorLine2="         ~~~~~~~~~~~~">
27072        <location
27073            file="frameworks/base/packages/SystemUI/res/layout/people_space_activity_no_conversations.xml"
27074            line="69"
27075            column="10"/>
27076    </issue>
27077
27078    <issue
27079        id="UselessParent"
27080        message="This `LinearLayout` layout or its `LinearLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
27081        errorLine1="    &lt;LinearLayout"
27082        errorLine2="     ~~~~~~~~~~~~">
27083        <location
27084            file="frameworks/base/packages/SystemUI/res/layout/people_space_initial_layout.xml"
27085            line="23"
27086            column="6"/>
27087    </issue>
27088
27089    <issue
27090        id="UselessParent"
27091        message="This `LinearLayout` layout or its `LinearLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
27092        errorLine1="    &lt;LinearLayout"
27093        errorLine2="     ~~~~~~~~~~~~">
27094        <location
27095            file="frameworks/base/packages/SystemUI/res/layout/people_space_placeholder_layout.xml"
27096            line="23"
27097            column="6"/>
27098    </issue>
27099
27100    <issue
27101        id="UselessParent"
27102        message="This `LinearLayout` layout or its `LinearLayout` parent is unnecessary; transfer the `background` attribute to the other view"
27103        errorLine1="    &lt;LinearLayout"
27104        errorLine2="     ~~~~~~~~~~~~">
27105        <location
27106            file="frameworks/base/packages/SystemUI/res/layout/people_space_tile_view.xml"
27107            line="24"
27108            column="6"/>
27109    </issue>
27110
27111    <issue
27112        id="UselessParent"
27113        message="This `LinearLayout` layout or its `LinearLayout` parent is unnecessary; transfer the `background` attribute to the other view"
27114        errorLine1="        &lt;LinearLayout"
27115        errorLine2="         ~~~~~~~~~~~~">
27116        <location
27117            file="frameworks/base/packages/SystemUI/res/layout/people_space_tile_view.xml"
27118            line="32"
27119            column="10"/>
27120    </issue>
27121
27122    <issue
27123        id="UselessParent"
27124        message="This `LinearLayout` layout or its `FrameLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
27125        errorLine1="    &lt;LinearLayout"
27126        errorLine2="     ~~~~~~~~~~~~">
27127        <location
27128            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_empty.xml"
27129            line="22"
27130            column="6"/>
27131    </issue>
27132
27133    <issue
27134        id="UselessParent"
27135        message="This `RelativeLayout` layout or its `LinearLayout` parent is unnecessary; transfer the `background` attribute to the other view"
27136        errorLine1="    &lt;RelativeLayout"
27137        errorLine2="     ~~~~~~~~~~~~~~">
27138        <location
27139            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_with_content.xml"
27140            line="28"
27141            column="6"/>
27142    </issue>
27143
27144    <issue
27145        id="UselessParent"
27146        message="This `LinearLayout` layout or its `FrameLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
27147        errorLine1="    &lt;LinearLayout"
27148        errorLine2="     ~~~~~~~~~~~~">
27149        <location
27150            file="frameworks/base/packages/SystemUI/res/layout/people_tile_small.xml"
27151            line="22"
27152            column="6"/>
27153    </issue>
27154
27155    <issue
27156        id="UselessParent"
27157        message="This `LinearLayout` layout or its `FrameLayout` parent is possibly unnecessary; transfer the `background` attribute to the other view"
27158        errorLine1="    &lt;LinearLayout"
27159        errorLine2="     ~~~~~~~~~~~~">
27160        <location
27161            file="frameworks/base/packages/SystemUI/res/layout/people_tile_small_horizontal.xml"
27162            line="22"
27163            column="6"/>
27164    </issue>
27165
27166    <issue
27167        id="UselessParent"
27168        message="This `ScrollView` layout or its `LinearLayout` parent is unnecessary"
27169        errorLine1="    &lt;ScrollView"
27170        errorLine2="     ~~~~~~~~~~">
27171        <location
27172            file="frameworks/base/packages/SystemUI/res/layout/screen_record_dialog.xml"
27173            line="24"
27174            column="6"/>
27175    </issue>
27176
27177    <issue
27178        id="UselessParent"
27179        message="This `FrameLayout` layout or its `FrameLayout` parent is possibly unnecessary"
27180        errorLine1="            &lt;FrameLayout"
27181        errorLine2="             ~~~~~~~~~~~">
27182        <location
27183            file="frameworks/base/packages/SystemUI/res/layout/status_bar.xml"
27184            line="66"
27185            column="14"/>
27186    </issue>
27187
27188    <issue
27189        id="UselessParent"
27190        message="This `LinearLayout` layout or its `LinearLayout` parent is unnecessary"
27191        errorLine1="  &lt;LinearLayout"
27192        errorLine2="   ~~~~~~~~~~~~">
27193        <location
27194            file="frameworks/base/packages/SystemUI/res/layout/user_switcher_fullscreen_popup_item.xml"
27195            line="24"
27196            column="4"/>
27197    </issue>
27198
27199    <issue
27200        id="UselessParent"
27201        message="This `LinearLayout` layout or its `FrameLayout` parent is unnecessary; transfer the `background` attribute to the other view"
27202        errorLine1="    &lt;LinearLayout"
27203        errorLine2="     ~~~~~~~~~~~~">
27204        <location
27205            file="frameworks/base/packages/SystemUI/res/layout/volume_dialog_row.xml"
27206            line="29"
27207            column="6"/>
27208    </issue>
27209
27210    <issue
27211        id="RedundantNamespace"
27212        message="This namespace declaration is redundant"
27213        errorLine1="        &lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
27214        errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27215        <location
27216            file="frameworks/base/packages/SystemUI/res/drawable/rounded_ripple.xml"
27217            line="19"
27218            column="16"/>
27219    </issue>
27220
27221    <issue
27222        id="UnusedNamespace"
27223        message="Unused namespace `systemui`"
27224        errorLine1="    xmlns:systemui=&quot;http://schemas.android.com/apk/res/com.android.systemui&quot;"
27225        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27226        <location
27227            file="frameworks/base/packages/SystemUI/res/layout/status_bar.xml"
27228            line="23"
27229            column="5"/>
27230    </issue>
27231
27232    <issue
27233        id="TypographyEllipsis"
27234        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27235        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Stoor tans skermkiekie...&quot;&lt;/string>"
27236        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27237        <location
27238            file="frameworks/base/packages/SystemUI/res/values-af/strings.xml"
27239            line="77"
27240            column="72"/>
27241    </issue>
27242
27243    <issue
27244        id="TypographyEllipsis"
27245        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27246        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;ቅጽበታዊ ገፅ ዕይታ በማስቀመጥ ላይ...&quot;&lt;/string>"
27247        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27248        <location
27249            file="frameworks/base/packages/SystemUI/res/values-am/strings.xml"
27250            line="77"
27251            column="72"/>
27252    </issue>
27253
27254    <issue
27255        id="TypographyEllipsis"
27256        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27257        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;جارٍ حفظ لقطة الشاشة...&quot;&lt;/string>"
27258        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
27259        <location
27260            file="frameworks/base/packages/SystemUI/res/values-ar/strings.xml"
27261            line="77"
27262            column="72"/>
27263    </issue>
27264
27265    <issue
27266        id="TypographyEllipsis"
27267        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27268        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Skrinşot yadda saxlanır...&quot;&lt;/string>"
27269        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27270        <location
27271            file="frameworks/base/packages/SystemUI/res/values-az/strings.xml"
27272            line="77"
27273            column="72"/>
27274    </issue>
27275
27276    <issue
27277        id="TypographyEllipsis"
27278        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27279        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Čuvanje snimka ekrana...&quot;&lt;/string>"
27280        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~">
27281        <location
27282            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings.xml"
27283            line="77"
27284            column="72"/>
27285    </issue>
27286
27287    <issue
27288        id="TypographyEllipsis"
27289        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27290        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Захаванне скрыншота...&quot;&lt;/string>"
27291        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
27292        <location
27293            file="frameworks/base/packages/SystemUI/res/values-be/strings.xml"
27294            line="77"
27295            column="72"/>
27296    </issue>
27297
27298    <issue
27299        id="TypographyEllipsis"
27300        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27301        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Екранната снимка се запазва...&quot;&lt;/string>"
27302        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27303        <location
27304            file="frameworks/base/packages/SystemUI/res/values-bg/strings.xml"
27305            line="77"
27306            column="72"/>
27307    </issue>
27308
27309    <issue
27310        id="TypographyEllipsis"
27311        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27312        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;স্ক্রিনশট সেভ করা হচ্ছে...&quot;&lt;/string>"
27313        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27314        <location
27315            file="frameworks/base/packages/SystemUI/res/values-bn/strings.xml"
27316            line="77"
27317            column="72"/>
27318    </issue>
27319
27320    <issue
27321        id="TypographyEllipsis"
27322        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27323        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Spašavanje snimka ekrana...&quot;&lt;/string>"
27324        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27325        <location
27326            file="frameworks/base/packages/SystemUI/res/values-bs/strings.xml"
27327            line="77"
27328            column="72"/>
27329    </issue>
27330
27331    <issue
27332        id="TypographyEllipsis"
27333        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27334        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;S\&apos;està desant la captura de pantalla...&quot;&lt;/string>"
27335        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27336        <location
27337            file="frameworks/base/packages/SystemUI/res/values-ca/strings.xml"
27338            line="77"
27339            column="72"/>
27340    </issue>
27341
27342    <issue
27343        id="TypographyEllipsis"
27344        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27345        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Ukládání snímku obrazovky...&quot;&lt;/string>"
27346        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27347        <location
27348            file="frameworks/base/packages/SystemUI/res/values-cs/strings.xml"
27349            line="77"
27350            column="72"/>
27351    </issue>
27352
27353    <issue
27354        id="TypographyEllipsis"
27355        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27356        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Gemmer screenshot...&quot;&lt;/string>"
27357        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~">
27358        <location
27359            file="frameworks/base/packages/SystemUI/res/values-da/strings.xml"
27360            line="77"
27361            column="72"/>
27362    </issue>
27363
27364    <issue
27365        id="TypographyEllipsis"
27366        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27367        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Screenshot wird gespeichert...&quot;&lt;/string>"
27368        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27369        <location
27370            file="frameworks/base/packages/SystemUI/res/values-de/strings.xml"
27371            line="77"
27372            column="72"/>
27373    </issue>
27374
27375    <issue
27376        id="TypographyEllipsis"
27377        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27378        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Αποθήκευση στιγμιότυπου οθόνης...&quot;&lt;/string>"
27379        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27380        <location
27381            file="frameworks/base/packages/SystemUI/res/values-el/strings.xml"
27382            line="77"
27383            column="72"/>
27384    </issue>
27385
27386    <issue
27387        id="TypographyEllipsis"
27388        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27389        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Guardando la captura de pantalla...&quot;&lt;/string>"
27390        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27391        <location
27392            file="frameworks/base/packages/SystemUI/res/values-es-rUS/strings.xml"
27393            line="77"
27394            column="72"/>
27395    </issue>
27396
27397    <issue
27398        id="TypographyEllipsis"
27399        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27400        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Guardando captura...&quot;&lt;/string>"
27401        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~">
27402        <location
27403            file="frameworks/base/packages/SystemUI/res/values-es/strings.xml"
27404            line="77"
27405            column="72"/>
27406    </issue>
27407
27408    <issue
27409        id="TypographyEllipsis"
27410        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27411        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Kuvatõmmise salvestamine ...&quot;&lt;/string>"
27412        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27413        <location
27414            file="frameworks/base/packages/SystemUI/res/values-et/strings.xml"
27415            line="77"
27416            column="72"/>
27417    </issue>
27418
27419    <issue
27420        id="TypographyEllipsis"
27421        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27422        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Tallennetaan kuvakaappausta...&quot;&lt;/string>"
27423        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27424        <location
27425            file="frameworks/base/packages/SystemUI/res/values-fi/strings.xml"
27426            line="77"
27427            column="72"/>
27428    </issue>
27429
27430    <issue
27431        id="TypographyEllipsis"
27432        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27433        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;स्क्रीनशॉट सहेजा जा रहा है...&quot;&lt;/string>"
27434        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27435        <location
27436            file="frameworks/base/packages/SystemUI/res/values-hi/strings.xml"
27437            line="77"
27438            column="72"/>
27439    </issue>
27440
27441    <issue
27442        id="TypographyEllipsis"
27443        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27444        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Spremanje snimke zaslona...&quot;&lt;/string>"
27445        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27446        <location
27447            file="frameworks/base/packages/SystemUI/res/values-hr/strings.xml"
27448            line="77"
27449            column="72"/>
27450    </issue>
27451
27452    <issue
27453        id="TypographyEllipsis"
27454        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27455        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Képernyőkép mentése...&quot;&lt;/string>"
27456        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
27457        <location
27458            file="frameworks/base/packages/SystemUI/res/values-hu/strings.xml"
27459            line="77"
27460            column="72"/>
27461    </issue>
27462
27463    <issue
27464        id="TypographyEllipsis"
27465        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27466        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Սքրինշոթը պահվում է...&quot;&lt;/string>"
27467        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
27468        <location
27469            file="frameworks/base/packages/SystemUI/res/values-hy/strings.xml"
27470            line="77"
27471            column="72"/>
27472    </issue>
27473
27474    <issue
27475        id="TypographyEllipsis"
27476        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27477        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Menyimpan screenshot...&quot;&lt;/string>"
27478        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
27479        <location
27480            file="frameworks/base/packages/SystemUI/res/values-in/strings.xml"
27481            line="77"
27482            column="72"/>
27483    </issue>
27484
27485    <issue
27486        id="TypographyEllipsis"
27487        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27488        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;המערכת שומרת את צילום המסך...&quot;&lt;/string>"
27489        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27490        <location
27491            file="frameworks/base/packages/SystemUI/res/values-iw/strings.xml"
27492            line="77"
27493            column="72"/>
27494    </issue>
27495
27496    <issue
27497        id="TypographyEllipsis"
27498        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27499        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;スクリーンショットを保存しています...&quot;&lt;/string>"
27500        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~">
27501        <location
27502            file="frameworks/base/packages/SystemUI/res/values-ja/strings.xml"
27503            line="77"
27504            column="72"/>
27505    </issue>
27506
27507    <issue
27508        id="TypographyEllipsis"
27509        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27510        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;កំពុង​រក្សាទុក​រូបថត​អេក្រង់...&quot;&lt;/string>"
27511        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27512        <location
27513            file="frameworks/base/packages/SystemUI/res/values-km/strings.xml"
27514            line="77"
27515            column="72"/>
27516    </issue>
27517
27518    <issue
27519        id="TypographyEllipsis"
27520        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27521        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;캡쳐화면 저장 중...&quot;&lt;/string>"
27522        errorLine2="                                                                       ~~~~~~~~~~~~~~">
27523        <location
27524            file="frameworks/base/packages/SystemUI/res/values-ko/strings.xml"
27525            line="77"
27526            column="72"/>
27527    </issue>
27528
27529    <issue
27530        id="TypographyEllipsis"
27531        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27532        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Скриншот сакталууда...&quot;&lt;/string>"
27533        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
27534        <location
27535            file="frameworks/base/packages/SystemUI/res/values-ky/strings.xml"
27536            line="77"
27537            column="72"/>
27538    </issue>
27539
27540    <issue
27541        id="TypographyEllipsis"
27542        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27543        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;ກຳລັງບັນທຶກພາບໜ້າຈໍ...&quot;&lt;/string>"
27544        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
27545        <location
27546            file="frameworks/base/packages/SystemUI/res/values-lo/strings.xml"
27547            line="77"
27548            column="72"/>
27549    </issue>
27550
27551    <issue
27552        id="TypographyEllipsis"
27553        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27554        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Išsaugoma ekrano kopija...&quot;&lt;/string>"
27555        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27556        <location
27557            file="frameworks/base/packages/SystemUI/res/values-lt/strings.xml"
27558            line="77"
27559            column="72"/>
27560    </issue>
27561
27562    <issue
27563        id="TypographyEllipsis"
27564        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27565        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Notiek ekrānuzņēmuma saglabāšana...&quot;&lt;/string>"
27566        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27567        <location
27568            file="frameworks/base/packages/SystemUI/res/values-lv/strings.xml"
27569            line="77"
27570            column="72"/>
27571    </issue>
27572
27573    <issue
27574        id="TypographyEllipsis"
27575        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27576        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Сликата на екранот се зачувува...&quot;&lt;/string>"
27577        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27578        <location
27579            file="frameworks/base/packages/SystemUI/res/values-mk/strings.xml"
27580            line="77"
27581            column="72"/>
27582    </issue>
27583
27584    <issue
27585        id="TypographyEllipsis"
27586        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27587        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;സ്‌ക്രീൻഷോട്ട് സംരക്ഷിക്കുന്നു...&quot;&lt;/string>"
27588        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27589        <location
27590            file="frameworks/base/packages/SystemUI/res/values-ml/strings.xml"
27591            line="77"
27592            column="72"/>
27593    </issue>
27594
27595    <issue
27596        id="TypographyEllipsis"
27597        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27598        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Menyimpan tangkapan skrin...&quot;&lt;/string>"
27599        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27600        <location
27601            file="frameworks/base/packages/SystemUI/res/values-ms/strings.xml"
27602            line="77"
27603            column="72"/>
27604    </issue>
27605
27606    <issue
27607        id="TypographyEllipsis"
27608        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27609        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Screenshot opslaan...&quot;&lt;/string>"
27610        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~">
27611        <location
27612            file="frameworks/base/packages/SystemUI/res/values-nl/strings.xml"
27613            line="77"
27614            column="72"/>
27615    </issue>
27616
27617    <issue
27618        id="TypographyEllipsis"
27619        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27620        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Zapisywanie zrzutu ekranu...&quot;&lt;/string>"
27621        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27622        <location
27623            file="frameworks/base/packages/SystemUI/res/values-pl/strings.xml"
27624            line="77"
27625            column="72"/>
27626    </issue>
27627
27628    <issue
27629        id="TypographyEllipsis"
27630        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27631        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Salvando captura de tela...&quot;&lt;/string>"
27632        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27633        <location
27634            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings.xml"
27635            line="77"
27636            column="72"/>
27637    </issue>
27638
27639    <issue
27640        id="TypographyEllipsis"
27641        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27642        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;A guardar captura de ecrã...&quot;&lt;/string>"
27643        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27644        <location
27645            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings.xml"
27646            line="77"
27647            column="72"/>
27648    </issue>
27649
27650    <issue
27651        id="TypographyEllipsis"
27652        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27653        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Salvando captura de tela...&quot;&lt;/string>"
27654        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27655        <location
27656            file="frameworks/base/packages/SystemUI/res/values-pt/strings.xml"
27657            line="77"
27658            column="72"/>
27659    </issue>
27660
27661    <issue
27662        id="TypographyEllipsis"
27663        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27664        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Se salvează captura de ecran...&quot;&lt;/string>"
27665        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27666        <location
27667            file="frameworks/base/packages/SystemUI/res/values-ro/strings.xml"
27668            line="77"
27669            column="72"/>
27670    </issue>
27671
27672    <issue
27673        id="TypographyEllipsis"
27674        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27675        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Сохранение...&quot;&lt;/string>"
27676        errorLine2="                                                                       ~~~~~~~~~~~~~~~">
27677        <location
27678            file="frameworks/base/packages/SystemUI/res/values-ru/strings.xml"
27679            line="77"
27680            column="72"/>
27681    </issue>
27682
27683    <issue
27684        id="TypographyEllipsis"
27685        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27686        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Prebieha ukladanie snímky obrazovky...&quot;&lt;/string>"
27687        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27688        <location
27689            file="frameworks/base/packages/SystemUI/res/values-sk/strings.xml"
27690            line="77"
27691            column="72"/>
27692    </issue>
27693
27694    <issue
27695        id="TypographyEllipsis"
27696        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27697        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Shranjevanje posnetka zaslona ...&quot;&lt;/string>"
27698        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27699        <location
27700            file="frameworks/base/packages/SystemUI/res/values-sl/strings.xml"
27701            line="77"
27702            column="72"/>
27703    </issue>
27704
27705    <issue
27706        id="TypographyEllipsis"
27707        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27708        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Чување снимка екрана...&quot;&lt;/string>"
27709        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
27710        <location
27711            file="frameworks/base/packages/SystemUI/res/values-sr/strings.xml"
27712            line="77"
27713            column="72"/>
27714    </issue>
27715
27716    <issue
27717        id="TypographyEllipsis"
27718        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27719        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Skärmbilden sparas ...&quot;&lt;/string>"
27720        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
27721        <location
27722            file="frameworks/base/packages/SystemUI/res/values-sv/strings.xml"
27723            line="77"
27724            column="72"/>
27725    </issue>
27726
27727    <issue
27728        id="TypographyEllipsis"
27729        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27730        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Inahifadhi picha ya skrini...&quot;&lt;/string>"
27731        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27732        <location
27733            file="frameworks/base/packages/SystemUI/res/values-sw/strings.xml"
27734            line="77"
27735            column="72"/>
27736    </issue>
27737
27738    <issue
27739        id="TypographyEllipsis"
27740        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27741        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;กำลังบันทึกภาพหน้าจอ...&quot;&lt;/string>"
27742        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
27743        <location
27744            file="frameworks/base/packages/SystemUI/res/values-th/strings.xml"
27745            line="77"
27746            column="72"/>
27747    </issue>
27748
27749    <issue
27750        id="TypographyEllipsis"
27751        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27752        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Ekran görüntüsü kaydediliyor...&quot;&lt;/string>"
27753        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27754        <location
27755            file="frameworks/base/packages/SystemUI/res/values-tr/strings.xml"
27756            line="77"
27757            column="72"/>
27758    </issue>
27759
27760    <issue
27761        id="TypographyEllipsis"
27762        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27763        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Збереження знімка екрана...&quot;&lt;/string>"
27764        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27765        <location
27766            file="frameworks/base/packages/SystemUI/res/values-uk/strings.xml"
27767            line="77"
27768            column="72"/>
27769    </issue>
27770
27771    <issue
27772        id="TypographyEllipsis"
27773        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27774        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Đang lưu ảnh chụp màn hình...&quot;&lt;/string>"
27775        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27776        <location
27777            file="frameworks/base/packages/SystemUI/res/values-vi/strings.xml"
27778            line="77"
27779            column="72"/>
27780    </issue>
27781
27782    <issue
27783        id="TypographyEllipsis"
27784        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27785        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;正在保存屏幕截图...&quot;&lt;/string>"
27786        errorLine2="                                                                       ~~~~~~~~~~~~~">
27787        <location
27788            file="frameworks/base/packages/SystemUI/res/values-zh-rCN/strings.xml"
27789            line="77"
27790            column="72"/>
27791    </issue>
27792
27793    <issue
27794        id="TypographyEllipsis"
27795        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27796        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;正在儲存螢幕擷取畫面...&quot;&lt;/string>"
27797        errorLine2="                                                                       ~~~~~~~~~~~~~~~">
27798        <location
27799            file="frameworks/base/packages/SystemUI/res/values-zh-rHK/strings.xml"
27800            line="77"
27801            column="72"/>
27802    </issue>
27803
27804    <issue
27805        id="TypographyEllipsis"
27806        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27807        errorLine1="    &lt;string name=&quot;screenshot_saving_title&quot; msgid=&quot;2298349784913287333&quot;>&quot;Ilondoloz umfanekiso weskrini...&quot;&lt;/string>"
27808        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27809        <location
27810            file="frameworks/base/packages/SystemUI/res/values-zu/strings.xml"
27811            line="77"
27812            column="72"/>
27813    </issue>
27814
27815    <issue
27816        id="TypographyEllipsis"
27817        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27818        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;በማብራት ላይ...&quot;&lt;/string>"
27819        errorLine2="                                                                                                  ~~~~~~~~~~~~~">
27820        <location
27821            file="frameworks/base/packages/SystemUI/res/values-am/strings.xml"
27822            line="292"
27823            column="99"/>
27824    </issue>
27825
27826    <issue
27827        id="TypographyEllipsis"
27828        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27829        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;Aktiv edilir...&quot;&lt;/string>"
27830        errorLine2="                                                                                                  ~~~~~~~~~~~~~~~~~">
27831        <location
27832            file="frameworks/base/packages/SystemUI/res/values-az/strings.xml"
27833            line="292"
27834            column="99"/>
27835    </issue>
27836
27837    <issue
27838        id="TypographyEllipsis"
27839        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27840        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;Uključuje se...&quot;&lt;/string>"
27841        errorLine2="                                                                                                  ~~~~~~~~~~~~~~~~~">
27842        <location
27843            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings.xml"
27844            line="292"
27845            column="99"/>
27846    </issue>
27847
27848    <issue
27849        id="TypographyEllipsis"
27850        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27851        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;Включва се...&quot;&lt;/string>"
27852        errorLine2="                                                                                                  ~~~~~~~~~~~~~~~">
27853        <location
27854            file="frameworks/base/packages/SystemUI/res/values-bg/strings.xml"
27855            line="292"
27856            column="99"/>
27857    </issue>
27858
27859    <issue
27860        id="TypographyEllipsis"
27861        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27862        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;កំពុង​បើក...&quot;&lt;/string>"
27863        errorLine2="                                                                                                  ~~~~~~~~~~~~~~">
27864        <location
27865            file="frameworks/base/packages/SystemUI/res/values-km/strings.xml"
27866            line="292"
27867            column="99"/>
27868    </issue>
27869
27870    <issue
27871        id="TypographyEllipsis"
27872        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27873        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;ಆನ್ ಮಾಡಲಾಗುತ್ತಿದೆ...&quot;&lt;/string>"
27874        errorLine2="                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~">
27875        <location
27876            file="frameworks/base/packages/SystemUI/res/values-kn/strings.xml"
27877            line="292"
27878            column="99"/>
27879    </issue>
27880
27881    <issue
27882        id="TypographyEllipsis"
27883        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27884        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;켜는 중...&quot;&lt;/string>"
27885        errorLine2="                                                                                                  ~~~~~~~~~">
27886        <location
27887            file="frameworks/base/packages/SystemUI/res/values-ko/strings.xml"
27888            line="292"
27889            column="99"/>
27890    </issue>
27891
27892    <issue
27893        id="TypographyEllipsis"
27894        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27895        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;ກຳລັງເປີດ...&quot;&lt;/string>"
27896        errorLine2="                                                                                                  ~~~~~~~~~~~~~~">
27897        <location
27898            file="frameworks/base/packages/SystemUI/res/values-lo/strings.xml"
27899            line="292"
27900            column="99"/>
27901    </issue>
27902
27903    <issue
27904        id="TypographyEllipsis"
27905        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27906        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;A ativar...&quot;&lt;/string>"
27907        errorLine2="                                                                                                  ~~~~~~~~~~~~~">
27908        <location
27909            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings.xml"
27910            line="292"
27911            column="99"/>
27912    </issue>
27913
27914    <issue
27915        id="TypographyEllipsis"
27916        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27917        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;Se activează...&quot;&lt;/string>"
27918        errorLine2="                                                                                                  ~~~~~~~~~~~~~~~~~">
27919        <location
27920            file="frameworks/base/packages/SystemUI/res/values-ro/strings.xml"
27921            line="292"
27922            column="99"/>
27923    </issue>
27924
27925    <issue
27926        id="TypographyEllipsis"
27927        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27928        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;Укључује се...&quot;&lt;/string>"
27929        errorLine2="                                                                                                  ~~~~~~~~~~~~~~~~">
27930        <location
27931            file="frameworks/base/packages/SystemUI/res/values-sr/strings.xml"
27932            line="292"
27933            column="99"/>
27934    </issue>
27935
27936    <issue
27937        id="TypographyEllipsis"
27938        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27939        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;Inawasha...&quot;&lt;/string>"
27940        errorLine2="                                                                                                  ~~~~~~~~~~~~~">
27941        <location
27942            file="frameworks/base/packages/SystemUI/res/values-sw/strings.xml"
27943            line="292"
27944            column="99"/>
27945    </issue>
27946
27947    <issue
27948        id="TypographyEllipsis"
27949        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27950        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;กำลังเปิด...&quot;&lt;/string>"
27951        errorLine2="                                                                                                  ~~~~~~~~~~~~~~">
27952        <location
27953            file="frameworks/base/packages/SystemUI/res/values-th/strings.xml"
27954            line="292"
27955            column="99"/>
27956    </issue>
27957
27958    <issue
27959        id="TypographyEllipsis"
27960        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27961        errorLine1="    &lt;string name=&quot;quick_settings_bluetooth_secondary_label_transient&quot; msgid=&quot;3882884317600669650&quot;>&quot;Iyavula...&quot;&lt;/string>"
27962        errorLine2="                                                                                                  ~~~~~~~~~~~~">
27963        <location
27964            file="frameworks/base/packages/SystemUI/res/values-zu/strings.xml"
27965            line="292"
27966            column="99"/>
27967    </issue>
27968
27969    <issue
27970        id="TypographyEllipsis"
27971        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27972        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;በማብራት ላይ...&quot;&lt;/string>"
27973        errorLine2="                                                                                             ~~~~~~~~~~~~~">
27974        <location
27975            file="frameworks/base/packages/SystemUI/res/values-am/strings.xml"
27976            line="308"
27977            column="94"/>
27978    </issue>
27979
27980    <issue
27981        id="TypographyEllipsis"
27982        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27983        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;Aktiv edilir...&quot;&lt;/string>"
27984        errorLine2="                                                                                             ~~~~~~~~~~~~~~~~~">
27985        <location
27986            file="frameworks/base/packages/SystemUI/res/values-az/strings.xml"
27987            line="308"
27988            column="94"/>
27989    </issue>
27990
27991    <issue
27992        id="TypographyEllipsis"
27993        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
27994        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;Uključuje se...&quot;&lt;/string>"
27995        errorLine2="                                                                                             ~~~~~~~~~~~~~~~~~">
27996        <location
27997            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings.xml"
27998            line="308"
27999            column="94"/>
28000    </issue>
28001
28002    <issue
28003        id="TypographyEllipsis"
28004        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28005        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;Включва се...&quot;&lt;/string>"
28006        errorLine2="                                                                                             ~~~~~~~~~~~~~~~">
28007        <location
28008            file="frameworks/base/packages/SystemUI/res/values-bg/strings.xml"
28009            line="308"
28010            column="94"/>
28011    </issue>
28012
28013    <issue
28014        id="TypographyEllipsis"
28015        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28016        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;កំពុង​បើក...&quot;&lt;/string>"
28017        errorLine2="                                                                                             ~~~~~~~~~~~~~~">
28018        <location
28019            file="frameworks/base/packages/SystemUI/res/values-km/strings.xml"
28020            line="308"
28021            column="94"/>
28022    </issue>
28023
28024    <issue
28025        id="TypographyEllipsis"
28026        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28027        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;ಆನ್ ಮಾಡಲಾಗುತ್ತಿದೆ...&quot;&lt;/string>"
28028        errorLine2="                                                                                             ~~~~~~~~~~~~~~~~~~~~~~">
28029        <location
28030            file="frameworks/base/packages/SystemUI/res/values-kn/strings.xml"
28031            line="308"
28032            column="94"/>
28033    </issue>
28034
28035    <issue
28036        id="TypographyEllipsis"
28037        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28038        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;켜는 중...&quot;&lt;/string>"
28039        errorLine2="                                                                                             ~~~~~~~~~">
28040        <location
28041            file="frameworks/base/packages/SystemUI/res/values-ko/strings.xml"
28042            line="308"
28043            column="94"/>
28044    </issue>
28045
28046    <issue
28047        id="TypographyEllipsis"
28048        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28049        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;ກຳລັງເປີດ...&quot;&lt;/string>"
28050        errorLine2="                                                                                             ~~~~~~~~~~~~~~">
28051        <location
28052            file="frameworks/base/packages/SystemUI/res/values-lo/strings.xml"
28053            line="308"
28054            column="94"/>
28055    </issue>
28056
28057    <issue
28058        id="TypographyEllipsis"
28059        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28060        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;A ativar...&quot;&lt;/string>"
28061        errorLine2="                                                                                             ~~~~~~~~~~~~~">
28062        <location
28063            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings.xml"
28064            line="308"
28065            column="94"/>
28066    </issue>
28067
28068    <issue
28069        id="TypographyEllipsis"
28070        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28071        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;Se activează...&quot;&lt;/string>"
28072        errorLine2="                                                                                             ~~~~~~~~~~~~~~~~~">
28073        <location
28074            file="frameworks/base/packages/SystemUI/res/values-ro/strings.xml"
28075            line="308"
28076            column="94"/>
28077    </issue>
28078
28079    <issue
28080        id="TypographyEllipsis"
28081        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28082        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;Укључује се...&quot;&lt;/string>"
28083        errorLine2="                                                                                             ~~~~~~~~~~~~~~~~">
28084        <location
28085            file="frameworks/base/packages/SystemUI/res/values-sr/strings.xml"
28086            line="308"
28087            column="94"/>
28088    </issue>
28089
28090    <issue
28091        id="TypographyEllipsis"
28092        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28093        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;Inawasha...&quot;&lt;/string>"
28094        errorLine2="                                                                                             ~~~~~~~~~~~~~">
28095        <location
28096            file="frameworks/base/packages/SystemUI/res/values-sw/strings.xml"
28097            line="308"
28098            column="94"/>
28099    </issue>
28100
28101    <issue
28102        id="TypographyEllipsis"
28103        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28104        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;กำลังเปิด...&quot;&lt;/string>"
28105        errorLine2="                                                                                             ~~~~~~~~~~~~~~">
28106        <location
28107            file="frameworks/base/packages/SystemUI/res/values-th/strings.xml"
28108            line="308"
28109            column="94"/>
28110    </issue>
28111
28112    <issue
28113        id="TypographyEllipsis"
28114        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28115        errorLine1="    &lt;string name=&quot;quick_settings_wifi_secondary_label_transient&quot; msgid=&quot;7501659015509357887&quot;>&quot;Iyavula...&quot;&lt;/string>"
28116        errorLine2="                                                                                             ~~~~~~~~~~~~">
28117        <location
28118            file="frameworks/base/packages/SystemUI/res/values-zu/strings.xml"
28119            line="308"
28120            column="94"/>
28121    </issue>
28122
28123    <issue
28124        id="TypographyEllipsis"
28125        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28126        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Connecting...&quot;&lt;/string>"
28127        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28128        <location
28129            file="frameworks/base/packages/SystemUI/res/values-en-rCA/strings.xml"
28130            line="318"
28131            column="74"/>
28132    </issue>
28133
28134    <issue
28135        id="TypographyEllipsis"
28136        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28137        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‎‎‎‏‎‎‎‎‏‏‏‎‎‏‏‏‎‏‎‎‏‏‏‎‎‎‏‏‎‏‏‎‎‏‏‎‏‎‎‏‏‎‎‎‏‏‏‏‎‎‏‎‎‏‎‎‏‎‎‏‎Connecting...‎‏‎‎‏‎&quot;&lt;/string>"
28138        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
28139        <location
28140            file="frameworks/base/packages/SystemUI/res/values-en-rXC/strings.xml"
28141            line="318"
28142            column="74"/>
28143    </issue>
28144
28145    <issue
28146        id="TypographyEllipsis"
28147        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28148        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Łączę...&quot;&lt;/string>"
28149        errorLine2="                                                                         ~~~~~~~~~~">
28150        <location
28151            file="frameworks/base/packages/SystemUI/res/values-pl/strings.xml"
28152            line="318"
28153            column="74"/>
28154    </issue>
28155
28156    <issue
28157        id="TypographyEllipsis"
28158        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28159        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;በማገናኘት ላይ...&quot;&lt;/string>"
28160        errorLine2="                                                                         ~~~~~~~~~~~~~~">
28161        <location
28162            file="frameworks/base/packages/SystemUI/res/values-am/strings.xml"
28163            line="323"
28164            column="74"/>
28165    </issue>
28166
28167    <issue
28168        id="TypographyEllipsis"
28169        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28170        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;جارٍ الاتصال...&quot;&lt;/string>"
28171        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~">
28172        <location
28173            file="frameworks/base/packages/SystemUI/res/values-ar/strings.xml"
28174            line="323"
28175            column="74"/>
28176    </issue>
28177
28178    <issue
28179        id="TypographyEllipsis"
28180        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28181        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;সংযোগ কৰি থকা হৈছে...&quot;&lt;/string>"
28182        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~">
28183        <location
28184            file="frameworks/base/packages/SystemUI/res/values-as/strings.xml"
28185            line="323"
28186            column="74"/>
28187    </issue>
28188
28189    <issue
28190        id="TypographyEllipsis"
28191        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28192        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Qoşulur...&quot;&lt;/string>"
28193        errorLine2="                                                                         ~~~~~~~~~~~~">
28194        <location
28195            file="frameworks/base/packages/SystemUI/res/values-az/strings.xml"
28196            line="323"
28197            column="74"/>
28198    </issue>
28199
28200    <issue
28201        id="TypographyEllipsis"
28202        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28203        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Povezuje se...&quot;&lt;/string>"
28204        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28205        <location
28206            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings.xml"
28207            line="323"
28208            column="74"/>
28209    </issue>
28210
28211    <issue
28212        id="TypographyEllipsis"
28213        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28214        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Падлучэнне...&quot;&lt;/string>"
28215        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28216        <location
28217            file="frameworks/base/packages/SystemUI/res/values-be/strings.xml"
28218            line="323"
28219            column="74"/>
28220    </issue>
28221
28222    <issue
28223        id="TypographyEllipsis"
28224        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28225        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Установява се връзка...&quot;&lt;/string>"
28226        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
28227        <location
28228            file="frameworks/base/packages/SystemUI/res/values-bg/strings.xml"
28229            line="323"
28230            column="74"/>
28231    </issue>
28232
28233    <issue
28234        id="TypographyEllipsis"
28235        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28236        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;সংযুক্ত হচ্ছে...&quot;&lt;/string>"
28237        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~">
28238        <location
28239            file="frameworks/base/packages/SystemUI/res/values-bn/strings.xml"
28240            line="323"
28241            column="74"/>
28242    </issue>
28243
28244    <issue
28245        id="TypographyEllipsis"
28246        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28247        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Povezivanje...&quot;&lt;/string>"
28248        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28249        <location
28250            file="frameworks/base/packages/SystemUI/res/values-bs/strings.xml"
28251            line="323"
28252            column="74"/>
28253    </issue>
28254
28255    <issue
28256        id="TypographyEllipsis"
28257        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28258        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;S\&apos;està connectant...&quot;&lt;/string>"
28259        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~">
28260        <location
28261            file="frameworks/base/packages/SystemUI/res/values-ca/strings.xml"
28262            line="323"
28263            column="74"/>
28264    </issue>
28265
28266    <issue
28267        id="TypographyEllipsis"
28268        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28269        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Připojování...&quot;&lt;/string>"
28270        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28271        <location
28272            file="frameworks/base/packages/SystemUI/res/values-cs/strings.xml"
28273            line="323"
28274            column="74"/>
28275    </issue>
28276
28277    <issue
28278        id="TypographyEllipsis"
28279        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28280        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Connecting...&quot;&lt;/string>"
28281        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28282        <location
28283            file="frameworks/base/packages/SystemUI/res/values-en-rAU/strings.xml"
28284            line="323"
28285            column="74"/>
28286    </issue>
28287
28288    <issue
28289        id="TypographyEllipsis"
28290        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28291        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Connecting...&quot;&lt;/string>"
28292        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28293        <location
28294            file="frameworks/base/packages/SystemUI/res/values-en-rGB/strings.xml"
28295            line="323"
28296            column="74"/>
28297    </issue>
28298
28299    <issue
28300        id="TypographyEllipsis"
28301        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28302        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Connecting...&quot;&lt;/string>"
28303        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28304        <location
28305            file="frameworks/base/packages/SystemUI/res/values-en-rIN/strings.xml"
28306            line="323"
28307            column="74"/>
28308    </issue>
28309
28310    <issue
28311        id="TypographyEllipsis"
28312        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28313        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Conectando...&quot;&lt;/string>"
28314        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28315        <location
28316            file="frameworks/base/packages/SystemUI/res/values-es/strings.xml"
28317            line="323"
28318            column="74"/>
28319    </issue>
28320
28321    <issue
28322        id="TypographyEllipsis"
28323        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28324        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Ühenduse loomine ...&quot;&lt;/string>"
28325        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~">
28326        <location
28327            file="frameworks/base/packages/SystemUI/res/values-et/strings.xml"
28328            line="323"
28329            column="74"/>
28330    </issue>
28331
28332    <issue
28333        id="TypographyEllipsis"
28334        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28335        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;در حال اتصال...&quot;&lt;/string>"
28336        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~">
28337        <location
28338            file="frameworks/base/packages/SystemUI/res/values-fa/strings.xml"
28339            line="323"
28340            column="74"/>
28341    </issue>
28342
28343    <issue
28344        id="TypographyEllipsis"
28345        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28346        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Connexion en cours...&quot;&lt;/string>"
28347        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~">
28348        <location
28349            file="frameworks/base/packages/SystemUI/res/values-fr/strings.xml"
28350            line="323"
28351            column="74"/>
28352    </issue>
28353
28354    <issue
28355        id="TypographyEllipsis"
28356        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28357        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Conectando...&quot;&lt;/string>"
28358        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28359        <location
28360            file="frameworks/base/packages/SystemUI/res/values-gl/strings.xml"
28361            line="323"
28362            column="74"/>
28363    </issue>
28364
28365    <issue
28366        id="TypographyEllipsis"
28367        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28368        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;કનેક્ટ કરી રહ્યું છે...&quot;&lt;/string>"
28369        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
28370        <location
28371            file="frameworks/base/packages/SystemUI/res/values-gu/strings.xml"
28372            line="323"
28373            column="74"/>
28374    </issue>
28375
28376    <issue
28377        id="TypographyEllipsis"
28378        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28379        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;कनेक्ट हो रहा है...&quot;&lt;/string>"
28380        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~">
28381        <location
28382            file="frameworks/base/packages/SystemUI/res/values-hi/strings.xml"
28383            line="323"
28384            column="74"/>
28385    </issue>
28386
28387    <issue
28388        id="TypographyEllipsis"
28389        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28390        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Povezivanje...&quot;&lt;/string>"
28391        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28392        <location
28393            file="frameworks/base/packages/SystemUI/res/values-hr/strings.xml"
28394            line="323"
28395            column="74"/>
28396    </issue>
28397
28398    <issue
28399        id="TypographyEllipsis"
28400        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28401        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Միանում է...&quot;&lt;/string>"
28402        errorLine2="                                                                         ~~~~~~~~~~~~~~">
28403        <location
28404            file="frameworks/base/packages/SystemUI/res/values-hy/strings.xml"
28405            line="323"
28406            column="74"/>
28407    </issue>
28408
28409    <issue
28410        id="TypographyEllipsis"
28411        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28412        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Menghubungkan...&quot;&lt;/string>"
28413        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~">
28414        <location
28415            file="frameworks/base/packages/SystemUI/res/values-in/strings.xml"
28416            line="323"
28417            column="74"/>
28418    </issue>
28419
28420    <issue
28421        id="TypographyEllipsis"
28422        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28423        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Tengist...&quot;&lt;/string>"
28424        errorLine2="                                                                         ~~~~~~~~~~~~">
28425        <location
28426            file="frameworks/base/packages/SystemUI/res/values-is/strings.xml"
28427            line="323"
28428            column="74"/>
28429    </issue>
28430
28431    <issue
28432        id="TypographyEllipsis"
28433        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28434        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Connessione in corso...&quot;&lt;/string>"
28435        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
28436        <location
28437            file="frameworks/base/packages/SystemUI/res/values-it/strings.xml"
28438            line="323"
28439            column="74"/>
28440    </issue>
28441
28442    <issue
28443        id="TypographyEllipsis"
28444        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28445        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;מתבצע חיבור...&quot;&lt;/string>"
28446        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28447        <location
28448            file="frameworks/base/packages/SystemUI/res/values-iw/strings.xml"
28449            line="323"
28450            column="74"/>
28451    </issue>
28452
28453    <issue
28454        id="TypographyEllipsis"
28455        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28456        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;接続しています...&quot;&lt;/string>"
28457        errorLine2="                                                                         ~~~~~~~~~~~~">
28458        <location
28459            file="frameworks/base/packages/SystemUI/res/values-ja/strings.xml"
28460            line="323"
28461            column="74"/>
28462    </issue>
28463
28464    <issue
28465        id="TypographyEllipsis"
28466        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28467        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;დაკავშირება...&quot;&lt;/string>"
28468        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28469        <location
28470            file="frameworks/base/packages/SystemUI/res/values-ka/strings.xml"
28471            line="323"
28472            column="74"/>
28473    </issue>
28474
28475    <issue
28476        id="TypographyEllipsis"
28477        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28478        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;កំពុង​តភ្ជាប់...&quot;&lt;/string>"
28479        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~">
28480        <location
28481            file="frameworks/base/packages/SystemUI/res/values-km/strings.xml"
28482            line="323"
28483            column="74"/>
28484    </issue>
28485
28486    <issue
28487        id="TypographyEllipsis"
28488        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28489        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;ಸಂಪರ್ಕಿಸಲಾಗುತ್ತಿದೆ...&quot;&lt;/string>"
28490        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~">
28491        <location
28492            file="frameworks/base/packages/SystemUI/res/values-kn/strings.xml"
28493            line="323"
28494            column="74"/>
28495    </issue>
28496
28497    <issue
28498        id="TypographyEllipsis"
28499        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28500        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;연결 중...&quot;&lt;/string>"
28501        errorLine2="                                                                         ~~~~~~~~~">
28502        <location
28503            file="frameworks/base/packages/SystemUI/res/values-ko/strings.xml"
28504            line="323"
28505            column="74"/>
28506    </issue>
28507
28508    <issue
28509        id="TypographyEllipsis"
28510        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28511        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;ກຳລັງເຊື່ອມຕໍ່...&quot;&lt;/string>"
28512        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~">
28513        <location
28514            file="frameworks/base/packages/SystemUI/res/values-lo/strings.xml"
28515            line="323"
28516            column="74"/>
28517    </issue>
28518
28519    <issue
28520        id="TypographyEllipsis"
28521        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28522        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Prisijungiama...&quot;&lt;/string>"
28523        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~">
28524        <location
28525            file="frameworks/base/packages/SystemUI/res/values-lt/strings.xml"
28526            line="323"
28527            column="74"/>
28528    </issue>
28529
28530    <issue
28531        id="TypographyEllipsis"
28532        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28533        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Се поврзува...&quot;&lt;/string>"
28534        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28535        <location
28536            file="frameworks/base/packages/SystemUI/res/values-mk/strings.xml"
28537            line="323"
28538            column="74"/>
28539    </issue>
28540
28541    <issue
28542        id="TypographyEllipsis"
28543        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28544        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;കണക്റ്റുചെയ്യുന്നു...&quot;&lt;/string>"
28545        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~">
28546        <location
28547            file="frameworks/base/packages/SystemUI/res/values-ml/strings.xml"
28548            line="323"
28549            column="74"/>
28550    </issue>
28551
28552    <issue
28553        id="TypographyEllipsis"
28554        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28555        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Холбогдож байна...&quot;&lt;/string>"
28556        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~">
28557        <location
28558            file="frameworks/base/packages/SystemUI/res/values-mn/strings.xml"
28559            line="323"
28560            column="74"/>
28561    </issue>
28562
28563    <issue
28564        id="TypographyEllipsis"
28565        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28566        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;कनेक्ट करत आहे...&quot;&lt;/string>"
28567        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~">
28568        <location
28569            file="frameworks/base/packages/SystemUI/res/values-mr/strings.xml"
28570            line="323"
28571            column="74"/>
28572    </issue>
28573
28574    <issue
28575        id="TypographyEllipsis"
28576        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28577        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Menyambung...&quot;&lt;/string>"
28578        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28579        <location
28580            file="frameworks/base/packages/SystemUI/res/values-ms/strings.xml"
28581            line="323"
28582            column="74"/>
28583    </issue>
28584
28585    <issue
28586        id="TypographyEllipsis"
28587        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28588        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;ဆက်သွယ်နေ...&quot;&lt;/string>"
28589        errorLine2="                                                                         ~~~~~~~~~~~~~~">
28590        <location
28591            file="frameworks/base/packages/SystemUI/res/values-my/strings.xml"
28592            line="323"
28593            column="74"/>
28594    </issue>
28595
28596    <issue
28597        id="TypographyEllipsis"
28598        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28599        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;कनेक्ट गरिँदै छ...&quot;&lt;/string>"
28600        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~">
28601        <location
28602            file="frameworks/base/packages/SystemUI/res/values-ne/strings.xml"
28603            line="323"
28604            column="74"/>
28605    </issue>
28606
28607    <issue
28608        id="TypographyEllipsis"
28609        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28610        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;ସଂଯୋଗ କରୁଛି...&quot;&lt;/string>"
28611        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28612        <location
28613            file="frameworks/base/packages/SystemUI/res/values-or/strings.xml"
28614            line="323"
28615            column="74"/>
28616    </issue>
28617
28618    <issue
28619        id="TypographyEllipsis"
28620        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28621        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;ਕਨੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ...&quot;&lt;/string>"
28622        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~">
28623        <location
28624            file="frameworks/base/packages/SystemUI/res/values-pa/strings.xml"
28625            line="323"
28626            column="74"/>
28627    </issue>
28628
28629    <issue
28630        id="TypographyEllipsis"
28631        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28632        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Conectando...&quot;&lt;/string>"
28633        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28634        <location
28635            file="frameworks/base/packages/SystemUI/res/values-pt-rBR/strings.xml"
28636            line="323"
28637            column="74"/>
28638    </issue>
28639
28640    <issue
28641        id="TypographyEllipsis"
28642        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28643        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;A ligar...&quot;&lt;/string>"
28644        errorLine2="                                                                         ~~~~~~~~~~~~">
28645        <location
28646            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings.xml"
28647            line="323"
28648            column="74"/>
28649    </issue>
28650
28651    <issue
28652        id="TypographyEllipsis"
28653        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28654        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Conectando...&quot;&lt;/string>"
28655        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28656        <location
28657            file="frameworks/base/packages/SystemUI/res/values-pt/strings.xml"
28658            line="323"
28659            column="74"/>
28660    </issue>
28661
28662    <issue
28663        id="TypographyEllipsis"
28664        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28665        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Se conectează...&quot;&lt;/string>"
28666        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~">
28667        <location
28668            file="frameworks/base/packages/SystemUI/res/values-ro/strings.xml"
28669            line="323"
28670            column="74"/>
28671    </issue>
28672
28673    <issue
28674        id="TypographyEllipsis"
28675        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28676        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Соединение...&quot;&lt;/string>"
28677        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28678        <location
28679            file="frameworks/base/packages/SystemUI/res/values-ru/strings.xml"
28680            line="323"
28681            column="74"/>
28682    </issue>
28683
28684    <issue
28685        id="TypographyEllipsis"
28686        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28687        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;සම්බන්ධ වෙමින්...&quot;&lt;/string>"
28688        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~">
28689        <location
28690            file="frameworks/base/packages/SystemUI/res/values-si/strings.xml"
28691            line="323"
28692            column="74"/>
28693    </issue>
28694
28695    <issue
28696        id="TypographyEllipsis"
28697        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28698        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Pripája sa...&quot;&lt;/string>"
28699        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28700        <location
28701            file="frameworks/base/packages/SystemUI/res/values-sk/strings.xml"
28702            line="323"
28703            column="74"/>
28704    </issue>
28705
28706    <issue
28707        id="TypographyEllipsis"
28708        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28709        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Vzpostavljanje povezave ...&quot;&lt;/string>"
28710        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
28711        <location
28712            file="frameworks/base/packages/SystemUI/res/values-sl/strings.xml"
28713            line="323"
28714            column="74"/>
28715    </issue>
28716
28717    <issue
28718        id="TypographyEllipsis"
28719        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28720        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Po lidhet...&quot;&lt;/string>"
28721        errorLine2="                                                                         ~~~~~~~~~~~~~~">
28722        <location
28723            file="frameworks/base/packages/SystemUI/res/values-sq/strings.xml"
28724            line="323"
28725            column="74"/>
28726    </issue>
28727
28728    <issue
28729        id="TypographyEllipsis"
28730        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28731        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Повезује се...&quot;&lt;/string>"
28732        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28733        <location
28734            file="frameworks/base/packages/SystemUI/res/values-sr/strings.xml"
28735            line="323"
28736            column="74"/>
28737    </issue>
28738
28739    <issue
28740        id="TypographyEllipsis"
28741        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28742        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Ansluter ...&quot;&lt;/string>"
28743        errorLine2="                                                                         ~~~~~~~~~~~~~~">
28744        <location
28745            file="frameworks/base/packages/SystemUI/res/values-sv/strings.xml"
28746            line="323"
28747            column="74"/>
28748    </issue>
28749
28750    <issue
28751        id="TypographyEllipsis"
28752        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28753        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Inaunganisha...&quot;&lt;/string>"
28754        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~">
28755        <location
28756            file="frameworks/base/packages/SystemUI/res/values-sw/strings.xml"
28757            line="323"
28758            column="74"/>
28759    </issue>
28760
28761    <issue
28762        id="TypographyEllipsis"
28763        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28764        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;இணைக்கிறது...&quot;&lt;/string>"
28765        errorLine2="                                                                         ~~~~~~~~~~~~~~~">
28766        <location
28767            file="frameworks/base/packages/SystemUI/res/values-ta/strings.xml"
28768            line="323"
28769            column="74"/>
28770    </issue>
28771
28772    <issue
28773        id="TypographyEllipsis"
28774        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28775        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;కనెక్ట్ అవుతోంది...&quot;&lt;/string>"
28776        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~">
28777        <location
28778            file="frameworks/base/packages/SystemUI/res/values-te/strings.xml"
28779            line="323"
28780            column="74"/>
28781    </issue>
28782
28783    <issue
28784        id="TypographyEllipsis"
28785        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28786        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;กำลังเชื่อมต่อ...&quot;&lt;/string>"
28787        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~">
28788        <location
28789            file="frameworks/base/packages/SystemUI/res/values-th/strings.xml"
28790            line="323"
28791            column="74"/>
28792    </issue>
28793
28794    <issue
28795        id="TypographyEllipsis"
28796        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28797        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Kumokonekta...&quot;&lt;/string>"
28798        errorLine2="                                                                         ~~~~~~~~~~~~~~~~">
28799        <location
28800            file="frameworks/base/packages/SystemUI/res/values-tl/strings.xml"
28801            line="323"
28802            column="74"/>
28803    </issue>
28804
28805    <issue
28806        id="TypographyEllipsis"
28807        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28808        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Bağlanılıyor...&quot;&lt;/string>"
28809        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~">
28810        <location
28811            file="frameworks/base/packages/SystemUI/res/values-tr/strings.xml"
28812            line="323"
28813            column="74"/>
28814    </issue>
28815
28816    <issue
28817        id="TypographyEllipsis"
28818        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28819        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Đang kết nối...&quot;&lt;/string>"
28820        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~">
28821        <location
28822            file="frameworks/base/packages/SystemUI/res/values-vi/strings.xml"
28823            line="323"
28824            column="74"/>
28825    </issue>
28826
28827    <issue
28828        id="TypographyEllipsis"
28829        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28830        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;連線中...&quot;&lt;/string>"
28831        errorLine2="                                                                         ~~~~~~~~">
28832        <location
28833            file="frameworks/base/packages/SystemUI/res/values-zh-rTW/strings.xml"
28834            line="323"
28835            column="74"/>
28836    </issue>
28837
28838    <issue
28839        id="TypographyEllipsis"
28840        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28841        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot; msgid=&quot;2381969772953268809&quot;>&quot;Iyaxhuma...&quot;&lt;/string>"
28842        errorLine2="                                                                         ~~~~~~~~~~~~~">
28843        <location
28844            file="frameworks/base/packages/SystemUI/res/values-zu/strings.xml"
28845            line="323"
28846            column="74"/>
28847    </issue>
28848
28849    <issue
28850        id="TypographyEllipsis"
28851        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28852        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;በማብራት ላይ...&quot;&lt;/string>"
28853        errorLine2="                                                                                                ~~~~~~~~~~~~~">
28854        <location
28855            file="frameworks/base/packages/SystemUI/res/values-am/strings.xml"
28856            line="325"
28857            column="97"/>
28858    </issue>
28859
28860    <issue
28861        id="TypographyEllipsis"
28862        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28863        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;Aktiv edilir...&quot;&lt;/string>"
28864        errorLine2="                                                                                                ~~~~~~~~~~~~~~~~~">
28865        <location
28866            file="frameworks/base/packages/SystemUI/res/values-az/strings.xml"
28867            line="325"
28868            column="97"/>
28869    </issue>
28870
28871    <issue
28872        id="TypographyEllipsis"
28873        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28874        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;Uključuje se...&quot;&lt;/string>"
28875        errorLine2="                                                                                                ~~~~~~~~~~~~~~~~~">
28876        <location
28877            file="frameworks/base/packages/SystemUI/res/values-b+sr+Latn/strings.xml"
28878            line="325"
28879            column="97"/>
28880    </issue>
28881
28882    <issue
28883        id="TypographyEllipsis"
28884        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28885        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;Включва се...&quot;&lt;/string>"
28886        errorLine2="                                                                                                ~~~~~~~~~~~~~~~">
28887        <location
28888            file="frameworks/base/packages/SystemUI/res/values-bg/strings.xml"
28889            line="325"
28890            column="97"/>
28891    </issue>
28892
28893    <issue
28894        id="TypographyEllipsis"
28895        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28896        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;កំពុង​បើក...&quot;&lt;/string>"
28897        errorLine2="                                                                                                ~~~~~~~~~~~~~~">
28898        <location
28899            file="frameworks/base/packages/SystemUI/res/values-km/strings.xml"
28900            line="325"
28901            column="97"/>
28902    </issue>
28903
28904    <issue
28905        id="TypographyEllipsis"
28906        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28907        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;ಆನ್ ಮಾಡಲಾಗುತ್ತಿದೆ...&quot;&lt;/string>"
28908        errorLine2="                                                                                                ~~~~~~~~~~~~~~~~~~~~~~">
28909        <location
28910            file="frameworks/base/packages/SystemUI/res/values-kn/strings.xml"
28911            line="325"
28912            column="97"/>
28913    </issue>
28914
28915    <issue
28916        id="TypographyEllipsis"
28917        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28918        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;켜는 중...&quot;&lt;/string>"
28919        errorLine2="                                                                                                ~~~~~~~~~">
28920        <location
28921            file="frameworks/base/packages/SystemUI/res/values-ko/strings.xml"
28922            line="325"
28923            column="97"/>
28924    </issue>
28925
28926    <issue
28927        id="TypographyEllipsis"
28928        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28929        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;ກຳລັງເປີດ...&quot;&lt;/string>"
28930        errorLine2="                                                                                                ~~~~~~~~~~~~~~">
28931        <location
28932            file="frameworks/base/packages/SystemUI/res/values-lo/strings.xml"
28933            line="325"
28934            column="97"/>
28935    </issue>
28936
28937    <issue
28938        id="TypographyEllipsis"
28939        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28940        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;A ativar...&quot;&lt;/string>"
28941        errorLine2="                                                                                                ~~~~~~~~~~~~~">
28942        <location
28943            file="frameworks/base/packages/SystemUI/res/values-pt-rPT/strings.xml"
28944            line="325"
28945            column="97"/>
28946    </issue>
28947
28948    <issue
28949        id="TypographyEllipsis"
28950        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28951        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;Se activează...&quot;&lt;/string>"
28952        errorLine2="                                                                                                ~~~~~~~~~~~~~~~~~">
28953        <location
28954            file="frameworks/base/packages/SystemUI/res/values-ro/strings.xml"
28955            line="325"
28956            column="97"/>
28957    </issue>
28958
28959    <issue
28960        id="TypographyEllipsis"
28961        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28962        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;Укључује се...&quot;&lt;/string>"
28963        errorLine2="                                                                                                ~~~~~~~~~~~~~~~~">
28964        <location
28965            file="frameworks/base/packages/SystemUI/res/values-sr/strings.xml"
28966            line="325"
28967            column="97"/>
28968    </issue>
28969
28970    <issue
28971        id="TypographyEllipsis"
28972        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28973        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;Inawasha...&quot;&lt;/string>"
28974        errorLine2="                                                                                                ~~~~~~~~~~~~~">
28975        <location
28976            file="frameworks/base/packages/SystemUI/res/values-sw/strings.xml"
28977            line="325"
28978            column="97"/>
28979    </issue>
28980
28981    <issue
28982        id="TypographyEllipsis"
28983        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28984        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;กำลังเปิด...&quot;&lt;/string>"
28985        errorLine2="                                                                                                ~~~~~~~~~~~~~~">
28986        <location
28987            file="frameworks/base/packages/SystemUI/res/values-th/strings.xml"
28988            line="325"
28989            column="97"/>
28990    </issue>
28991
28992    <issue
28993        id="TypographyEllipsis"
28994        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
28995        errorLine1="    &lt;string name=&quot;quick_settings_hotspot_secondary_label_transient&quot; msgid=&quot;7585604088079160564&quot;>&quot;Iyavula...&quot;&lt;/string>"
28996        errorLine2="                                                                                                ~~~~~~~~~~~~">
28997        <location
28998            file="frameworks/base/packages/SystemUI/res/values-zu/strings.xml"
28999            line="325"
29000            column="97"/>
29001    </issue>
29002
29003    <issue
29004        id="TypographyEllipsis"
29005        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
29006        errorLine1="    &lt;string name=&quot;media_output_label_title&quot; msgid=&quot;872824698593182505&quot;>&quot;&lt;xliff:g id=&quot;LABEL&quot;>%s&lt;/xliff:g> ನಲ್ಲಿ ಪ್ಲೇ ಆಗು...&quot;&lt;/string>"
29007        errorLine2="                                                                                             ~~~~~~~~~~~~~~~~~~">
29008        <location
29009            file="frameworks/base/packages/SystemUI/res/values-kn/strings.xml"
29010            line="628"
29011            column="94"/>
29012    </issue>
29013
29014    <issue
29015        id="TypographyEllipsis"
29016        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
29017        errorLine1="    &lt;string name=&quot;quick_settings_connecting&quot;>Connecting...&lt;/string>"
29018        errorLine2="                                             ~~~~~~~~~~~~~">
29019        <location
29020            file="frameworks/base/packages/SystemUI/res/values/strings.xml"
29021            line="793"
29022            column="46"/>
29023    </issue>
29024
29025    <issue
29026        id="TypographyEllipsis"
29027        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
29028        errorLine1="    &lt;string name=&quot;shutdown_progress&quot; msgid=&quot;5464239146561542178&quot;>&quot;सट डाउन गरिँदै छ...&quot;&lt;/string>"
29029        errorLine2="                                                                 ~~~~~~~~~~~~~~~~~~~~~">
29030        <location
29031            file="frameworks/base/packages/SystemUI/res/values-ne/strings.xml"
29032            line="878"
29033            column="66"/>
29034    </issue>
29035
29036    <issue
29037        id="IconDipSize"
29038        message="The image `ic_sysbar_lights_out_dot_small.png` varies significantly in its density-independent (dip) size across the various density versions: drawable-hdpi/ic_sysbar_lights_out_dot_small.png: 5x4 dp (7x6 px), drawable-mdpi/ic_sysbar_lights_out_dot_small.png: 8x9 dp (8x9 px), drawable-xhdpi/ic_sysbar_lights_out_dot_small.png: 6x7 dp (11x13 px), drawable-xxhdpi/ic_sysbar_lights_out_dot_small.png: 4x4 dp (13x12 px)">
29039        <location
29040            file="frameworks/base/packages/SystemUI/res/drawable-xxhdpi/ic_sysbar_lights_out_dot_small.png"/>
29041        <location
29042            file="frameworks/base/packages/SystemUI/res/drawable-hdpi/ic_sysbar_lights_out_dot_small.png"/>
29043        <location
29044            file="frameworks/base/packages/SystemUI/res/drawable-xhdpi/ic_sysbar_lights_out_dot_small.png"/>
29045        <location
29046            file="frameworks/base/packages/SystemUI/res/drawable-mdpi/ic_sysbar_lights_out_dot_small.png"/>
29047    </issue>
29048
29049    <issue
29050        id="IconDipSize"
29051        message="The image `ic_sysbar_lights_out_dot_small.png` varies significantly in its density-independent (dip) size across the various density versions: drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_small.png: 6x5 dp (9x8 px), drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_small.png: 7x10 dp (7x10 px), drawable-sw600dp-xhdpi/ic_sysbar_lights_out_dot_small.png: 7x8 dp (14x15 px), drawable-sw600dp-xxhdpi/ic_sysbar_lights_out_dot_small.png: 5x5 dp (15x15 px)">
29052        <location
29053            file="frameworks/base/packages/SystemUI/res/drawable-sw600dp-xxhdpi/ic_sysbar_lights_out_dot_small.png"/>
29054        <location
29055            file="frameworks/base/packages/SystemUI/res/drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_small.png"/>
29056        <location
29057            file="frameworks/base/packages/SystemUI/res/drawable-sw600dp-xhdpi/ic_sysbar_lights_out_dot_small.png"/>
29058        <location
29059            file="frameworks/base/packages/SystemUI/res/drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_small.png"/>
29060    </issue>
29061
29062    <issue
29063        id="IconDensities"
29064        message="Missing the following drawables in `drawable-hdpi`: dream_preview_back_arrow.png (found in drawable-mdpi, drawable-xhdpi, drawable-xxhdpi)">
29065        <location
29066            file="frameworks/base/packages/SystemUI/res/drawable-hdpi"/>
29067    </issue>
29068
29069    <issue
29070        id="ButtonOrder"
29071        message="Cancel button should be on the left (was &quot;Cancel |  | Confirm | &quot;Try again&quot;&quot;, should be &quot;Cancel |  |  | Confirm | &quot;Try again&quot;&quot;)"
29072        errorLine1="        &lt;Button android:id=&quot;@+id/button_cancel&quot;"
29073        errorLine2="         ~~~~~~">
29074        <location
29075            file="frameworks/base/packages/SystemUI/res/layout/biometric_prompt_layout.xml"
29076            line="156"
29077            column="10"/>
29078    </issue>
29079
29080    <issue
29081        id="TextFields"
29082        message="This text field does not specify an `inputType`"
29083        errorLine1="        &lt;EditText"
29084        errorLine2="         ~~~~~~~~">
29085        <location
29086            file="frameworks/base/packages/SystemUI/res/layout/clipboard_edit_text_activity.xml"
29087            line="46"
29088            column="10"/>
29089    </issue>
29090
29091    <issue
29092        id="TextFields"
29093        message="This text field does not specify an `inputType`"
29094        errorLine1="    &lt;EditText"
29095        errorLine2="     ~~~~~~~~">
29096        <location
29097            file="frameworks/base/packages/SystemUI/res/layout/media_output_broadcast_update_dialog.xml"
29098            line="24"
29099            column="6"/>
29100    </issue>
29101
29102    <issue
29103        id="ClickableViewAccessibility"
29104        message="`TouchHandler#onTouch` should call `View#performClick` when a click is detected"
29105        errorLine1="    override fun onTouch(v: View, ev: MotionEvent): Boolean {"
29106        errorLine2="                 ~~~~~~~">
29107        <location
29108            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/ActivatableNotificationViewBinder.kt"
29109            line="74"
29110            column="18"/>
29111    </issue>
29112
29113    <issue
29114        id="ClickableViewAccessibility"
29115        message="`TouchHandler#onTouch` should call `View#performClick` when a click is detected"
29116        errorLine1="        public boolean onTouch(View v, MotionEvent ev) {"
29117        errorLine2="                       ~~~~~~~">
29118        <location
29119            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationViewController.java"
29120            line="71"
29121            column="24"/>
29122    </issue>
29123
29124    <issue
29125        id="ClickableViewAccessibility"
29126        message="Custom view `CaptionsToggleImageButton` overrides `onTouchEvent` but not `performClick`"
29127        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29128        errorLine2="                   ~~~~~~~~~~~~">
29129        <location
29130            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/CaptionsToggleImageButton.java"
29131            line="53"
29132            column="20"/>
29133    </issue>
29134
29135    <issue
29136        id="ClickableViewAccessibility"
29137        message="Custom view ``NotificationShadeWindowView`` has `setOnTouchListener` called on it but does not override `performClick`"
29138        errorLine1="        getNotificationShadeWindowView().setOnTouchListener(getStatusBarWindowTouchListener());"
29139        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29140        <location
29141            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
29142            line="1158"
29143            column="9"/>
29144    </issue>
29145
29146    <issue
29147        id="ClickableViewAccessibility"
29148        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29149        errorLine1="        return (v, event) -> {"
29150        errorLine2="               ^">
29151        <location
29152            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java"
29153            line="1477"
29154            column="16"/>
29155    </issue>
29156
29157    <issue
29158        id="ClickableViewAccessibility"
29159        message="Custom view `ClipboardView` overrides `onTouchEvent` but not `performClick`"
29160        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29161        errorLine2="                   ~~~~~~~~~~~~">
29162        <location
29163            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ClipboardView.java"
29164            line="53"
29165            column="20"/>
29166    </issue>
29167
29168    <issue
29169        id="ClickableViewAccessibility"
29170        message="Custom view `CropView` overrides `onTouchEvent` but not `performClick`"
29171        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29172        errorLine2="                   ~~~~~~~~~~~~">
29173        <location
29174            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/CropView.java"
29175            line="165"
29176            column="20"/>
29177    </issue>
29178
29179    <issue
29180        id="ClickableViewAccessibility"
29181        message="`SwipeDismissHandler#onTouch` should call `View#performClick` when a click is detected"
29182        errorLine1="        public boolean onTouch(View view, MotionEvent event) {"
29183        errorLine2="                       ~~~~~~~">
29184        <location
29185            file="frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/DraggableConstraintLayout.java"
29186            line="232"
29187            column="24"/>
29188    </issue>
29189
29190    <issue
29191        id="ClickableViewAccessibility"
29192        message="Custom view `EmergencyButton` overrides `onTouchEvent` but not `performClick`"
29193        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29194        errorLine2="                   ~~~~~~~~~~~~">
29195        <location
29196            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/EmergencyButton.java"
29197            line="75"
29198            column="20"/>
29199    </issue>
29200
29201    <issue
29202        id="ClickableViewAccessibility"
29203        message="Custom view ``EmergencyButton`` has `setOnTouchListener` called on it but does not override `performClick`"
29204        errorLine1="        mEmergencyButton.setOnTouchListener(new OnTouchListener(){"
29205        errorLine2="        ^">
29206        <location
29207            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/EmergencyCarrierArea.java"
29208            line="47"
29209            column="9"/>
29210    </issue>
29211
29212    <issue
29213        id="ClickableViewAccessibility"
29214        message="`onTouch` should call `View#performClick` when a click is detected"
29215        errorLine1="            public boolean onTouch(View v, MotionEvent event) {"
29216        errorLine2="                           ~~~~~~~">
29217        <location
29218            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/EmergencyCarrierArea.java"
29219            line="49"
29220            column="28"/>
29221    </issue>
29222
29223    <issue
29224        id="ClickableViewAccessibility"
29225        message="Custom view `ExpandableNotificationRow` overrides `onTouchEvent` but not `performClick`"
29226        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29227        errorLine2="                   ~~~~~~~~~~~~">
29228        <location
29229            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java"
29230            line="987"
29231            column="20"/>
29232    </issue>
29233
29234    <issue
29235        id="ClickableViewAccessibility"
29236        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29237        errorLine1="            mContainer.setOnTouchListener((v, event) -> {"
29238        errorLine2="                                          ^">
29239        <location
29240            file="frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java"
29241            line="2450"
29242            column="43"/>
29243    </issue>
29244
29245    <issue
29246        id="ClickableViewAccessibility"
29247        message="Custom view `ClingWindowView` overrides `onTouchEvent` but not `performClick`"
29248        errorLine1="        public boolean onTouchEvent(MotionEvent motion) {"
29249        errorLine2="                       ~~~~~~~~~~~~">
29250        <location
29251            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ImmersiveModeConfirmation.java"
29252            line="479"
29253            column="24"/>
29254    </issue>
29255
29256    <issue
29257        id="ClickableViewAccessibility"
29258        message="`onTouch` should call `View#performClick` when a click is detected"
29259        errorLine1="            public boolean onTouch(View v, MotionEvent event) {"
29260        errorLine2="                           ~~~~~~~">
29261        <location
29262            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/Interaction.java"
29263            line="29"
29264            column="28"/>
29265    </issue>
29266
29267    <issue
29268        id="ClickableViewAccessibility"
29269        message="Custom view `KeyButtonView` overrides `onTouchEvent` but not `performClick`"
29270        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29271        errorLine2="                   ~~~~~~~~~~~~">
29272        <location
29273            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/KeyButtonView.java"
29274            line="267"
29275            column="20"/>
29276    </issue>
29277
29278    <issue
29279        id="ClickableViewAccessibility"
29280        message="Custom view `KeyguardPatternView` overrides `onTouchEvent` but not `performClick`"
29281        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29282        errorLine2="                   ~~~~~~~~~~~~">
29283        <location
29284            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java"
29285            line="241"
29286            column="20"/>
29287    </issue>
29288
29289    <issue
29290        id="ClickableViewAccessibility"
29291        message="Custom view ``LockPatternView`` has `setOnTouchListener` called on it but does not override `performClick`"
29292        errorLine1="        mLockPatternView.setOnTouchListener((v, event) -> {"
29293        errorLine2="        ^">
29294        <location
29295            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java"
29296            line="229"
29297            column="9"/>
29298    </issue>
29299
29300    <issue
29301        id="ClickableViewAccessibility"
29302        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29303        errorLine1="        mLockPatternView.setOnTouchListener((v, event) -> {"
29304        errorLine2="                                            ^">
29305        <location
29306            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java"
29307            line="229"
29308            column="45"/>
29309    </issue>
29310
29311    <issue
29312        id="ClickableViewAccessibility"
29313        message="Custom view ``LockPatternView`` has `setOnTouchListener` called on it but does not override `performClick`"
29314        errorLine1="        mLockPatternView.setOnTouchListener(null);"
29315        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29316        <location
29317            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java"
29318            line="258"
29319            column="9"/>
29320    </issue>
29321
29322    <issue
29323        id="ClickableViewAccessibility"
29324        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29325        errorLine1="    private final OnTouchListener mActionButtonTouchListener = (v, event) -> {"
29326        errorLine2="                                                               ^">
29327        <location
29328            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputViewController.java"
29329            line="60"
29330            column="64"/>
29331    </issue>
29332
29333    <issue
29334        id="ClickableViewAccessibility"
29335        message="Custom view ``NumPadKey`` has `setOnTouchListener` called on it but does not override `performClick`"
29336        errorLine1="            button.setOnTouchListener((v, event) -> {"
29337        errorLine2="            ^">
29338        <location
29339            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputViewController.java"
29340            line="97"
29341            column="13"/>
29342    </issue>
29343
29344    <issue
29345        id="ClickableViewAccessibility"
29346        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29347        errorLine1="            button.setOnTouchListener((v, event) -> {"
29348        errorLine2="                                      ^">
29349        <location
29350            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputViewController.java"
29351            line="97"
29352            column="39"/>
29353    </issue>
29354
29355    <issue
29356        id="ClickableViewAccessibility"
29357        message="Custom view ``NumPadKey`` has `setOnTouchListener` called on it but does not override `performClick`"
29358        errorLine1="            button.setOnTouchListener(null);"
29359        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29360        <location
29361            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputViewController.java"
29362            line="175"
29363            column="13"/>
29364    </issue>
29365
29366    <issue
29367        id="ClickableViewAccessibility"
29368        message="Custom view `KeyguardSecurityContainer` overrides `onTouchEvent` but not `performClick`"
29369        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29370        errorLine2="                   ~~~~~~~~~~~~">
29371        <location
29372            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java"
29373            line="503"
29374            column="20"/>
29375    </issue>
29376
29377    <issue
29378        id="ClickableViewAccessibility"
29379        message="Custom view `KeyguardSecurityViewFlipper` overrides `onTouchEvent` but not `performClick`"
29380        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29381        errorLine2="                   ~~~~~~~~~~~~">
29382        <location
29383            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityViewFlipper.java"
29384            line="55"
29385            column="20"/>
29386    </issue>
29387
29388    <issue
29389        id="ClickableViewAccessibility"
29390        message="Custom view ``KeyguardUserSwitcherView`` has `setOnTouchListener` called on it but does not override `performClick`"
29391        errorLine1="        mView.setOnTouchListener((v, event) -> {"
29392        errorLine2="        ^">
29393        <location
29394            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardUserSwitcherController.java"
29395            line="190"
29396            column="9"/>
29397    </issue>
29398
29399    <issue
29400        id="ClickableViewAccessibility"
29401        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29402        errorLine1="        mView.setOnTouchListener((v, event) -> {"
29403        errorLine2="                                 ^">
29404        <location
29405            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardUserSwitcherController.java"
29406            line="190"
29407            column="34"/>
29408    </issue>
29409
29410    <issue
29411        id="ClickableViewAccessibility"
29412        message="Custom view ``ListView`` has `setOnTouchListener` called on it but does not override `performClick`"
29413        errorLine1="        listView.setOnTouchListener((v, ev) -> {"
29414        errorLine2="        ^">
29415        <location
29416            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUserSwitcherPopupMenu.java"
29417            line="77"
29418            column="9"/>
29419    </issue>
29420
29421    <issue
29422        id="ClickableViewAccessibility"
29423        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29424        errorLine1="        listView.setOnTouchListener((v, ev) -> {"
29425        errorLine2="                                    ^">
29426        <location
29427            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUserSwitcherPopupMenu.java"
29428            line="77"
29429            column="37"/>
29430    </issue>
29431
29432    <issue
29433        id="ClickableViewAccessibility"
29434        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
29435        errorLine1="        mImageView.setOnTouchListener(this::onTouch);"
29436        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29437        <location
29438            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/MagnificationModeSwitch.java"
29439            line="117"
29440            column="9"/>
29441    </issue>
29442
29443    <issue
29444        id="ClickableViewAccessibility"
29445        message="Custom view ``MediaOutputSeekbar`` has `setOnTouchListener` called on it but does not override `performClick`"
29446        errorLine1="            mSeekBar.setOnTouchListener((v, event) -> true);"
29447        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29448        <location
29449            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29450            line="509"
29451            column="13"/>
29452    </issue>
29453
29454    <issue
29455        id="ClickableViewAccessibility"
29456        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29457        errorLine1="            mSeekBar.setOnTouchListener((v, event) -> true);"
29458        errorLine2="                                        ~~~~~~~~~~~~~~~~~~">
29459        <location
29460            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29461            line="509"
29462            column="41"/>
29463    </issue>
29464
29465    <issue
29466        id="ClickableViewAccessibility"
29467        message="Custom view ``MediaOutputSeekbar`` has `setOnTouchListener` called on it but does not override `performClick`"
29468        errorLine1="            mSeekBar.setOnTouchListener((v, event) -> false);"
29469        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29470        <location
29471            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29472            line="515"
29473            column="13"/>
29474    </issue>
29475
29476    <issue
29477        id="ClickableViewAccessibility"
29478        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29479        errorLine1="            mSeekBar.setOnTouchListener((v, event) -> false);"
29480        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~">
29481        <location
29482            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29483            line="515"
29484            column="41"/>
29485    </issue>
29486
29487    <issue
29488        id="ClickableViewAccessibility"
29489        message="Custom view ``FrameLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
29490        errorLine1="                    mIconAreaLayout.setOnTouchListener(((iconV, event) -> false));"
29491        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29492        <location
29493            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29494            line="522"
29495            column="21"/>
29496    </issue>
29497
29498    <issue
29499        id="ClickableViewAccessibility"
29500        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29501        errorLine1="                    mIconAreaLayout.setOnTouchListener(((iconV, event) -> false));"
29502        errorLine2="                                                        ~~~~~~~~~~~~~~~~~~~~~~~">
29503        <location
29504            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29505            line="522"
29506            column="57"/>
29507    </issue>
29508
29509    <issue
29510        id="ClickableViewAccessibility"
29511        message="Custom view ``FrameLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
29512        errorLine1="                    mIconAreaLayout.setOnTouchListener(((iconV, event) -> {"
29513        errorLine2="                    ^">
29514        <location
29515            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29516            line="528"
29517            column="21"/>
29518    </issue>
29519
29520    <issue
29521        id="ClickableViewAccessibility"
29522        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29523        errorLine1="                    mIconAreaLayout.setOnTouchListener(((iconV, event) -> {"
29524        errorLine2="                                                        ^">
29525        <location
29526            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseAdapter.java"
29527            line="528"
29528            column="57"/>
29529    </issue>
29530
29531    <issue
29532        id="ClickableViewAccessibility"
29533        message="Custom view `MediaScrollView` overrides `onTouchEvent` but not `performClick`"
29534        errorLine1="    override fun onTouchEvent(ev: MotionEvent?): Boolean {"
29535        errorLine2="                 ~~~~~~~~~~~~">
29536        <location
29537            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/MediaScrollView.kt"
29538            line="106"
29539            column="18"/>
29540    </issue>
29541
29542    <issue
29543        id="ClickableViewAccessibility"
29544        message="Custom view ``NavigationBarView`` has `setOnTouchListener` called on it but does not override `performClick`"
29545        errorLine1="        mView.setOnTouchListener(this::onNavigationTouch);"
29546        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29547        <location
29548            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBar.java"
29549            line="782"
29550            column="9"/>
29551    </issue>
29552
29553    <issue
29554        id="ClickableViewAccessibility"
29555        message="Custom view `NavigationBarView` overrides `onTouchEvent` but not `performClick`"
29556        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29557        errorLine2="                   ~~~~~~~~~~~~">
29558        <location
29559            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/NavigationBarView.java"
29560            line="383"
29561            column="20"/>
29562    </issue>
29563
29564    <issue
29565        id="ClickableViewAccessibility"
29566        message="Custom view `NearestTouchFrame` overrides `onTouchEvent` but not `performClick`"
29567        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29568        errorLine2="                   ~~~~~~~~~~~~">
29569        <location
29570            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/NearestTouchFrame.java"
29571            line="207"
29572            column="20"/>
29573    </issue>
29574
29575    <issue
29576        id="ClickableViewAccessibility"
29577        message="Custom view `NonInterceptingScrollView` overrides `onTouchEvent` but not `performClick`"
29578        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29579        errorLine2="                   ~~~~~~~~~~~~">
29580        <location
29581            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/NonInterceptingScrollView.java"
29582            line="46"
29583            column="20"/>
29584    </issue>
29585
29586    <issue
29587        id="ClickableViewAccessibility"
29588        message="Custom view ``FrameLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
29589        errorLine1="        super.setOnTouchListener(touchHandler);"
29590        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29591        <location
29592            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelView.java"
29593            line="111"
29594            column="9"/>
29595    </issue>
29596
29597    <issue
29598        id="ClickableViewAccessibility"
29599        message="`TouchHandler#onTouch` should call `View#performClick` when a click is detected"
29600        errorLine1="        public boolean onTouch(View v, MotionEvent event) {"
29601        errorLine2="                       ~~~~~~~">
29602        <location
29603            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
29604            line="5018"
29605            column="24"/>
29606    </issue>
29607
29608    <issue
29609        id="ClickableViewAccessibility"
29610        message="Custom view `NotificationShadeWindowView` overrides `onTouchEvent` but not `performClick`"
29611        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29612        errorLine2="                   ~~~~~~~~~~~~">
29613        <location
29614            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowView.java"
29615            line="133"
29616            column="20"/>
29617    </issue>
29618
29619    <issue
29620        id="ClickableViewAccessibility"
29621        message="Custom view `NotificationStackScrollLayout` overrides `onTouchEvent` but not `performClick`"
29622        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29623        errorLine2="                   ~~~~~~~~~~~~">
29624        <location
29625            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java"
29626            line="3365"
29627            column="20"/>
29628    </issue>
29629
29630    <issue
29631        id="ClickableViewAccessibility"
29632        message="Custom view `NumPadButton` overrides `onTouchEvent` but not `performClick`"
29633        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29634        errorLine2="                   ~~~~~~~~~~~~">
29635        <location
29636            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/NumPadButton.java"
29637            line="84"
29638            column="20"/>
29639    </issue>
29640
29641    <issue
29642        id="ClickableViewAccessibility"
29643        message="Custom view `NumPadKey` overrides `onTouchEvent` but not `performClick`"
29644        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29645        errorLine2="                   ~~~~~~~~~~~~">
29646        <location
29647            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/NumPadKey.java"
29648            line="164"
29649            column="20"/>
29650    </issue>
29651
29652    <issue
29653        id="ClickableViewAccessibility"
29654        message="Custom view `ObservableScrollView` overrides `onTouchEvent` but not `performClick`"
29655        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29656        errorLine2="                   ~~~~~~~~~~~~">
29657        <location
29658            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java"
29659            line="70"
29660            column="20"/>
29661    </issue>
29662
29663    <issue
29664        id="ClickableViewAccessibility"
29665        message="Custom view `PhoneStatusBarView` overrides `onTouchEvent` but not `performClick`"
29666        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29667        errorLine2="                   ~~~~~~~~~~~~">
29668        <location
29669            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java"
29670            line="208"
29671            column="20"/>
29672    </issue>
29673
29674    <issue
29675        id="ClickableViewAccessibility"
29676        message="`QSContainerImpl#performClick` should call `super#performClick`"
29677        errorLine1="    public boolean performClick() {"
29678        errorLine2="                   ~~~~~~~~~~~~">
29679        <location
29680            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSContainerImpl.java"
29681            line="106"
29682            column="20"/>
29683    </issue>
29684
29685    <issue
29686        id="ClickableViewAccessibility"
29687        message="`onTouch` should call `View#performClick` when a click is detected"
29688        errorLine1="        public boolean onTouch(View v, MotionEvent event) {"
29689        errorLine2="                       ~~~~~~~">
29690        <location
29691            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSContainerImplController.java"
29692            line="52"
29693            column="24"/>
29694    </issue>
29695
29696    <issue
29697        id="ClickableViewAccessibility"
29698        message="Custom view ``NonInterceptingScrollView`` has `setOnTouchListener` called on it but does not override `performClick`"
29699        errorLine1="            mQSPanelContainer.setOnTouchListener(null);"
29700        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29701        <location
29702            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSContainerImplController.java"
29703            line="84"
29704            column="13"/>
29705    </issue>
29706
29707    <issue
29708        id="ClickableViewAccessibility"
29709        message="Custom view ``NonInterceptingScrollView`` has `setOnTouchListener` called on it but does not override `performClick`"
29710        errorLine1="            mQSPanelContainer.setOnTouchListener(mContainerTouchHandler);"
29711        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29712        <location
29713            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSContainerImplController.java"
29714            line="97"
29715            column="13"/>
29716    </issue>
29717
29718    <issue
29719        id="ClickableViewAccessibility"
29720        message="Custom view ``NonInterceptingScrollView`` has `setOnTouchListener` called on it but does not override `performClick`"
29721        errorLine1="            mQSPanelContainer.setOnTouchListener(null);"
29722        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29723        <location
29724            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSContainerImplController.java"
29725            line="105"
29726            column="13"/>
29727    </issue>
29728
29729    <issue
29730        id="ClickableViewAccessibility"
29731        message="`onTouch` should call `View#performClick` when a click is detected"
29732        errorLine1="        public boolean onTouch(View v, MotionEvent event) {"
29733        errorLine2="                       ~~~~~~~">
29734        <location
29735            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSPanelController.java"
29736            line="77"
29737            column="24"/>
29738    </issue>
29739
29740    <issue
29741        id="ClickableViewAccessibility"
29742        message="Custom view ``PagedTileLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
29743        errorLine1="        pagedTileLayout.setOnTouchListener(mTileLayoutTouchListener);"
29744        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29745        <location
29746            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSPanelController.java"
29747            line="143"
29748            column="9"/>
29749    </issue>
29750
29751    <issue
29752        id="ClickableViewAccessibility"
29753        message="Custom view `QSScrollLayout` overrides `onTouchEvent` but not `performClick`"
29754        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
29755        errorLine2="                   ~~~~~~~~~~~~">
29756        <location
29757            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSScrollLayout.java"
29758            line="77"
29759            column="20"/>
29760    </issue>
29761
29762    <issue
29763        id="ClickableViewAccessibility"
29764        message="Custom view `QuickStatusBarHeader` overrides `onTouchEvent` but not `performClick`"
29765        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29766        errorLine2="                   ~~~~~~~~~~~~">
29767        <location
29768            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java"
29769            line="74"
29770            column="20"/>
29771    </issue>
29772
29773    <issue
29774        id="ClickableViewAccessibility"
29775        message="Custom view `RemoteInputView` overrides `onTouchEvent` but not `performClick`"
29776        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29777        errorLine2="                   ~~~~~~~~~~~~">
29778        <location
29779            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java"
29780            line="409"
29781            column="20"/>
29782    </issue>
29783
29784    <issue
29785        id="ClickableViewAccessibility"
29786        message="Custom view ``SeekBar`` has `setOnTouchListener` called on it but does not override `performClick`"
29787        errorLine1="        bar.setOnTouchListener(SeekBarTouchListener(this, bar))"
29788        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29789        <location
29790            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/SeekBarViewModel.kt"
29791            line="348"
29792            column="9"/>
29793    </issue>
29794
29795    <issue
29796        id="ClickableViewAccessibility"
29797        message="`SeekBarTouchListener#onTouch` should call `View#performClick` when a click is detected"
29798        errorLine1="        override fun onTouch(view: View, event: MotionEvent): Boolean {"
29799        errorLine2="                     ~~~~~~~">
29800        <location
29801            file="frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/SeekBarViewModel.kt"
29802            line="456"
29803            column="22"/>
29804    </issue>
29805
29806    <issue
29807        id="ClickableViewAccessibility"
29808        message="Custom view `SettingsButton` overrides `onTouchEvent` but not `performClick`"
29809        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29810        errorLine2="                   ~~~~~~~~~~~~">
29811        <location
29812            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SettingsButton.java"
29813            line="63"
29814            column="20"/>
29815    </issue>
29816
29817    <issue
29818        id="ClickableViewAccessibility"
29819        message="`SimpleMirrorWindowControl#onTouch` should call `View#performClick` when a click is detected"
29820        errorLine1="    public boolean onTouch(View v, MotionEvent event) {"
29821        errorLine2="                   ~~~~~~~">
29822        <location
29823            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SimpleMirrorWindowControl.java"
29824            line="119"
29825            column="20"/>
29826    </issue>
29827
29828    <issue
29829        id="ClickableViewAccessibility"
29830        message="Custom view `ToggleSeekBar` overrides `onTouchEvent` but not `performClick`"
29831        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29832        errorLine2="                   ~~~~~~~~~~~~">
29833        <location
29834            file="frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ToggleSeekBar.java"
29835            line="43"
29836            column="20"/>
29837    </issue>
29838
29839    <issue
29840        id="ClickableViewAccessibility"
29841        message="Custom view `WalletView` overrides `onTouchEvent` but not `performClick`"
29842        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
29843        errorLine2="                   ~~~~~~~~~~~~">
29844        <location
29845            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/WalletView.java"
29846            line="138"
29847            column="20"/>
29848    </issue>
29849
29850    <issue
29851        id="ClickableViewAccessibility"
29852        message="`onTouch` lambda should call `View#performClick` when a click is detected"
29853        errorLine1="        final View.OnTouchListener filterTouchListener = (View v, MotionEvent event) -> {"
29854        errorLine2="                                                         ^">
29855        <location
29856            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/WifiDebuggingActivity.java"
29857            line="106"
29858            column="58"/>
29859    </issue>
29860
29861    <issue
29862        id="ClickableViewAccessibility"
29863        message="Custom view ``Button`` has `setOnTouchListener` called on it but does not override `performClick`"
29864        errorLine1="        mAlert.getButton(BUTTON_POSITIVE).setOnTouchListener(filterTouchListener);"
29865        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29866        <location
29867            file="frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/WifiDebuggingActivity.java"
29868            line="121"
29869            column="9"/>
29870    </issue>
29871
29872    <issue
29873        id="ClickableViewAccessibility"
29874        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
29875        errorLine1="        mDragView.setOnTouchListener(this);"
29876        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29877        <location
29878            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
29879            line="1015"
29880            column="9"/>
29881    </issue>
29882
29883    <issue
29884        id="ClickableViewAccessibility"
29885        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
29886        errorLine1="        mCloseView.setOnTouchListener(this);"
29887        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29888        <location
29889            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
29890            line="1020"
29891            column="9"/>
29892    </issue>
29893
29894    <issue
29895        id="ClickableViewAccessibility"
29896        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
29897        errorLine1="        mTopLeftCornerView.setOnTouchListener(this);"
29898        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29899        <location
29900            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
29901            line="1021"
29902            column="9"/>
29903    </issue>
29904
29905    <issue
29906        id="ClickableViewAccessibility"
29907        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
29908        errorLine1="        mTopRightCornerView.setOnTouchListener(this);"
29909        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29910        <location
29911            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
29912            line="1022"
29913            column="9"/>
29914    </issue>
29915
29916    <issue
29917        id="ClickableViewAccessibility"
29918        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
29919        errorLine1="        mBottomLeftCornerView.setOnTouchListener(this);"
29920        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29921        <location
29922            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
29923            line="1023"
29924            column="9"/>
29925    </issue>
29926
29927    <issue
29928        id="ClickableViewAccessibility"
29929        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
29930        errorLine1="        mBottomRightCornerView.setOnTouchListener(this);"
29931        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29932        <location
29933            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
29934            line="1024"
29935            column="9"/>
29936    </issue>
29937
29938    <issue
29939        id="ClickableViewAccessibility"
29940        message="`WindowMagnificationController#onTouch` should call `View#performClick` when a click is detected"
29941        errorLine1="    public boolean onTouch(View v, MotionEvent event) {"
29942        errorLine2="                   ~~~~~~~">
29943        <location
29944            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java"
29945            line="1172"
29946            column="20"/>
29947    </issue>
29948
29949    <issue
29950        id="ClickableViewAccessibility"
29951        message="Custom view ``LinearLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
29952        errorLine1="        mSettingView.setOnTouchListener(this::onTouch);"
29953        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
29954        <location
29955            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationSettings.java"
29956            line="516"
29957            column="9"/>
29958    </issue>
29959
29960    <issue
29961        id="ContentDescription"
29962        message="Missing `contentDescription` attribute on image"
29963        errorLine1="        &lt;ImageView"
29964        errorLine2="         ~~~~~~~~~">
29965        <location
29966            file="frameworks/base/packages/SystemUI/res/layout/alert_dialog_title_systemui.xml"
29967            line="38"
29968            column="10"/>
29969    </issue>
29970
29971    <issue
29972        id="ContentDescription"
29973        message="Missing `contentDescription` attribute on image"
29974        errorLine1="    &lt;ImageView"
29975        errorLine2="     ~~~~~~~~~">
29976        <location
29977            file="frameworks/base/packages/SystemUI/res/layout/auth_biometric_background.xml"
29978            line="26"
29979            column="6"/>
29980    </issue>
29981
29982    <issue
29983        id="ContentDescription"
29984        message="Missing `contentDescription` attribute on image"
29985        errorLine1="    &lt;ImageView"
29986        errorLine2="     ~~~~~~~~~">
29987        <location
29988            file="frameworks/base/packages/SystemUI/res/layout/bindable_status_bar_icon.xml"
29989            line="25"
29990            column="6"/>
29991    </issue>
29992
29993    <issue
29994        id="ContentDescription"
29995        message="Missing `contentDescription` attribute on image"
29996        errorLine1="    &lt;ImageView"
29997        errorLine2="     ~~~~~~~~~">
29998        <location
29999            file="frameworks/base/packages/SystemUI/res/layout/biometric_prompt_layout.xml"
30000            line="23"
30001            column="6"/>
30002    </issue>
30003
30004    <issue
30005        id="ContentDescription"
30006        message="Missing `contentDescription` attribute on image"
30007        errorLine1="    &lt;ImageView"
30008        errorLine2="     ~~~~~~~~~">
30009        <location
30010            file="frameworks/base/packages/SystemUI/res/layout/bluetooth_device_item.xml"
30011            line="28"
30012            column="6"/>
30013    </issue>
30014
30015    <issue
30016        id="ContentDescription"
30017        message="Missing `contentDescription` attribute on image"
30018        errorLine1="    &lt;ImageView"
30019        errorLine2="     ~~~~~~~~~">
30020        <location
30021            file="frameworks/base/packages/SystemUI/res/layout/bluetooth_device_item.xml"
30022            line="85"
30023            column="6"/>
30024    </issue>
30025
30026    <issue
30027        id="ContentDescription"
30028        message="Missing `contentDescription` attribute on image"
30029        errorLine1="            &lt;ImageView"
30030        errorLine2="             ~~~~~~~~~">
30031        <location
30032            file="frameworks/base/packages/SystemUI/res/layout/bluetooth_tile_dialog.xml"
30033            line="170"
30034            column="14"/>
30035    </issue>
30036
30037    <issue
30038        id="ContentDescription"
30039        message="Missing `contentDescription` attribute on image"
30040        errorLine1="        &lt;ImageView"
30041        errorLine2="         ~~~~~~~~~">
30042        <location
30043            file="frameworks/base/packages/SystemUI/res/layout/broadcast_dialog.xml"
30044            line="29"
30045            column="10"/>
30046    </issue>
30047
30048    <issue
30049        id="ContentDescription"
30050        message="Missing `contentDescription` attribute on image"
30051        errorLine1="        &lt;ImageView"
30052        errorLine2="         ~~~~~~~~~">
30053        <location
30054            file="frameworks/base/packages/SystemUI/res/layout/chipbar.xml"
30055            line="65"
30056            column="10"/>
30057    </issue>
30058
30059    <issue
30060        id="ContentDescription"
30061        message="Missing `contentDescription` attribute on image"
30062        errorLine1="        &lt;ImageView"
30063        errorLine2="         ~~~~~~~~~">
30064        <location
30065            file="frameworks/base/packages/SystemUI/res/layout/chipbar.xml"
30066            line="75"
30067            column="10"/>
30068    </issue>
30069
30070    <issue
30071        id="ContentDescription"
30072        message="Missing `contentDescription` attribute on image"
30073        errorLine1="    &lt;ImageView"
30074        errorLine2="     ~~~~~~~~~">
30075        <location
30076            file="frameworks/base/packages/SystemUI/res/layout/clipboard_overlay.xml"
30077            line="27"
30078            column="6"/>
30079    </issue>
30080
30081    <issue
30082        id="ContentDescription"
30083        message="Missing `contentDescription` attribute on image"
30084        errorLine1="        &lt;ImageView"
30085        errorLine2="         ~~~~~~~~~">
30086        <location
30087            file="frameworks/base/packages/SystemUI/res/layout/clipboard_overlay.xml"
30088            line="138"
30089            column="10"/>
30090    </issue>
30091
30092    <issue
30093        id="ContentDescription"
30094        message="Missing `contentDescription` attribute on image"
30095        errorLine1="        &lt;ImageView"
30096        errorLine2="         ~~~~~~~~~">
30097        <location
30098            file="frameworks/base/packages/SystemUI/res/layout/clipboard_overlay.xml"
30099            line="143"
30100            column="10"/>
30101    </issue>
30102
30103    <issue
30104        id="ContentDescription"
30105        message="Missing `contentDescription` attribute on image"
30106        errorLine1="        &lt;ImageView"
30107        errorLine2="         ~~~~~~~~~">
30108        <location
30109            file="frameworks/base/packages/SystemUI/res/layout/clipboard_overlay.xml"
30110            line="177"
30111            column="10"/>
30112    </issue>
30113
30114    <issue
30115        id="ContentDescription"
30116        message="Missing `contentDescription` attribute on image"
30117        errorLine1="    &lt;ImageView"
30118        errorLine2="     ~~~~~~~~~">
30119        <location
30120            file="frameworks/base/packages/SystemUI/res/layout/connected_device_signal.xml"
30121            line="33"
30122            column="6"/>
30123    </issue>
30124
30125    <issue
30126        id="ContentDescription"
30127        message="Missing `contentDescription` attribute on image"
30128        errorLine1="        &lt;ImageView"
30129        errorLine2="         ~~~~~~~~~">
30130        <location
30131            file="frameworks/base/packages/SystemUI/res/layout/connected_display_chip.xml"
30132            line="39"
30133            column="10"/>
30134    </issue>
30135
30136    <issue
30137        id="ContentDescription"
30138        message="Missing `contentDescription` attribute on image"
30139        errorLine1="            &lt;ImageView"
30140        errorLine2="             ~~~~~~~~~">
30141        <location
30142            file="frameworks/base/packages/SystemUI/res/layout/contrast_dialog.xml"
30143            line="41"
30144            column="14"/>
30145    </issue>
30146
30147    <issue
30148        id="ContentDescription"
30149        message="Missing `contentDescription` attribute on image"
30150        errorLine1="            &lt;ImageView"
30151        errorLine2="             ~~~~~~~~~">
30152        <location
30153            file="frameworks/base/packages/SystemUI/res/layout/contrast_dialog.xml"
30154            line="73"
30155            column="14"/>
30156    </issue>
30157
30158    <issue
30159        id="ContentDescription"
30160        message="Missing `contentDescription` attribute on image"
30161        errorLine1="            &lt;ImageView"
30162        errorLine2="             ~~~~~~~~~">
30163        <location
30164            file="frameworks/base/packages/SystemUI/res/layout/contrast_dialog.xml"
30165            line="105"
30166            column="14"/>
30167    </issue>
30168
30169    <issue
30170        id="ContentDescription"
30171        message="Missing `contentDescription` attribute on image"
30172        errorLine1="            &lt;ImageView"
30173        errorLine2="             ~~~~~~~~~">
30174        <location
30175            file="frameworks/base/packages/SystemUI/res/layout/controls_app_item.xml"
30176            line="35"
30177            column="14"/>
30178    </issue>
30179
30180    <issue
30181        id="ContentDescription"
30182        message="Missing `contentDescription` attribute on image"
30183        errorLine1="    &lt;ImageView"
30184        errorLine2="     ~~~~~~~~~">
30185        <location
30186            file="frameworks/base/packages/SystemUI/res/layout/controls_base_item.xml"
30187            line="30"
30188            column="6"/>
30189    </issue>
30190
30191    <issue
30192        id="ContentDescription"
30193        message="Missing `contentDescription` attribute on image"
30194        errorLine1="    &lt;ImageView"
30195        errorLine2="     ~~~~~~~~~">
30196        <location
30197            file="frameworks/base/packages/SystemUI/res/layout/controls_base_item.xml"
30198            line="115"
30199            column="6"/>
30200    </issue>
30201
30202    <issue
30203        id="ContentDescription"
30204        message="Missing `contentDescription` attribute on image"
30205        errorLine1="        &lt;ImageView"
30206        errorLine2="         ~~~~~~~~~">
30207        <location
30208            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
30209            line="40"
30210            column="10"/>
30211    </issue>
30212
30213    <issue
30214        id="ContentDescription"
30215        message="Missing `contentDescription` attribute on image"
30216        errorLine1="  &lt;ImageView"
30217        errorLine2="   ~~~~~~~~~">
30218        <location
30219            file="frameworks/base/packages/SystemUI/res/layout/fgs_manager_app_item.xml"
30220            line="25"
30221            column="4"/>
30222    </issue>
30223
30224    <issue
30225        id="ContentDescription"
30226        message="Missing `contentDescription` attribute on image"
30227        errorLine1="        &lt;ImageView"
30228        errorLine2="         ~~~~~~~~~">
30229        <location
30230            file="frameworks/base/packages/SystemUI/res/layout/global_actions_grid_item_lite.xml"
30231            line="25"
30232            column="10"/>
30233    </issue>
30234
30235    <issue
30236        id="ContentDescription"
30237        message="Missing `contentDescription` attribute on image"
30238        errorLine1="        &lt;ImageView"
30239        errorLine2="         ~~~~~~~~~">
30240        <location
30241            file="frameworks/base/packages/SystemUI/res/layout/global_actions_grid_item_v2.xml"
30242            line="32"
30243            column="10"/>
30244    </issue>
30245
30246    <issue
30247        id="ContentDescription"
30248        message="Missing `contentDescription` attribute on image"
30249        errorLine1="    &lt;ImageView"
30250        errorLine2="     ~~~~~~~~~">
30251        <location
30252            file="frameworks/base/packages/SystemUI/res/layout/global_actions_power_item.xml"
30253            line="25"
30254            column="6"/>
30255    </issue>
30256
30257    <issue
30258        id="ContentDescription"
30259        message="Missing `contentDescription` attribute on image"
30260        errorLine1="      &lt;ImageView"
30261        errorLine2="       ~~~~~~~~~">
30262        <location
30263            file="frameworks/base/packages/SystemUI/res/layout/global_actions_view.xml"
30264            line="43"
30265            column="8"/>
30266    </issue>
30267
30268    <issue
30269        id="ContentDescription"
30270        message="Missing `contentDescription` attribute on image"
30271        errorLine1="        &lt;ImageView"
30272        errorLine2="         ~~~~~~~~~">
30273        <location
30274            file="frameworks/base/packages/SystemUI/res/layout/hybrid_conversation_notification.xml"
30275            line="30"
30276            column="10"/>
30277    </issue>
30278
30279    <issue
30280        id="ContentDescription"
30281        message="Missing `contentDescription` attribute on image"
30282        errorLine1="        &lt;ImageView"
30283        errorLine2="         ~~~~~~~~~">
30284        <location
30285            file="frameworks/base/packages/SystemUI/res/layout/immersive_mode_cling.xml"
30286            line="29"
30287            column="10"/>
30288    </issue>
30289
30290    <issue
30291        id="ContentDescription"
30292        message="Missing `contentDescription` attribute on image"
30293        errorLine1="        &lt;ImageView"
30294        errorLine2="         ~~~~~~~~~">
30295        <location
30296            file="frameworks/base/packages/SystemUI/res/layout/immersive_mode_cling.xml"
30297            line="36"
30298            column="10"/>
30299    </issue>
30300
30301    <issue
30302        id="ContentDescription"
30303        message="Missing `contentDescription` attribute on image"
30304        errorLine1="        &lt;ImageView"
30305        errorLine2="         ~~~~~~~~~">
30306        <location
30307            file="frameworks/base/packages/SystemUI/res/layout/immersive_mode_cling.xml"
30308            line="43"
30309            column="10"/>
30310    </issue>
30311
30312    <issue
30313        id="ContentDescription"
30314        message="Missing `contentDescription` attribute on image"
30315        errorLine1="                        &lt;ImageView"
30316        errorLine2="                         ~~~~~~~~~">
30317        <location
30318            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
30319            line="104"
30320            column="26"/>
30321    </issue>
30322
30323    <issue
30324        id="ContentDescription"
30325        message="Missing `contentDescription` attribute on image"
30326        errorLine1="                        &lt;ImageView"
30327        errorLine2="                         ~~~~~~~~~">
30328        <location
30329            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
30330            line="138"
30331            column="26"/>
30332    </issue>
30333
30334    <issue
30335        id="ContentDescription"
30336        message="Missing `contentDescription` attribute on image"
30337        errorLine1="                        &lt;ImageView"
30338        errorLine2="                         ~~~~~~~~~">
30339        <location
30340            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
30341            line="264"
30342            column="26"/>
30343    </issue>
30344
30345    <issue
30346        id="ContentDescription"
30347        message="Missing `contentDescription` attribute on image"
30348        errorLine1="                        &lt;ImageView"
30349        errorLine2="                         ~~~~~~~~~">
30350        <location
30351            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
30352            line="295"
30353            column="26"/>
30354    </issue>
30355
30356    <issue
30357        id="ContentDescription"
30358        message="Missing `contentDescription` attribute on image"
30359        errorLine1="                    &lt;ImageView"
30360        errorLine2="                     ~~~~~~~~~">
30361        <location
30362            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
30363            line="326"
30364            column="22"/>
30365    </issue>
30366
30367    <issue
30368        id="ContentDescription"
30369        message="Missing `contentDescription` attribute on image"
30370        errorLine1="                    &lt;ImageView"
30371        errorLine2="                     ~~~~~~~~~">
30372        <location
30373            file="frameworks/base/packages/SystemUI/res/layout/internet_connectivity_dialog.xml"
30374            line="369"
30375            column="22"/>
30376    </issue>
30377
30378    <issue
30379        id="ContentDescription"
30380        message="Missing `contentDescription` attribute on image"
30381        errorLine1="            &lt;ImageView"
30382        errorLine2="             ~~~~~~~~~">
30383        <location
30384            file="frameworks/base/packages/SystemUI/res/layout/internet_list_item.xml"
30385            line="36"
30386            column="14"/>
30387    </issue>
30388
30389    <issue
30390        id="ContentDescription"
30391        message="Missing `contentDescription` attribute on image"
30392        errorLine1="            &lt;ImageView"
30393        errorLine2="             ~~~~~~~~~">
30394        <location
30395            file="frameworks/base/packages/SystemUI/res/layout/internet_list_item.xml"
30396            line="67"
30397            column="14"/>
30398    </issue>
30399
30400    <issue
30401        id="ContentDescription"
30402        message="Missing `contentDescription` attribute on image"
30403        errorLine1="    &lt;ImageView"
30404        errorLine2="     ~~~~~~~~~">
30405        <location
30406            file="frameworks/base/packages/SystemUI/res/layout/keyboard_shortcut_app_item.xml"
30407            line="27"
30408            column="6"/>
30409    </issue>
30410
30411    <issue
30412        id="ContentDescription"
30413        message="Missing `contentDescription` attribute on image"
30414        errorLine1="&lt;ImageView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
30415        errorLine2=" ~~~~~~~~~">
30416        <location
30417            file="frameworks/base/packages/SystemUI/res/layout/keyboard_shortcuts_key_icon_view.xml"
30418            line="18"
30419            column="2"/>
30420    </issue>
30421
30422    <issue
30423        id="ContentDescription"
30424        message="Missing `contentDescription` attribute on image"
30425        errorLine1="        &lt;ImageView android:id=&quot;@+id/multi_user_avatar&quot;"
30426        errorLine2="         ~~~~~~~~~">
30427        <location
30428            file="frameworks/base/packages/SystemUI/res/layout/keyguard_status_bar.xml"
30429            line="55"
30430            column="10"/>
30431    </issue>
30432
30433    <issue
30434        id="ContentDescription"
30435        message="Missing `contentDescription` attribute on image"
30436        errorLine1="            &lt;ImageView"
30437        errorLine2="             ~~~~~~~~~">
30438        <location
30439            file="frameworks/base/packages/SystemUI/res/layout/log_access_user_consent_dialog_permission.xml"
30440            line="41"
30441            column="14"/>
30442    </issue>
30443
30444    <issue
30445        id="ContentDescription"
30446        message="Missing `contentDescription` attribute on image"
30447        errorLine1="    &lt;ImageView"
30448        errorLine2="     ~~~~~~~~~">
30449        <location
30450            file="frameworks/base/packages/SystemUI/res/layout/long_screenshot.xml"
30451            line="74"
30452            column="6"/>
30453    </issue>
30454
30455    <issue
30456        id="ContentDescription"
30457        message="Missing `contentDescription` attribute on image"
30458        errorLine1="    &lt;ImageView"
30459        errorLine2="     ~~~~~~~~~">
30460        <location
30461            file="frameworks/base/packages/SystemUI/res/layout/long_screenshot.xml"
30462            line="92"
30463            column="6"/>
30464    </issue>
30465
30466    <issue
30467        id="ContentDescription"
30468        message="Missing `contentDescription` attribute on image"
30469        errorLine1="    &lt;ImageView"
30470        errorLine2="     ~~~~~~~~~">
30471        <location
30472            file="frameworks/base/packages/SystemUI/res/layout/long_screenshot.xml"
30473            line="156"
30474            column="6"/>
30475    </issue>
30476
30477    <issue
30478        id="ContentDescription"
30479        message="Missing `contentDescription` attribute on image"
30480        errorLine1="    &lt;ImageView"
30481        errorLine2="     ~~~~~~~~~">
30482        <location
30483            file="frameworks/base/packages/SystemUI/res/layout/magnifier_controllers.xml"
30484            line="29"
30485            column="6"/>
30486    </issue>
30487
30488    <issue
30489        id="ContentDescription"
30490        message="Missing `contentDescription` attribute on image"
30491        errorLine1="        &lt;ImageView"
30492        errorLine2="         ~~~~~~~~~">
30493        <location
30494            file="frameworks/base/packages/SystemUI/res/layout/media_output_broadcast_area.xml"
30495            line="34"
30496            column="10"/>
30497    </issue>
30498
30499    <issue
30500        id="ContentDescription"
30501        message="Missing `contentDescription` attribute on image"
30502        errorLine1="        &lt;ImageView"
30503        errorLine2="         ~~~~~~~~~">
30504        <location
30505            file="frameworks/base/packages/SystemUI/res/layout/media_output_broadcast_area.xml"
30506            line="41"
30507            column="10"/>
30508    </issue>
30509
30510    <issue
30511        id="ContentDescription"
30512        message="Missing `contentDescription` attribute on image"
30513        errorLine1="            &lt;ImageView"
30514        errorLine2="             ~~~~~~~~~">
30515        <location
30516            file="frameworks/base/packages/SystemUI/res/layout/media_output_broadcast_area.xml"
30517            line="80"
30518            column="14"/>
30519    </issue>
30520
30521    <issue
30522        id="ContentDescription"
30523        message="Missing `contentDescription` attribute on image"
30524        errorLine1="            &lt;ImageView"
30525        errorLine2="             ~~~~~~~~~">
30526        <location
30527            file="frameworks/base/packages/SystemUI/res/layout/media_output_broadcast_area.xml"
30528            line="112"
30529            column="14"/>
30530    </issue>
30531
30532    <issue
30533        id="ContentDescription"
30534        message="Missing `contentDescription` attribute on image"
30535        errorLine1="            &lt;ImageView"
30536        errorLine2="             ~~~~~~~~~">
30537        <location
30538            file="frameworks/base/packages/SystemUI/res/layout/media_output_broadcast_area.xml"
30539            line="130"
30540            column="14"/>
30541    </issue>
30542
30543    <issue
30544        id="ContentDescription"
30545        message="Missing `contentDescription` attribute on image"
30546        errorLine1="    &lt;ImageView"
30547        errorLine2="     ~~~~~~~~~">
30548        <location
30549            file="frameworks/base/packages/SystemUI/res/layout/media_recommendation_view.xml"
30550            line="20"
30551            column="6"/>
30552    </issue>
30553
30554    <issue
30555        id="ContentDescription"
30556        message="Missing `contentDescription` attribute on image"
30557        errorLine1="    &lt;ImageView"
30558        errorLine2="     ~~~~~~~~~">
30559        <location
30560            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30561            line="32"
30562            column="6"/>
30563    </issue>
30564
30565    <issue
30566        id="ContentDescription"
30567        message="Missing `contentDescription` attribute on image"
30568        errorLine1="            &lt;ImageView"
30569        errorLine2="             ~~~~~~~~~">
30570        <location
30571            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30572            line="138"
30573            column="14"/>
30574    </issue>
30575
30576    <issue
30577        id="ContentDescription"
30578        message="Missing `contentDescription` attribute on image"
30579        errorLine1="    &lt;ImageButton"
30580        errorLine2="     ~~~~~~~~~~~">
30581        <location
30582            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30583            line="187"
30584            column="6"/>
30585    </issue>
30586
30587    <issue
30588        id="ContentDescription"
30589        message="Missing `contentDescription` attribute on image"
30590        errorLine1="    &lt;ImageButton"
30591        errorLine2="     ~~~~~~~~~~~">
30592        <location
30593            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30594            line="230"
30595            column="6"/>
30596    </issue>
30597
30598    <issue
30599        id="ContentDescription"
30600        message="Missing `contentDescription` attribute on image"
30601        errorLine1="    &lt;ImageButton"
30602        errorLine2="     ~~~~~~~~~~~">
30603        <location
30604            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30605            line="273"
30606            column="6"/>
30607    </issue>
30608
30609    <issue
30610        id="ContentDescription"
30611        message="Missing `contentDescription` attribute on image"
30612        errorLine1="    &lt;ImageButton"
30613        errorLine2="     ~~~~~~~~~~~">
30614        <location
30615            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30616            line="299"
30617            column="6"/>
30618    </issue>
30619
30620    <issue
30621        id="ContentDescription"
30622        message="Missing `contentDescription` attribute on image"
30623        errorLine1="    &lt;ImageButton"
30624        errorLine2="     ~~~~~~~~~~~">
30625        <location
30626            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30627            line="309"
30628            column="6"/>
30629    </issue>
30630
30631    <issue
30632        id="ContentDescription"
30633        message="Missing `contentDescription` attribute on image"
30634        errorLine1="    &lt;ImageButton"
30635        errorLine2="     ~~~~~~~~~~~">
30636        <location
30637            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30638            line="319"
30639            column="6"/>
30640    </issue>
30641
30642    <issue
30643        id="ContentDescription"
30644        message="Missing `contentDescription` attribute on image"
30645        errorLine1="    &lt;ImageButton"
30646        errorLine2="     ~~~~~~~~~~~">
30647        <location
30648            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30649            line="329"
30650            column="6"/>
30651    </issue>
30652
30653    <issue
30654        id="ContentDescription"
30655        message="Missing `contentDescription` attribute on image"
30656        errorLine1="    &lt;ImageButton"
30657        errorLine2="     ~~~~~~~~~~~">
30658        <location
30659            file="frameworks/base/packages/SystemUI/res/layout/media_session_view.xml"
30660            line="339"
30661            column="6"/>
30662    </issue>
30663
30664    <issue
30665        id="ContentDescription"
30666        message="Missing `contentDescription` attribute on image"
30667        errorLine1="        &lt;ImageView"
30668        errorLine2="         ~~~~~~~~~">
30669        <location
30670            file="frameworks/base/packages/SystemUI/res/layout/mobile_signal_group.xml"
30671            line="31"
30672            column="10"/>
30673    </issue>
30674
30675    <issue
30676        id="ContentDescription"
30677        message="Missing `contentDescription` attribute on image"
30678        errorLine1="        &lt;ImageView"
30679        errorLine2="         ~~~~~~~~~">
30680        <location
30681            file="frameworks/base/packages/SystemUI/res/layout/mobile_signal_group.xml"
30682            line="39"
30683            column="10"/>
30684    </issue>
30685
30686    <issue
30687        id="ContentDescription"
30688        message="Missing `contentDescription` attribute on image"
30689        errorLine1="    &lt;ImageView"
30690        errorLine2="     ~~~~~~~~~">
30691        <location
30692            file="frameworks/base/packages/SystemUI/res/layout/mobile_signal_group.xml"
30693            line="48"
30694            column="6"/>
30695    </issue>
30696
30697    <issue
30698        id="ContentDescription"
30699        message="Missing `contentDescription` attribute on image"
30700        errorLine1="                &lt;ImageView"
30701        errorLine2="                 ~~~~~~~~~">
30702        <location
30703            file="frameworks/base/packages/SystemUI/res/layout/notif_half_shelf.xml"
30704            line="53"
30705            column="18"/>
30706    </issue>
30707
30708    <issue
30709        id="ContentDescription"
30710        message="Missing `contentDescription` attribute on image"
30711        errorLine1="                &lt;ImageView"
30712        errorLine2="                 ~~~~~~~~~">
30713        <location
30714            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
30715            line="69"
30716            column="18"/>
30717    </issue>
30718
30719    <issue
30720        id="ContentDescription"
30721        message="Missing `contentDescription` attribute on image"
30722        errorLine1="                &lt;ImageView"
30723        errorLine2="                 ~~~~~~~~~">
30724        <location
30725            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
30726            line="77"
30727            column="18"/>
30728    </issue>
30729
30730    <issue
30731        id="ContentDescription"
30732        message="Missing `contentDescription` attribute on image"
30733        errorLine1="                &lt;ImageView"
30734        errorLine2="                 ~~~~~~~~~">
30735        <location
30736            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
30737            line="85"
30738            column="18"/>
30739    </issue>
30740
30741    <issue
30742        id="ContentDescription"
30743        message="Missing `contentDescription` attribute on image"
30744        errorLine1="                    &lt;ImageView"
30745        errorLine2="                     ~~~~~~~~~">
30746        <location
30747            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
30748            line="232"
30749            column="22"/>
30750    </issue>
30751
30752    <issue
30753        id="ContentDescription"
30754        message="Missing `contentDescription` attribute on image"
30755        errorLine1="                    &lt;ImageView"
30756        errorLine2="                     ~~~~~~~~~">
30757        <location
30758            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
30759            line="283"
30760            column="22"/>
30761    </issue>
30762
30763    <issue
30764        id="ContentDescription"
30765        message="Missing `contentDescription` attribute on image"
30766        errorLine1="                    &lt;ImageView"
30767        errorLine2="                     ~~~~~~~~~">
30768        <location
30769            file="frameworks/base/packages/SystemUI/res/layout/notification_conversation_info.xml"
30770            line="335"
30771            column="22"/>
30772    </issue>
30773
30774    <issue
30775        id="ContentDescription"
30776        message="Missing `contentDescription` attribute on image"
30777        errorLine1="        &lt;ImageView"
30778        errorLine2="         ~~~~~~~~~">
30779        <location
30780            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
30781            line="39"
30782            column="10"/>
30783    </issue>
30784
30785    <issue
30786        id="ContentDescription"
30787        message="Missing `contentDescription` attribute on image"
30788        errorLine1="                    &lt;ImageView"
30789        errorLine2="                     ~~~~~~~~~">
30790        <location
30791            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
30792            line="180"
30793            column="22"/>
30794    </issue>
30795
30796    <issue
30797        id="ContentDescription"
30798        message="Missing `contentDescription` attribute on image"
30799        errorLine1="                    &lt;ImageView"
30800        errorLine2="                     ~~~~~~~~~">
30801        <location
30802            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
30803            line="231"
30804            column="22"/>
30805    </issue>
30806
30807    <issue
30808        id="ContentDescription"
30809        message="Missing `contentDescription` attribute on image"
30810        errorLine1="                    &lt;ImageView"
30811        errorLine2="                     ~~~~~~~~~">
30812        <location
30813            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
30814            line="283"
30815            column="22"/>
30816    </issue>
30817
30818    <issue
30819        id="ContentDescription"
30820        message="Missing `contentDescription` attribute on image"
30821        errorLine1="        &lt;ImageView"
30822        errorLine2="         ~~~~~~~~~">
30823        <location
30824            file="frameworks/base/packages/SystemUI/res/layout/notification_snooze.xml"
30825            line="44"
30826            column="10"/>
30827    </issue>
30828
30829    <issue
30830        id="ContentDescription"
30831        message="Missing `contentDescription` attribute on image"
30832        errorLine1="        &lt;ImageView"
30833        errorLine2="         ~~~~~~~~~">
30834        <location
30835            file="frameworks/base/packages/SystemUI/res/layout/ongoing_call_chip.xml"
30836            line="39"
30837            column="10"/>
30838    </issue>
30839
30840    <issue
30841        id="ContentDescription"
30842        message="Missing `contentDescription` attribute on image"
30843        errorLine1="        &lt;ImageView"
30844        errorLine2="         ~~~~~~~~~">
30845        <location
30846            file="frameworks/base/packages/SystemUI/res/layout/overlay_action_chip.xml"
30847            line="34"
30848            column="10"/>
30849    </issue>
30850
30851    <issue
30852        id="ContentDescription"
30853        message="Missing `contentDescription` attribute on image"
30854        errorLine1="        &lt;ImageView"
30855        errorLine2="         ~~~~~~~~~">
30856        <location
30857            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
30858            line="38"
30859            column="10"/>
30860    </issue>
30861
30862    <issue
30863        id="ContentDescription"
30864        message="Missing `contentDescription` attribute on image"
30865        errorLine1="            &lt;ImageView"
30866        errorLine2="             ~~~~~~~~~">
30867        <location
30868            file="frameworks/base/packages/SystemUI/res/layout/people_space_initial_layout.xml"
30869            line="43"
30870            column="14"/>
30871    </issue>
30872
30873    <issue
30874        id="ContentDescription"
30875        message="Missing `contentDescription` attribute on image"
30876        errorLine1="            &lt;ImageView"
30877        errorLine2="             ~~~~~~~~~">
30878        <location
30879            file="frameworks/base/packages/SystemUI/res/layout/people_space_placeholder_layout.xml"
30880            line="50"
30881            column="14"/>
30882    </issue>
30883
30884    <issue
30885        id="ContentDescription"
30886        message="Missing `contentDescription` attribute on image"
30887        errorLine1="            &lt;ImageView"
30888        errorLine2="             ~~~~~~~~~">
30889        <location
30890            file="frameworks/base/packages/SystemUI/res/layout/people_space_tile_view.xml"
30891            line="38"
30892            column="14"/>
30893    </issue>
30894
30895    <issue
30896        id="ContentDescription"
30897        message="Missing `contentDescription` attribute on image"
30898        errorLine1="    &lt;ImageView"
30899        errorLine2="     ~~~~~~~~~">
30900        <location
30901            file="frameworks/base/packages/SystemUI/res/layout/people_status_scrim_layout.xml"
30902            line="21"
30903            column="6"/>
30904    </issue>
30905
30906    <issue
30907        id="ContentDescription"
30908        message="Missing `contentDescription` attribute on image"
30909        errorLine1="        &lt;ImageView"
30910        errorLine2="         ~~~~~~~~~">
30911        <location
30912            file="frameworks/base/packages/SystemUI/res/layout/people_status_scrim_layout.xml"
30913            line="32"
30914            column="10"/>
30915    </issue>
30916
30917    <issue
30918        id="ContentDescription"
30919        message="Missing `contentDescription` attribute on image"
30920        errorLine1="        &lt;ImageView"
30921        errorLine2="         ~~~~~~~~~">
30922        <location
30923            file="frameworks/base/packages/SystemUI/res/layout/people_status_scrim_layout.xml"
30924            line="36"
30925            column="10"/>
30926    </issue>
30927
30928    <issue
30929        id="ContentDescription"
30930        message="Missing `contentDescription` attribute on image"
30931        errorLine1="        &lt;ImageView"
30932        errorLine2="         ~~~~~~~~~">
30933        <location
30934            file="frameworks/base/packages/SystemUI/res/layout/people_status_scrim_layout.xml"
30935            line="48"
30936            column="10"/>
30937    </issue>
30938
30939    <issue
30940        id="ContentDescription"
30941        message="Missing `contentDescription` attribute on image"
30942        errorLine1="        &lt;ImageView"
30943        errorLine2="         ~~~~~~~~~">
30944        <location
30945            file="frameworks/base/packages/SystemUI/res/layout/people_status_scrim_layout.xml"
30946            line="52"
30947            column="10"/>
30948    </issue>
30949
30950    <issue
30951        id="ContentDescription"
30952        message="Missing `contentDescription` attribute on image"
30953        errorLine1="    &lt;ImageView"
30954        errorLine2="     ~~~~~~~~~">
30955        <location
30956            file="frameworks/base/packages/SystemUI/res/layout/people_tile_empty_layout.xml"
30957            line="24"
30958            column="6"/>
30959    </issue>
30960
30961    <issue
30962        id="ContentDescription"
30963        message="Missing `contentDescription` attribute on image"
30964        errorLine1="        &lt;ImageView"
30965        errorLine2="         ~~~~~~~~~">
30966        <location
30967            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_empty.xml"
30968            line="33"
30969            column="10"/>
30970    </issue>
30971
30972    <issue
30973        id="ContentDescription"
30974        message="Missing `contentDescription` attribute on image"
30975        errorLine1="    &lt;ImageView"
30976        errorLine2="     ~~~~~~~~~">
30977        <location
30978            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_empty.xml"
30979            line="59"
30980            column="6"/>
30981    </issue>
30982
30983    <issue
30984        id="ContentDescription"
30985        message="Missing `contentDescription` attribute on image"
30986        errorLine1="            &lt;ImageView"
30987        errorLine2="             ~~~~~~~~~">
30988        <location
30989            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_with_content.xml"
30990            line="36"
30991            column="14"/>
30992    </issue>
30993
30994    <issue
30995        id="ContentDescription"
30996        message="Missing `contentDescription` attribute on image"
30997        errorLine1="            &lt;ImageView"
30998        errorLine2="             ~~~~~~~~~">
30999        <location
31000            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_with_content.xml"
31001            line="42"
31002            column="14"/>
31003    </issue>
31004
31005    <issue
31006        id="ContentDescription"
31007        message="Missing `contentDescription` attribute on image"
31008        errorLine1="                &lt;ImageView"
31009        errorLine2="                 ~~~~~~~~~">
31010        <location
31011            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_with_content.xml"
31012            line="103"
31013            column="18"/>
31014    </issue>
31015
31016    <issue
31017        id="ContentDescription"
31018        message="Missing `contentDescription` attribute on image"
31019        errorLine1="            &lt;ImageView"
31020        errorLine2="             ~~~~~~~~~">
31021        <location
31022            file="frameworks/base/packages/SystemUI/res/layout/people_tile_large_with_content.xml"
31023            line="124"
31024            column="14"/>
31025    </issue>
31026
31027    <issue
31028        id="ContentDescription"
31029        message="Missing `contentDescription` attribute on image"
31030        errorLine1="            &lt;ImageView"
31031        errorLine2="             ~~~~~~~~~">
31032        <location
31033            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_empty.xml"
31034            line="35"
31035            column="14"/>
31036    </issue>
31037
31038    <issue
31039        id="ContentDescription"
31040        message="Missing `contentDescription` attribute on image"
31041        errorLine1="            &lt;ImageView"
31042        errorLine2="             ~~~~~~~~~">
31043        <location
31044            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_empty.xml"
31045            line="39"
31046            column="14"/>
31047    </issue>
31048
31049    <issue
31050        id="ContentDescription"
31051        message="Missing `contentDescription` attribute on image"
31052        errorLine1="                &lt;ImageView"
31053        errorLine2="                 ~~~~~~~~~">
31054        <location
31055            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_with_content.xml"
31056            line="49"
31057            column="18"/>
31058    </issue>
31059
31060    <issue
31061        id="ContentDescription"
31062        message="Missing `contentDescription` attribute on image"
31063        errorLine1="                &lt;ImageView"
31064        errorLine2="                 ~~~~~~~~~">
31065        <location
31066            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_with_content.xml"
31067            line="55"
31068            column="18"/>
31069    </issue>
31070
31071    <issue
31072        id="ContentDescription"
31073        message="Missing `contentDescription` attribute on image"
31074        errorLine1="                    &lt;ImageView"
31075        errorLine2="                     ~~~~~~~~~">
31076        <location
31077            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_with_content.xml"
31078            line="83"
31079            column="22"/>
31080    </issue>
31081
31082    <issue
31083        id="ContentDescription"
31084        message="Missing `contentDescription` attribute on image"
31085        errorLine1="                &lt;ImageView"
31086        errorLine2="                 ~~~~~~~~~">
31087        <location
31088            file="frameworks/base/packages/SystemUI/res/layout/people_tile_medium_with_content.xml"
31089            line="147"
31090            column="18"/>
31091    </issue>
31092
31093    <issue
31094        id="ContentDescription"
31095        message="Missing `contentDescription` attribute on image"
31096        errorLine1="        &lt;ImageView"
31097        errorLine2="         ~~~~~~~~~">
31098        <location
31099            file="frameworks/base/packages/SystemUI/res/layout/people_tile_small.xml"
31100            line="34"
31101            column="10"/>
31102    </issue>
31103
31104    <issue
31105        id="ContentDescription"
31106        message="Missing `contentDescription` attribute on image"
31107        errorLine1="        &lt;ImageView"
31108        errorLine2="         ~~~~~~~~~">
31109        <location
31110            file="frameworks/base/packages/SystemUI/res/layout/people_tile_small.xml"
31111            line="42"
31112            column="10"/>
31113    </issue>
31114
31115    <issue
31116        id="ContentDescription"
31117        message="Missing `contentDescription` attribute on image"
31118        errorLine1="        &lt;ImageView"
31119        errorLine2="         ~~~~~~~~~">
31120        <location
31121            file="frameworks/base/packages/SystemUI/res/layout/people_tile_small_horizontal.xml"
31122            line="34"
31123            column="10"/>
31124    </issue>
31125
31126    <issue
31127        id="ContentDescription"
31128        message="Missing `contentDescription` attribute on image"
31129        errorLine1="        &lt;ImageView"
31130        errorLine2="         ~~~~~~~~~">
31131        <location
31132            file="frameworks/base/packages/SystemUI/res/layout/people_tile_small_horizontal.xml"
31133            line="42"
31134            column="10"/>
31135    </issue>
31136
31137    <issue
31138        id="ContentDescription"
31139        message="Missing `contentDescription` attribute on image"
31140        errorLine1="    &lt;ImageView"
31141        errorLine2="     ~~~~~~~~~">
31142        <location
31143            file="frameworks/base/packages/SystemUI/res/layout/people_tile_suppressed_layout.xml"
31144            line="24"
31145            column="6"/>
31146    </issue>
31147
31148    <issue
31149        id="ContentDescription"
31150        message="Missing `contentDescription` attribute on image"
31151        errorLine1="    &lt;ImageView"
31152        errorLine2="     ~~~~~~~~~">
31153        <location
31154            file="frameworks/base/packages/SystemUI/res/layout/people_tile_with_suppression_detail_content_horizontal.xml"
31155            line="28"
31156            column="6"/>
31157    </issue>
31158
31159    <issue
31160        id="ContentDescription"
31161        message="Missing `contentDescription` attribute on image"
31162        errorLine1="    &lt;ImageView"
31163        errorLine2="     ~~~~~~~~~">
31164        <location
31165            file="frameworks/base/packages/SystemUI/res/layout/people_tile_with_suppression_detail_content_vertical.xml"
31166            line="33"
31167            column="6"/>
31168    </issue>
31169
31170    <issue
31171        id="ContentDescription"
31172        message="Missing `contentDescription` attribute on image"
31173        errorLine1="    &lt;ImageView"
31174        errorLine2="     ~~~~~~~~~">
31175        <location
31176            file="frameworks/base/packages/SystemUI/res/layout/people_tile_with_suppression_detail_content_vertical.xml"
31177            line="53"
31178            column="6"/>
31179    </issue>
31180
31181    <issue
31182        id="ContentDescription"
31183        message="Missing `contentDescription` attribute on image"
31184        errorLine1="    &lt;ImageView"
31185        errorLine2="     ~~~~~~~~~">
31186        <location
31187            file="frameworks/base/packages/SystemUI/res/layout/people_tile_work_profile_quiet_layout.xml"
31188            line="25"
31189            column="6"/>
31190    </issue>
31191
31192    <issue
31193        id="ContentDescription"
31194        message="Missing `contentDescription` attribute on image"
31195        errorLine1="    &lt;ImageView android:id=&quot;@+id/work_widget_badge_icon&quot;"
31196        errorLine2="     ~~~~~~~~~">
31197        <location
31198            file="frameworks/base/packages/SystemUI/res/layout/people_tile_work_profile_quiet_layout.xml"
31199            line="32"
31200            column="6"/>
31201    </issue>
31202
31203    <issue
31204        id="ContentDescription"
31205        message="Missing `contentDescription` attribute on image"
31206        errorLine1="    &lt;ImageView"
31207        errorLine2="     ~~~~~~~~~">
31208        <location
31209            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_item.xml"
31210            line="30"
31211            column="6"/>
31212    </issue>
31213
31214    <issue
31215        id="ContentDescription"
31216        message="Missing `contentDescription` attribute on image"
31217        errorLine1="    &lt;ImageView"
31218        errorLine2="     ~~~~~~~~~">
31219        <location
31220            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_item.xml"
31221            line="53"
31222            column="6"/>
31223    </issue>
31224
31225    <issue
31226        id="ContentDescription"
31227        message="Missing `contentDescription` attribute on image"
31228        errorLine1="            &lt;ImageView"
31229        errorLine2="             ~~~~~~~~~">
31230        <location
31231            file="frameworks/base/packages/SystemUI/res/layout/privacy_dialog_item_v2.xml"
31232            line="71"
31233            column="14"/>
31234    </issue>
31235
31236    <issue
31237        id="ContentDescription"
31238        message="Missing `contentDescription` attribute on image"
31239        errorLine1=" &lt;ImageView"
31240        errorLine2="  ~~~~~~~~~">
31241        <location
31242            file="frameworks/base/packages/SystemUI/res/layout/qs_dialog_secondary_mobile_network.xml"
31243            line="26"
31244            column="3"/>
31245    </issue>
31246
31247    <issue
31248        id="ContentDescription"
31249        message="Missing `contentDescription` attribute on image"
31250        errorLine1=" &lt;ImageView"
31251        errorLine2="  ~~~~~~~~~">
31252        <location
31253            file="frameworks/base/packages/SystemUI/res/layout/qs_dialog_secondary_mobile_network.xml"
31254            line="56"
31255            column="3"/>
31256    </issue>
31257
31258    <issue
31259        id="ContentDescription"
31260        message="Missing `contentDescription` attribute on image"
31261        errorLine1="    &lt;ImageView"
31262        errorLine2="     ~~~~~~~~~">
31263        <location
31264            file="frameworks/base/packages/SystemUI/res/layout/qs_tile_side_icon.xml"
31265            line="23"
31266            column="6"/>
31267    </issue>
31268
31269    <issue
31270        id="ContentDescription"
31271        message="Missing `contentDescription` attribute on image"
31272        errorLine1="        &lt;ImageView"
31273        errorLine2="         ~~~~~~~~~">
31274        <location
31275            file="frameworks/base/packages/SystemUI/res/layout/qs_user_detail_item.xml"
31276            line="55"
31277            column="10"/>
31278    </issue>
31279
31280    <issue
31281        id="ContentDescription"
31282        message="Missing `contentDescription` attribute on image"
31283        errorLine1="        &lt;ImageView"
31284        errorLine2="         ~~~~~~~~~">
31285        <location
31286            file="frameworks/base/packages/SystemUI/res/layout/quick_settings_footer_dialog_parental_controls.xml"
31287            line="30"
31288            column="10"/>
31289    </issue>
31290
31291    <issue
31292        id="ContentDescription"
31293        message="Missing `contentDescription` attribute on image"
31294        errorLine1="            &lt;ImageView"
31295        errorLine2="             ~~~~~~~~~">
31296        <location
31297            file="frameworks/base/packages/SystemUI/res/layout/remote_input.xml"
31298            line="46"
31299            column="14"/>
31300    </issue>
31301
31302    <issue
31303        id="ContentDescription"
31304        message="Missing `contentDescription` attribute on image"
31305        errorLine1="            &lt;ImageView"
31306        errorLine2="             ~~~~~~~~~">
31307        <location
31308            file="frameworks/base/packages/SystemUI/res/layout/remote_input.xml"
31309            line="54"
31310            column="14"/>
31311    </issue>
31312
31313    <issue
31314        id="ContentDescription"
31315        message="Missing `contentDescription` attribute on image"
31316        errorLine1="        &lt;ImageView"
31317        errorLine2="         ~~~~~~~~~">
31318        <location
31319            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31320            line="48"
31321            column="10"/>
31322    </issue>
31323
31324    <issue
31325        id="ContentDescription"
31326        message="Missing `contentDescription` attribute on image"
31327        errorLine1="        &lt;ImageView"
31328        errorLine2="         ~~~~~~~~~">
31329        <location
31330            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31331            line="55"
31332            column="10"/>
31333    </issue>
31334
31335    <issue
31336        id="ContentDescription"
31337        message="Missing `contentDescription` attribute on image"
31338        errorLine1="        &lt;ImageView"
31339        errorLine2="         ~~~~~~~~~">
31340        <location
31341            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31342            line="65"
31343            column="10"/>
31344    </issue>
31345
31346    <issue
31347        id="ContentDescription"
31348        message="Missing `contentDescription` attribute on image"
31349        errorLine1="        &lt;ImageView"
31350        errorLine2="         ~~~~~~~~~">
31351        <location
31352            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31353            line="91"
31354            column="10"/>
31355    </issue>
31356
31357    <issue
31358        id="ContentDescription"
31359        message="Missing `contentDescription` attribute on image"
31360        errorLine1="        &lt;ImageView"
31361        errorLine2="         ~~~~~~~~~">
31362        <location
31363            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31364            line="98"
31365            column="10"/>
31366    </issue>
31367
31368    <issue
31369        id="ContentDescription"
31370        message="Missing `contentDescription` attribute on image"
31371        errorLine1="        &lt;ImageView"
31372        errorLine2="         ~~~~~~~~~">
31373        <location
31374            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31375            line="108"
31376            column="10"/>
31377    </issue>
31378
31379    <issue
31380        id="ContentDescription"
31381        message="Missing `contentDescription` attribute on image"
31382        errorLine1="        &lt;ImageView"
31383        errorLine2="         ~~~~~~~~~">
31384        <location
31385            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31386            line="134"
31387            column="10"/>
31388    </issue>
31389
31390    <issue
31391        id="ContentDescription"
31392        message="Missing `contentDescription` attribute on image"
31393        errorLine1="        &lt;ImageView"
31394        errorLine2="         ~~~~~~~~~">
31395        <location
31396            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31397            line="141"
31398            column="10"/>
31399    </issue>
31400
31401    <issue
31402        id="ContentDescription"
31403        message="Missing `contentDescription` attribute on image"
31404        errorLine1="        &lt;ImageView"
31405        errorLine2="         ~~~~~~~~~">
31406        <location
31407            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons.xml"
31408            line="151"
31409            column="10"/>
31410    </issue>
31411
31412    <issue
31413        id="ContentDescription"
31414        message="Missing `contentDescription` attribute on image"
31415        errorLine1="        &lt;ImageView"
31416        errorLine2="         ~~~~~~~~~">
31417        <location
31418            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31419            line="44"
31420            column="10"/>
31421    </issue>
31422
31423    <issue
31424        id="ContentDescription"
31425        message="Missing `contentDescription` attribute on image"
31426        errorLine1="        &lt;ImageView"
31427        errorLine2="         ~~~~~~~~~">
31428        <location
31429            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31430            line="51"
31431            column="10"/>
31432    </issue>
31433
31434    <issue
31435        id="ContentDescription"
31436        message="Missing `contentDescription` attribute on image"
31437        errorLine1="        &lt;ImageView"
31438        errorLine2="         ~~~~~~~~~">
31439        <location
31440            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31441            line="61"
31442            column="10"/>
31443    </issue>
31444
31445    <issue
31446        id="ContentDescription"
31447        message="Missing `contentDescription` attribute on image"
31448        errorLine1="        &lt;ImageView"
31449        errorLine2="         ~~~~~~~~~">
31450        <location
31451            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31452            line="84"
31453            column="10"/>
31454    </issue>
31455
31456    <issue
31457        id="ContentDescription"
31458        message="Missing `contentDescription` attribute on image"
31459        errorLine1="        &lt;ImageView"
31460        errorLine2="         ~~~~~~~~~">
31461        <location
31462            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31463            line="91"
31464            column="10"/>
31465    </issue>
31466
31467    <issue
31468        id="ContentDescription"
31469        message="Missing `contentDescription` attribute on image"
31470        errorLine1="        &lt;ImageView"
31471        errorLine2="         ~~~~~~~~~">
31472        <location
31473            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31474            line="101"
31475            column="10"/>
31476    </issue>
31477
31478    <issue
31479        id="ContentDescription"
31480        message="Missing `contentDescription` attribute on image"
31481        errorLine1="        &lt;ImageView"
31482        errorLine2="         ~~~~~~~~~">
31483        <location
31484            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31485            line="125"
31486            column="10"/>
31487    </issue>
31488
31489    <issue
31490        id="ContentDescription"
31491        message="Missing `contentDescription` attribute on image"
31492        errorLine1="        &lt;ImageView"
31493        errorLine2="         ~~~~~~~~~">
31494        <location
31495            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31496            line="132"
31497            column="10"/>
31498    </issue>
31499
31500    <issue
31501        id="ContentDescription"
31502        message="Missing `contentDescription` attribute on image"
31503        errorLine1="        &lt;ImageView"
31504        errorLine2="         ~~~~~~~~~">
31505        <location
31506            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_land.xml"
31507            line="142"
31508            column="10"/>
31509    </issue>
31510
31511    <issue
31512        id="ContentDescription"
31513        message="Missing `contentDescription` attribute on image"
31514        errorLine1="        &lt;ImageView"
31515        errorLine2="         ~~~~~~~~~">
31516        <location
31517            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31518            line="44"
31519            column="10"/>
31520    </issue>
31521
31522    <issue
31523        id="ContentDescription"
31524        message="Missing `contentDescription` attribute on image"
31525        errorLine1="        &lt;ImageView"
31526        errorLine2="         ~~~~~~~~~">
31527        <location
31528            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31529            line="52"
31530            column="10"/>
31531    </issue>
31532
31533    <issue
31534        id="ContentDescription"
31535        message="Missing `contentDescription` attribute on image"
31536        errorLine1="        &lt;ImageView"
31537        errorLine2="         ~~~~~~~~~">
31538        <location
31539            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31540            line="63"
31541            column="10"/>
31542    </issue>
31543
31544    <issue
31545        id="ContentDescription"
31546        message="Missing `contentDescription` attribute on image"
31547        errorLine1="        &lt;ImageView"
31548        errorLine2="         ~~~~~~~~~">
31549        <location
31550            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31551            line="87"
31552            column="10"/>
31553    </issue>
31554
31555    <issue
31556        id="ContentDescription"
31557        message="Missing `contentDescription` attribute on image"
31558        errorLine1="        &lt;ImageView"
31559        errorLine2="         ~~~~~~~~~">
31560        <location
31561            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31562            line="95"
31563            column="10"/>
31564    </issue>
31565
31566    <issue
31567        id="ContentDescription"
31568        message="Missing `contentDescription` attribute on image"
31569        errorLine1="        &lt;ImageView"
31570        errorLine2="         ~~~~~~~~~">
31571        <location
31572            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31573            line="106"
31574            column="10"/>
31575    </issue>
31576
31577    <issue
31578        id="ContentDescription"
31579        message="Missing `contentDescription` attribute on image"
31580        errorLine1="        &lt;ImageView"
31581        errorLine2="         ~~~~~~~~~">
31582        <location
31583            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31584            line="130"
31585            column="10"/>
31586    </issue>
31587
31588    <issue
31589        id="ContentDescription"
31590        message="Missing `contentDescription` attribute on image"
31591        errorLine1="        &lt;ImageView"
31592        errorLine2="         ~~~~~~~~~">
31593        <location
31594            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31595            line="138"
31596            column="10"/>
31597    </issue>
31598
31599    <issue
31600        id="ContentDescription"
31601        message="Missing `contentDescription` attribute on image"
31602        errorLine1="        &lt;ImageView"
31603        errorLine2="         ~~~~~~~~~">
31604        <location
31605            file="frameworks/base/packages/SystemUI/res/layout/screen_pinning_request_buttons_sea.xml"
31606            line="149"
31607            column="10"/>
31608    </issue>
31609
31610    <issue
31611        id="ContentDescription"
31612        message="Missing `contentDescription` attribute on image"
31613        errorLine1="                &lt;ImageView"
31614        errorLine2="                 ~~~~~~~~~">
31615        <location
31616            file="frameworks/base/packages/SystemUI/res/layout/screen_record_dialog.xml"
31617            line="43"
31618            column="18"/>
31619    </issue>
31620
31621    <issue
31622        id="ContentDescription"
31623        message="Missing `contentDescription` attribute on image"
31624        errorLine1="                    &lt;ImageView"
31625        errorLine2="                     ~~~~~~~~~">
31626        <location
31627            file="frameworks/base/packages/SystemUI/res/layout/screen_record_dialog.xml"
31628            line="69"
31629            column="22"/>
31630    </issue>
31631
31632    <issue
31633        id="ContentDescription"
31634        message="Missing `contentDescription` attribute on image"
31635        errorLine1="                    &lt;ImageView"
31636        errorLine2="                     ~~~~~~~~~">
31637        <location
31638            file="frameworks/base/packages/SystemUI/res/layout/screen_record_dialog.xml"
31639            line="103"
31640            column="22"/>
31641    </issue>
31642
31643    <issue
31644        id="ContentDescription"
31645        message="Missing `contentDescription` attribute on image"
31646        errorLine1="    &lt;ImageView"
31647        errorLine2="     ~~~~~~~~~">
31648        <location
31649            file="frameworks/base/packages/SystemUI/res/layout/screenshot.xml"
31650            line="31"
31651            column="6"/>
31652    </issue>
31653
31654    <issue
31655        id="ContentDescription"
31656        message="Missing `contentDescription` attribute on image"
31657        errorLine1="    &lt;ImageView"
31658        errorLine2="     ~~~~~~~~~">
31659        <location
31660            file="frameworks/base/packages/SystemUI/res/layout/screenshot_shelf.xml"
31661            line="83"
31662            column="6"/>
31663    </issue>
31664
31665    <issue
31666        id="ContentDescription"
31667        message="Missing `contentDescription` attribute on image"
31668        errorLine1="        &lt;ImageView"
31669        errorLine2="         ~~~~~~~~~">
31670        <location
31671            file="frameworks/base/packages/SystemUI/res/layout/screenshot_shelf.xml"
31672            line="102"
31673            column="10"/>
31674    </issue>
31675
31676    <issue
31677        id="ContentDescription"
31678        message="Missing `contentDescription` attribute on image"
31679        errorLine1="    &lt;ImageView"
31680        errorLine2="     ~~~~~~~~~">
31681        <location
31682            file="frameworks/base/packages/SystemUI/res/layout/screenshot_shelf.xml"
31683            line="113"
31684            column="6"/>
31685    </issue>
31686
31687    <issue
31688        id="ContentDescription"
31689        message="Missing `contentDescription` attribute on image"
31690        errorLine1="    &lt;ImageView"
31691        errorLine2="     ~~~~~~~~~">
31692        <location
31693            file="frameworks/base/packages/SystemUI/res/layout/screenshot_static.xml"
31694            line="23"
31695            column="6"/>
31696    </issue>
31697
31698    <issue
31699        id="ContentDescription"
31700        message="Missing `contentDescription` attribute on image"
31701        errorLine1="    &lt;ImageView"
31702        errorLine2="     ~~~~~~~~~">
31703        <location
31704            file="frameworks/base/packages/SystemUI/res/layout/screenshot_static.xml"
31705            line="95"
31706            column="6"/>
31707    </issue>
31708
31709    <issue
31710        id="ContentDescription"
31711        message="Missing `contentDescription` attribute on image"
31712        errorLine1="        &lt;ImageView"
31713        errorLine2="         ~~~~~~~~~">
31714        <location
31715            file="frameworks/base/packages/SystemUI/res/layout/screenshot_static.xml"
31716            line="114"
31717            column="10"/>
31718    </issue>
31719
31720    <issue
31721        id="ContentDescription"
31722        message="Missing `contentDescription` attribute on image"
31723        errorLine1="    &lt;ImageView"
31724        errorLine2="     ~~~~~~~~~">
31725        <location
31726            file="frameworks/base/packages/SystemUI/res/layout/screenshot_static.xml"
31727            line="125"
31728            column="6"/>
31729    </issue>
31730
31731    <issue
31732        id="ContentDescription"
31733        message="Missing `contentDescription` attribute on image"
31734        errorLine1="    &lt;ImageView"
31735        errorLine2="     ~~~~~~~~~">
31736        <location
31737            file="frameworks/base/packages/SystemUI/res/layout/screenshot_work_profile_first_run.xml"
31738            line="12"
31739            column="6"/>
31740    </issue>
31741
31742    <issue
31743        id="ContentDescription"
31744        message="Missing `contentDescription` attribute on image"
31745        errorLine1="        &lt;ImageView"
31746        errorLine2="         ~~~~~~~~~">
31747        <location
31748            file="frameworks/base/packages/SystemUI/res/layout/screenshot_work_profile_first_run.xml"
31749            line="36"
31750            column="10"/>
31751    </issue>
31752
31753    <issue
31754        id="ContentDescription"
31755        message="Missing `contentDescription` attribute on image"
31756        errorLine1="        &lt;ImageView"
31757        errorLine2="         ~~~~~~~~~">
31758        <location
31759            file="frameworks/base/packages/SystemUI/res/layout/seekbar_with_icon_buttons.xml"
31760            line="33"
31761            column="10"/>
31762    </issue>
31763
31764    <issue
31765        id="ContentDescription"
31766        message="Missing `contentDescription` attribute on image"
31767        errorLine1="        &lt;ImageView"
31768        errorLine2="         ~~~~~~~~~">
31769        <location
31770            file="frameworks/base/packages/SystemUI/res/layout/seekbar_with_icon_buttons.xml"
31771            line="60"
31772            column="10"/>
31773    </issue>
31774
31775    <issue
31776        id="ContentDescription"
31777        message="Missing `contentDescription` attribute on image"
31778        errorLine1="        &lt;ImageView"
31779        errorLine2="         ~~~~~~~~~">
31780        <location
31781            file="frameworks/base/packages/SystemUI/res/layout/sensor_use_started_title.xml"
31782            line="32"
31783            column="10"/>
31784    </issue>
31785
31786    <issue
31787        id="ContentDescription"
31788        message="Missing `contentDescription` attribute on image"
31789        errorLine1="        &lt;ImageView"
31790        errorLine2="         ~~~~~~~~~">
31791        <location
31792            file="frameworks/base/packages/SystemUI/res/layout/sensor_use_started_title.xml"
31793            line="39"
31794            column="10"/>
31795    </issue>
31796
31797    <issue
31798        id="ContentDescription"
31799        message="Missing `contentDescription` attribute on image"
31800        errorLine1="    &lt;ImageView"
31801        errorLine2="     ~~~~~~~~~">
31802        <location
31803            file="frameworks/base/packages/SystemUI/res/layout/shelf_action_chip.xml"
31804            line="28"
31805            column="6"/>
31806    </issue>
31807
31808    <issue
31809        id="ContentDescription"
31810        message="Missing `contentDescription` attribute on image"
31811        errorLine1="    &lt;ImageView"
31812        errorLine2="     ~~~~~~~~~">
31813        <location
31814            file="frameworks/base/packages/SystemUI/res/layout/status_bar.xml"
31815            line="33"
31816            column="6"/>
31817    </issue>
31818
31819    <issue
31820        id="ContentDescription"
31821        message="Missing `contentDescription` attribute on image"
31822        errorLine1="    &lt;ImageView android:id=&quot;@+id/current_user_avatar&quot;"
31823        errorLine2="     ~~~~~~~~~">
31824        <location
31825            file="frameworks/base/packages/SystemUI/res/layout/status_bar_user_chip_container.xml"
31826            line="28"
31827            column="6"/>
31828    </issue>
31829
31830    <issue
31831        id="ContentDescription"
31832        message="Missing `contentDescription` attribute on image"
31833        errorLine1="            &lt;ImageView"
31834        errorLine2="             ~~~~~~~~~">
31835        <location
31836            file="frameworks/base/packages/SystemUI/res/layout/status_bar_wifi_group_inner.xml"
31837            line="34"
31838            column="14"/>
31839    </issue>
31840
31841    <issue
31842        id="ContentDescription"
31843        message="Missing `contentDescription` attribute on image"
31844        errorLine1="            &lt;ImageView"
31845        errorLine2="             ~~~~~~~~~">
31846        <location
31847            file="frameworks/base/packages/SystemUI/res/layout/status_bar_wifi_group_inner.xml"
31848            line="42"
31849            column="14"/>
31850    </issue>
31851
31852    <issue
31853        id="ContentDescription"
31854        message="Missing `contentDescription` attribute on image"
31855        errorLine1="    &lt;ImageView"
31856        errorLine2="     ~~~~~~~~~">
31857        <location
31858            file="frameworks/base/packages/SystemUI/res/layout/text_toast.xml"
31859            line="33"
31860            column="6"/>
31861    </issue>
31862
31863    <issue
31864        id="ContentDescription"
31865        message="Missing `contentDescription` attribute on image"
31866        errorLine1="    &lt;ImageView"
31867        errorLine2="     ~~~~~~~~~">
31868        <location
31869            file="frameworks/base/packages/SystemUI/res/layout/tuner_shortcut_item.xml"
31870            line="26"
31871            column="6"/>
31872    </issue>
31873
31874    <issue
31875        id="ContentDescription"
31876        message="Missing `contentDescription` attribute on image"
31877        errorLine1="    &lt;ImageView"
31878        errorLine2="     ~~~~~~~~~">
31879        <location
31880            file="frameworks/base/packages/SystemUI/res/layout/tuner_widget_settings_switch.xml"
31881            line="24"
31882            column="6"/>
31883    </issue>
31884
31885    <issue
31886        id="ContentDescription"
31887        message="Missing `contentDescription` attribute on image"
31888        errorLine1="    &lt;ImageView"
31889        errorLine2="     ~~~~~~~~~">
31890        <location
31891            file="frameworks/base/packages/SystemUI/res/layout/udfps_enroll_view.xml"
31892            line="32"
31893            column="6"/>
31894    </issue>
31895
31896    <issue
31897        id="ContentDescription"
31898        message="Missing `contentDescription` attribute on image"
31899        errorLine1="    &lt;ImageView"
31900        errorLine2="     ~~~~~~~~~">
31901        <location
31902            file="frameworks/base/packages/SystemUI/res/layout/udfps_enroll_view.xml"
31903            line="38"
31904            column="6"/>
31905    </issue>
31906
31907    <issue
31908        id="ContentDescription"
31909        message="Missing `contentDescription` attribute on image"
31910        errorLine1="    &lt;ImageView"
31911        errorLine2="     ~~~~~~~~~">
31912        <location
31913            file="frameworks/base/packages/SystemUI/res/layout/udfps_keyguard_view_internal.xml"
31914            line="27"
31915            column="6"/>
31916    </issue>
31917
31918    <issue
31919        id="ContentDescription"
31920        message="Missing `contentDescription` attribute on image"
31921        errorLine1="    &lt;ImageView"
31922        errorLine2="     ~~~~~~~~~">
31923        <location
31924            file="frameworks/base/packages/SystemUI/res/layout/user_switcher_fullscreen_item.xml"
31925            line="23"
31926            column="6"/>
31927    </issue>
31928
31929    <issue
31930        id="ContentDescription"
31931        message="Missing `contentDescription` attribute on image"
31932        errorLine1="                &lt;ImageView"
31933        errorLine2="                 ~~~~~~~~~">
31934        <location
31935            file="frameworks/base/packages/SystemUI/res/layout/volume_ringer_drawer.xml"
31936            line="65"
31937            column="18"/>
31938    </issue>
31939
31940    <issue
31941        id="ContentDescription"
31942        message="Missing `contentDescription` attribute on image"
31943        errorLine1="                &lt;ImageView"
31944        errorLine2="                 ~~~~~~~~~">
31945        <location
31946            file="frameworks/base/packages/SystemUI/res/layout/volume_ringer_drawer.xml"
31947            line="83"
31948            column="18"/>
31949    </issue>
31950
31951    <issue
31952        id="ContentDescription"
31953        message="Missing `contentDescription` attribute on image"
31954        errorLine1="                &lt;ImageView"
31955        errorLine2="                 ~~~~~~~~~">
31956        <location
31957            file="frameworks/base/packages/SystemUI/res/layout/volume_ringer_drawer.xml"
31958            line="101"
31959            column="18"/>
31960    </issue>
31961
31962    <issue
31963        id="ContentDescription"
31964        message="Missing `contentDescription` attribute on image"
31965        errorLine1="        &lt;ImageView"
31966        errorLine2="         ~~~~~~~~~">
31967        <location
31968            file="frameworks/base/packages/SystemUI/res/layout/volume_ringer_drawer.xml"
31969            line="125"
31970            column="10"/>
31971    </issue>
31972
31973    <issue
31974        id="ContentDescription"
31975        message="Missing `contentDescription` attribute on image"
31976        errorLine1="    &lt;ImageView"
31977        errorLine2="     ~~~~~~~~~">
31978        <location
31979            file="frameworks/base/packages/SystemUI/res/layout/window_magnifier_view.xml"
31980            line="116"
31981            column="6"/>
31982    </issue>
31983
31984    <issue
31985        id="ContentDescription"
31986        message="Missing `contentDescription` attribute on image"
31987        errorLine1="    &lt;ImageView"
31988        errorLine2="     ~~~~~~~~~">
31989        <location
31990            file="frameworks/base/packages/SystemUI/res/layout/window_magnifier_view.xml"
31991            line="126"
31992            column="6"/>
31993    </issue>
31994
31995    <issue
31996        id="ContentDescription"
31997        message="Missing `contentDescription` attribute on image"
31998        errorLine1="        &lt;ImageView"
31999        errorLine2="         ~~~~~~~~~">
32000        <location
32001            file="frameworks/base/packages/SystemUI/res/layout/wireless_charging_layout.xml"
32002            line="44"
32003            column="10"/>
32004    </issue>
32005
32006    <issue
32007        id="LabelFor"
32008        message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
32009        errorLine1="        &lt;EditText"
32010        errorLine2="         ~~~~~~~~">
32011        <location
32012            file="frameworks/base/packages/SystemUI/res/layout/clipboard_edit_text_activity.xml"
32013            line="46"
32014            column="10"/>
32015    </issue>
32016
32017    <issue
32018        id="LabelFor"
32019        message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
32020        errorLine1="  &lt;EditText"
32021        errorLine2="   ~~~~~~~~">
32022        <location
32023            file="frameworks/base/packages/SystemUI/res/layout/controls_dialog_pin.xml"
32024            line="24"
32025            column="4"/>
32026    </issue>
32027
32028    <issue
32029        id="LabelFor"
32030        message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
32031        errorLine1="    &lt;EditText"
32032        errorLine2="     ~~~~~~~~">
32033        <location
32034            file="frameworks/base/packages/SystemUI/res/layout/media_output_broadcast_update_dialog.xml"
32035            line="24"
32036            column="6"/>
32037    </issue>
32038
32039    <issue
32040        id="SetTextI18n"
32041        message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
32042        errorLine1="        mDigitText.setText(Integer.toString(mDigit));"
32043        errorLine2="                           ~~~~~~~~~~~~~~~~~~~~~~~~">
32044        <location
32045            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/NumPadKey.java"
32046            line="115"
32047            column="28"/>
32048    </issue>
32049
32050    <issue
32051        id="SetTextI18n"
32052        message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
32053        errorLine1="        if (row.number != null) row.number.setText(Integer.toString(vlevel));"
32054        errorLine2="                                                   ~~~~~~~~~~~~~~~~~~~~~~~~">
32055        <location
32056            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java"
32057            line="2026"
32058            column="52"/>
32059    </issue>
32060
32061    <issue
32062        id="HardcodedText"
32063        message="Hardcoded string &quot;Yes&quot;, should use `@string` resource"
32064        errorLine1="            android:text=&quot;Yes&quot;"
32065        errorLine2="            ~~~~~~~~~~~~~~~~~~">
32066        <location
32067            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
32068            line="89"
32069            column="13"/>
32070    </issue>
32071
32072    <issue
32073        id="HardcodedText"
32074        message="Hardcoded string &quot;No&quot;, should use `@string` resource"
32075        errorLine1="            android:text=&quot;No&quot;"
32076        errorLine2="            ~~~~~~~~~~~~~~~~~">
32077        <location
32078            file="frameworks/base/packages/SystemUI/res/layout/feedback_info.xml"
32079            line="100"
32080            column="13"/>
32081    </issue>
32082
32083    <issue
32084        id="RelativeOverlap"
32085        message="`@id/done` can overlap `@id/turn_off_notifications` if @string/inline_turn_off_notifications, @string/inline_ok_button grow due to localized text expansion"
32086        errorLine1="            &lt;TextView"
32087        errorLine2="             ~~~~~~~~">
32088        <location
32089            file="frameworks/base/packages/SystemUI/res/layout/notification_info.xml"
32090            line="342"
32091            column="14"/>
32092    </issue>
32093
32094    <issue
32095        id="RelativeOverlap"
32096        message="`@id/undo` can overlap `@id/expand_button` if @string/snooze_undo grows due to localized text expansion"
32097        errorLine1="        &lt;TextView"
32098        errorLine2="         ~~~~~~~~">
32099        <location
32100            file="frameworks/base/packages/SystemUI/res/layout/notification_snooze.xml"
32101            line="54"
32102            column="10"/>
32103    </issue>
32104
32105    <issue
32106        id="RelativeOverlap"
32107        message="`@id/done` can overlap `@id/turn_off_notifications` if @string/inline_turn_off_notifications, @string/inline_done_button grow due to localized text expansion"
32108        errorLine1="            &lt;TextView"
32109        errorLine2="             ~~~~~~~~">
32110        <location
32111            file="frameworks/base/packages/SystemUI/res/layout/partial_conversation_info.xml"
32112            line="156"
32113            column="14"/>
32114    </issue>
32115
32116    <issue
32117        id="RelativeOverlap"
32118        message="`@id/punctuation3` can overlap `@id/punctuation4` if @id/punctuation4, @id/punctuation3 grow due to localized text expansion"
32119        errorLine1="    &lt;TextView"
32120        errorLine2="     ~~~~~~~~">
32121        <location
32122            file="frameworks/base/packages/SystemUI/res/layout/people_tile_punctuation_background_large.xml"
32123            line="53"
32124            column="6"/>
32125    </issue>
32126
32127    <issue
32128        id="RelativeOverlap"
32129        message="`@id/punctuation5` can overlap `@id/punctuation1` if @id/punctuation1, @id/punctuation5 grow due to localized text expansion"
32130        errorLine1="    &lt;TextView"
32131        errorLine2="     ~~~~~~~~">
32132        <location
32133            file="frameworks/base/packages/SystemUI/res/layout/people_tile_punctuation_background_large.xml"
32134            line="81"
32135            column="6"/>
32136    </issue>
32137
32138    <issue
32139        id="RelativeOverlap"
32140        message="`@id/punctuation5` can overlap `@id/punctuation2` if @id/punctuation2, @id/punctuation5 grow due to localized text expansion"
32141        errorLine1="    &lt;TextView"
32142        errorLine2="     ~~~~~~~~">
32143        <location
32144            file="frameworks/base/packages/SystemUI/res/layout/people_tile_punctuation_background_large.xml"
32145            line="81"
32146            column="6"/>
32147    </issue>
32148
32149    <issue
32150        id="RelativeOverlap"
32151        message="`@id/punctuation5` can overlap `@id/punctuation6` if @id/punctuation6, @id/punctuation5 grow due to localized text expansion"
32152        errorLine1="    &lt;TextView"
32153        errorLine2="     ~~~~~~~~">
32154        <location
32155            file="frameworks/base/packages/SystemUI/res/layout/people_tile_punctuation_background_large.xml"
32156            line="81"
32157            column="6"/>
32158    </issue>
32159
32160    <issue
32161        id="RegisterContentObserverViaContentResolver"
32162        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32163        errorLine1="                contentResolver.registerContentObserver("
32164        errorLine2="                                ~~~~~~~~~~~~~~~~~~~~~~~">
32165        <location
32166            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/ActiveUnlockConfig.kt"
32167            line="154"
32168            column="33"/>
32169    </issue>
32170
32171    <issue
32172        id="RegisterContentObserverViaContentResolver"
32173        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32174        errorLine1="            resolver.registerContentObserver(ALWAYS_ON_DISPLAY_CONSTANTS_URI,"
32175        errorLine2="                     ~~~~~~~~~~~~~~~~~~~~~~~">
32176        <location
32177            file="frameworks/base/packages/SystemUI/src/com/android/systemui/doze/AlwaysOnDisplayPolicy.java"
32178            line="164"
32179            column="22"/>
32180    </issue>
32181
32182    <issue
32183        id="RegisterContentObserverViaContentResolver"
32184        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32185        errorLine1="                resolver.registerContentObserver("
32186        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32187        <location
32188            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/data/repository/AnimationStatusRepository.kt"
32189            line="61"
32190            column="26"/>
32191    </issue>
32192
32193    <issue
32194        id="RegisterContentObserverViaContentResolver"
32195        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32196        errorLine1="                awaitClose { resolver.unregisterContentObserver(observer) }"
32197        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
32198        <location
32199            file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/data/repository/AnimationStatusRepository.kt"
32200            line="67"
32201            column="39"/>
32202    </issue>
32203
32204    <issue
32205        id="RegisterContentObserverViaContentResolver"
32206        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32207        errorLine1="                    mContentResolver.unregisterContentObserver(mSettingObserver);"
32208        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~">
32209        <location
32210            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatteryMeterViewController.java"
32211            line="123"
32212            column="38"/>
32213    </issue>
32214
32215    <issue
32216        id="RegisterContentObserverViaContentResolver"
32217        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32218        errorLine1="        mContentResolver.unregisterContentObserver(mSettingObserver);"
32219        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
32220        <location
32221            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatteryMeterViewController.java"
32222            line="180"
32223            column="26"/>
32224    </issue>
32225
32226    <issue
32227        id="RegisterContentObserverViaContentResolver"
32228        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32229        errorLine1="        mContentResolver.registerContentObserver("
32230        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32231        <location
32232            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatteryMeterViewController.java"
32233            line="211"
32234            column="26"/>
32235    </issue>
32236
32237    <issue
32238        id="RegisterContentObserverViaContentResolver"
32239        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32240        errorLine1="        mContentResolver.registerContentObserver("
32241        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32242        <location
32243            file="frameworks/base/packages/SystemUI/src/com/android/systemui/battery/BatteryMeterViewController.java"
32244            line="219"
32245            column="26"/>
32246    </issue>
32247
32248    <issue
32249        id="RegisterContentObserverViaContentResolver"
32250        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32251        errorLine1="        resolver.registerContentObserver("
32252        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~">
32253        <location
32254            file="frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/DemoModeAvailabilityTracker.kt"
32255            line="46"
32256            column="18"/>
32257    </issue>
32258
32259    <issue
32260        id="RegisterContentObserverViaContentResolver"
32261        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32262        errorLine1="        resolver.registerContentObserver("
32263        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~">
32264        <location
32265            file="frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/DemoModeAvailabilityTracker.kt"
32266            line="48"
32267            column="18"/>
32268    </issue>
32269
32270    <issue
32271        id="RegisterContentObserverViaContentResolver"
32272        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32273        errorLine1="        resolver.unregisterContentObserver(allowedObserver)"
32274        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~~~">
32275        <location
32276            file="frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/DemoModeAvailabilityTracker.kt"
32277            line="54"
32278            column="18"/>
32279    </issue>
32280
32281    <issue
32282        id="RegisterContentObserverViaContentResolver"
32283        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32284        errorLine1="        resolver.unregisterContentObserver(onObserver)"
32285        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~~~">
32286        <location
32287            file="frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/DemoModeAvailabilityTracker.kt"
32288            line="55"
32289            column="18"/>
32290    </issue>
32291
32292    <issue
32293        id="RegisterContentObserverViaContentResolver"
32294        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32295        errorLine1="                resolver.registerContentObserver(mQuickPickupGesture, false, this,"
32296        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32297        <location
32298            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java"
32299            line="511"
32300            column="26"/>
32301    </issue>
32302
32303    <issue
32304        id="RegisterContentObserverViaContentResolver"
32305        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32306        errorLine1="                resolver.registerContentObserver(mPickupGesture, false, this, UserHandle.USER_ALL);"
32307        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32308        <location
32309            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java"
32310            line="513"
32311            column="26"/>
32312    </issue>
32313
32314    <issue
32315        id="RegisterContentObserverViaContentResolver"
32316        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32317        errorLine1="                resolver.registerContentObserver(mAlwaysOnEnabled, false, this,"
32318        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32319        <location
32320            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java"
32321            line="514"
32322            column="26"/>
32323    </issue>
32324
32325    <issue
32326        id="RegisterContentObserverViaContentResolver"
32327        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32328        errorLine1="        mContext.getContentResolver().registerContentObserver("
32329        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
32330        <location
32331            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
32332            line="2470"
32333            column="39"/>
32334    </issue>
32335
32336    <issue
32337        id="RegisterContentObserverViaContentResolver"
32338        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32339        errorLine1="        mContext.getContentResolver().registerContentObserver("
32340        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
32341        <location
32342            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
32343            line="3077"
32344            column="39"/>
32345    </issue>
32346
32347    <issue
32348        id="RegisterContentObserverViaContentResolver"
32349        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32350        errorLine1="            mContext.getContentResolver().unregisterContentObserver(mDeviceProvisionedObserver);"
32351        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
32352        <location
32353            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
32354            line="3168"
32355            column="43"/>
32356    </issue>
32357
32358    <issue
32359        id="RegisterContentObserverViaContentResolver"
32360        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32361        errorLine1="            mContext.getContentResolver().unregisterContentObserver(mDeviceProvisionedObserver);"
32362        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
32363        <location
32364            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
32365            line="3957"
32366            column="43"/>
32367    </issue>
32368
32369    <issue
32370        id="RegisterContentObserverViaContentResolver"
32371        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32372        errorLine1="            mContext.getContentResolver().unregisterContentObserver(mTimeFormatChangeObserver);"
32373        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
32374        <location
32375            file="frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java"
32376            line="3961"
32377            column="43"/>
32378    </issue>
32379
32380    <issue
32381        id="RegisterContentObserverViaContentResolver"
32382        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32383        errorLine1="        contentResolver.registerContentObserver("
32384        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~">
32385        <location
32386            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/LockscreenSmartspaceController.kt"
32387            line="486"
32388            column="25"/>
32389    </issue>
32390
32391    <issue
32392        id="RegisterContentObserverViaContentResolver"
32393        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32394        errorLine1="        contentResolver.registerContentObserver("
32395        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~">
32396        <location
32397            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/LockscreenSmartspaceController.kt"
32398            line="492"
32399            column="25"/>
32400    </issue>
32401
32402    <issue
32403        id="RegisterContentObserverViaContentResolver"
32404        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32405        errorLine1="        contentResolver.unregisterContentObserver(settingsObserver)"
32406        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~">
32407        <location
32408            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/LockscreenSmartspaceController.kt"
32409            line="543"
32410            column="25"/>
32411    </issue>
32412
32413    <issue
32414        id="RegisterContentObserverViaContentResolver"
32415        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32416        errorLine1="        contentResolver.registerContentObserver("
32417        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~">
32418        <location
32419            file="frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/LockscreenTargetFilter.kt"
32420            line="82"
32421            column="25"/>
32422    </issue>
32423
32424    <issue
32425        id="RegisterContentObserverViaContentResolver"
32426        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32427        errorLine1="        contentResolver.unregisterContentObserver(settingsObserver)"
32428        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~">
32429        <location
32430            file="frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/LockscreenTargetFilter.kt"
32431            line="100"
32432            column="25"/>
32433    </issue>
32434
32435    <issue
32436        id="RegisterContentObserverViaContentResolver"
32437        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32438        errorLine1="        mContext.getContentResolver().unregisterContentObserver(mMenuTargetFeaturesContentObserver);"
32439        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
32440        <location
32441            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/MenuInfoRepository.java"
32442            line="275"
32443            column="39"/>
32444    </issue>
32445
32446    <issue
32447        id="RegisterContentObserverViaContentResolver"
32448        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32449        errorLine1="        mContext.getContentResolver().unregisterContentObserver(mMenuSizeContentObserver);"
32450        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
32451        <location
32452            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/MenuInfoRepository.java"
32453            line="276"
32454            column="39"/>
32455    </issue>
32456
32457    <issue
32458        id="RegisterContentObserverViaContentResolver"
32459        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32460        errorLine1="        mContext.getContentResolver().unregisterContentObserver(mMenuFadeOutContentObserver);"
32461        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
32462        <location
32463            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/MenuInfoRepository.java"
32464            line="277"
32465            column="39"/>
32466    </issue>
32467
32468    <issue
32469        id="RegisterContentObserverViaContentResolver"
32470        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32471        errorLine1="        mContext.getContentResolver().registerContentObserver(Global.getUriFor(Global.MOBILE_DATA),"
32472        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
32473        <location
32474            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java"
32475            line="200"
32476            column="39"/>
32477    </issue>
32478
32479    <issue
32480        id="RegisterContentObserverViaContentResolver"
32481        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32482        errorLine1="        mContext.getContentResolver().registerContentObserver(Global.getUriFor("
32483        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
32484        <location
32485            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java"
32486            line="202"
32487            column="39"/>
32488    </issue>
32489
32490    <issue
32491        id="RegisterContentObserverViaContentResolver"
32492        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32493        errorLine1="        mContext.getContentResolver().unregisterContentObserver(mObserver);"
32494        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
32495        <location
32496            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java"
32497            line="212"
32498            column="39"/>
32499    </issue>
32500
32501    <issue
32502        id="RegisterContentObserverViaContentResolver"
32503        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32504        errorLine1="        context.contentResolver.registerContentObserver("
32505        errorLine2="                                ~~~~~~~~~~~~~~~~~~~~~~~">
32506        <location
32507            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/NaturalScrollingSettingObserver.kt"
32508            line="54"
32509            column="33"/>
32510    </issue>
32511
32512    <issue
32513        id="RegisterContentObserverViaContentResolver"
32514        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32515        errorLine1="        mContentResolver.registerContentObserver("
32516        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32517        <location
32518            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
32519            line="253"
32520            column="26"/>
32521    </issue>
32522
32523    <issue
32524        id="RegisterContentObserverViaContentResolver"
32525        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32526        errorLine1="        mContentResolver.registerContentObserver("
32527        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32528        <location
32529            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
32530            line="256"
32531            column="26"/>
32532    </issue>
32533
32534    <issue
32535        id="RegisterContentObserverViaContentResolver"
32536        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32537        errorLine1="        mContentResolver.registerContentObserver("
32538        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32539        <location
32540            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
32541            line="259"
32542            column="26"/>
32543    </issue>
32544
32545    <issue
32546        id="RegisterContentObserverViaContentResolver"
32547        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32548        errorLine1="        mContentResolver.registerContentObserver("
32549        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32550        <location
32551            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
32552            line="262"
32553            column="26"/>
32554    </issue>
32555
32556    <issue
32557        id="RegisterContentObserverViaContentResolver"
32558        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32559        errorLine1="        mContentResolver.unregisterContentObserver(mAssistContentObserver);"
32560        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
32561        <location
32562            file="frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/NavBarHelper.java"
32563            line="295"
32564            column="26"/>
32565    </issue>
32566
32567    <issue
32568        id="RegisterContentObserverViaContentResolver"
32569        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32570        errorLine1="        mContext.getContentResolver().registerContentObserver("
32571        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
32572        <location
32573            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java"
32574            line="395"
32575            column="39"/>
32576    </issue>
32577
32578    <issue
32579        id="RegisterContentObserverViaContentResolver"
32580        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32581        errorLine1="        mContext.getContentResolver().registerContentObserver("
32582        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
32583        <location
32584            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java"
32585            line="400"
32586            column="39"/>
32587    </issue>
32588
32589    <issue
32590        id="RegisterContentObserverViaContentResolver"
32591        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32592        errorLine1="        mContentResolver.registerContentObserver("
32593        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~">
32594        <location
32595            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
32596            line="3675"
32597            column="26"/>
32598    </issue>
32599
32600    <issue
32601        id="RegisterContentObserverViaContentResolver"
32602        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32603        errorLine1="            mContentResolver.unregisterContentObserver(mSettingsChangeObserver);"
32604        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~~~~~~">
32605        <location
32606            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java"
32607            line="4705"
32608            column="30"/>
32609    </issue>
32610
32611    <issue
32612        id="RegisterContentObserverViaContentResolver"
32613        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32614        errorLine1="        resolver.registerContentObserver(Settings.Global.getUriFor("
32615        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~">
32616        <location
32617            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
32618            line="191"
32619            column="18"/>
32620    </issue>
32621
32622    <issue
32623        id="RegisterContentObserverViaContentResolver"
32624        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32625        errorLine1="        resolver.registerContentObserver("
32626        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~">
32627        <location
32628            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
32629            line="205"
32630            column="18"/>
32631    </issue>
32632
32633    <issue
32634        id="RegisterContentObserverViaContentResolver"
32635        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32636        errorLine1="        resolver.registerContentObserver("
32637        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~">
32638        <location
32639            file="frameworks/base/packages/SystemUI/src/com/android/systemui/power/PowerUI.java"
32640            line="216"
32641            column="18"/>
32642    </issue>
32643
32644    <issue
32645        id="RegisterContentObserverViaContentResolver"
32646        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32647        errorLine1="        mContext.getContentResolver().registerContentObserver("
32648        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
32649        <location
32650            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSFooterView.java"
32651            line="178"
32652            column="39"/>
32653    </issue>
32654
32655    <issue
32656        id="RegisterContentObserverViaContentResolver"
32657        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32658        errorLine1="        mContext.getContentResolver().unregisterContentObserver(mDeveloperSettingsObserver);"
32659        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~">
32660        <location
32661            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSFooterView.java"
32662            line="186"
32663            column="39"/>
32664    </issue>
32665
32666    <issue
32667        id="RegisterContentObserverViaContentResolver"
32668        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32669        errorLine1="            mContentResolver.registerContentObserver("
32670        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~~~~">
32671        <location
32672            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SecureSettingsContentObserver.java"
32673            line="83"
32674            column="30"/>
32675    </issue>
32676
32677    <issue
32678        id="RegisterContentObserverViaContentResolver"
32679        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32680        errorLine1="            mContentResolver.unregisterContentObserver(mContentObserver);"
32681        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~~~~~~">
32682        <location
32683            file="frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/SecureSettingsContentObserver.java"
32684            line="100"
32685            column="30"/>
32686    </issue>
32687
32688    <issue
32689        id="RegisterContentObserverViaContentResolver"
32690        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32691        errorLine1="            mContentResolver.registerContentObserver(uri, false, mObserver, mCurrentUser);"
32692        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~~~~">
32693        <location
32694            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java"
32695            line="219"
32696            column="30"/>
32697    </issue>
32698
32699    <issue
32700        id="RegisterContentObserverViaContentResolver"
32701        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32702        errorLine1="        mContentResolver.unregisterContentObserver(mObserver);"
32703        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
32704        <location
32705            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java"
32706            line="241"
32707            column="26"/>
32708    </issue>
32709
32710    <issue
32711        id="RegisterContentObserverViaContentResolver"
32712        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32713        errorLine1="            mContentResolver.registerContentObserver(uri, false, mObserver, mCurrentUser);"
32714        errorLine2="                             ~~~~~~~~~~~~~~~~~~~~~~~">
32715        <location
32716            file="frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java"
32717            line="243"
32718            column="30"/>
32719    </issue>
32720
32721    <issue
32722        id="RegisterContentObserverViaContentResolver"
32723        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32724        errorLine1="            mContext.getContentResolver().registerContentObserver(ZEN_MODE_URI, false, this);"
32725        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~~~">
32726        <location
32727            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java"
32728            line="1235"
32729            column="43"/>
32730    </issue>
32731
32732    <issue
32733        id="RegisterContentObserverViaContentResolver"
32734        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32735        errorLine1="            mContext.getContentResolver().registerContentObserver(ZEN_MODE_CONFIG_URI, false, this);"
32736        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~~~">
32737        <location
32738            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java"
32739            line="1236"
32740            column="43"/>
32741    </issue>
32742
32743    <issue
32744        id="RegisterContentObserverViaContentResolver"
32745        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32746        errorLine1="            mContext.getContentResolver().unregisterContentObserver(this);"
32747        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
32748        <location
32749            file="frameworks/base/packages/SystemUI/src/com/android/systemui/volume/VolumeDialogControllerImpl.java"
32750            line="1240"
32751            column="43"/>
32752    </issue>
32753
32754    <issue
32755        id="RegisterContentObserverViaContentResolver"
32756        message="`ContentResolver.unregisterContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.unregisterContentObserver()`"
32757        errorLine1="                mResolver.unregisterContentObserver(this);"
32758        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~">
32759        <location
32760            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
32761            line="377"
32762            column="27"/>
32763    </issue>
32764
32765    <issue
32766        id="RegisterContentObserverViaContentResolver"
32767        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32768        errorLine1="            mResolver.registerContentObserver("
32769        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~">
32770        <location
32771            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
32772            line="379"
32773            column="23"/>
32774    </issue>
32775
32776    <issue
32777        id="RegisterContentObserverViaContentResolver"
32778        message="`ContentResolver.registerContentObserver()` should be replaced with an appropriate interface API call, for eg.`&lt;SettingsProxy>/&lt;UserSettingsProxy>.registerContentObserver()`"
32779        errorLine1="            mResolver.registerContentObserver("
32780        errorLine2="                      ~~~~~~~~~~~~~~~~~~~~~~~">
32781        <location
32782            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ZenModeControllerImpl.java"
32783            line="381"
32784            column="23"/>
32785    </issue>
32786
32787    <issue
32788        id="ShadeDisplayAwareContextChecker"
32789        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32790        errorLine1="constructor(@Main private val resources: Resources, val theme: Theme) :"
32791        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32792        <location
32793            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/airplane/domain/AirplaneModeMapper.kt"
32794            line="33"
32795            column="13"/>
32796    </issue>
32797
32798    <issue
32799        id="ShadeDisplayAwareContextChecker"
32800        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32801        errorLine1="    @Main private val resources: Resources,"
32802        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32803        <location
32804            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/alarm/domain/AlarmTileMapper.kt"
32805            line="39"
32806            column="5"/>
32807    </issue>
32808
32809    <issue
32810        id="ShadeDisplayAwareContextChecker"
32811        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32812        errorLine1="            @NonNull Context context,"
32813        errorLine2="                             ~~~~~~~">
32814        <location
32815            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/AmbientState.java"
32816            line="300"
32817            column="30"/>
32818    </issue>
32819
32820    <issue
32821        id="ShadeDisplayAwareContextChecker"
32822        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32823        errorLine1="            Context context, DeviceConfigProxy proxy) {"
32824        errorLine2="                    ~~~~~~~">
32825        <location
32826            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/AssistantFeedbackController.java"
32827            line="75"
32828            column="21"/>
32829    </issue>
32830
32831    <issue
32832        id="ShadeDisplayAwareContextChecker"
32833        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32834        errorLine1="    public AuthController(Context context,"
32835        errorLine2="                                  ~~~~~~~">
32836        <location
32837            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
32838            line="716"
32839            column="35"/>
32840    </issue>
32841
32842    <issue
32843        id="ShadeDisplayAwareContextChecker"
32844        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated WindowManager, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of WindowManager is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32845        errorLine1="            @NonNull WindowManager windowManager,"
32846        errorLine2="                                   ~~~~~~~~~~~~~">
32847        <location
32848            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
32849            line="721"
32850            column="36"/>
32851    </issue>
32852
32853    <issue
32854        id="ShadeDisplayAwareContextChecker"
32855        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32856        errorLine1="    private val sysuiContext: Context,"
32857        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32858        <location
32859            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt"
32860            line="72"
32861            column="5"/>
32862    </issue>
32863
32864    <issue
32865        id="ShadeDisplayAwareContextChecker"
32866        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated ConfigurationController, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of ConfigurationController is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32867        errorLine1="    private val configurationController: ConfigurationController,"
32868        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32869        <location
32870            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt"
32871            line="74"
32872            column="5"/>
32873    </issue>
32874
32875    <issue
32876        id="ShadeDisplayAwareContextChecker"
32877        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32878        errorLine1="constructor(@Main protected val resources: Resources, private val theme: Resources.Theme) :"
32879        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32880        <location
32881            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/battery/ui/BatterySaverTileMapper.kt"
32882            line="32"
32883            column="13"/>
32884    </issue>
32885
32886    <issue
32887        id="ShadeDisplayAwareContextChecker"
32888        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32889        errorLine1="            Context context,"
32890        errorLine2="                    ~~~~~~~">
32891        <location
32892            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/BiometricNotificationBroadcastReceiver.java"
32893            line="46"
32894            column="21"/>
32895    </issue>
32896
32897    <issue
32898        id="ShadeDisplayAwareContextChecker"
32899        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32900        errorLine1="            @Main Resources resources,"
32901        errorLine2="                            ~~~~~~~~~">
32902        <location
32903            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/BiometricNotificationDialogFactory.java"
32904            line="52"
32905            column="29"/>
32906    </issue>
32907
32908    <issue
32909        id="ShadeDisplayAwareContextChecker"
32910        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32911        errorLine1="    public BiometricNotificationService(@NonNull Context context,"
32912        errorLine2="                                                         ~~~~~~~">
32913        <location
32914            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/BiometricNotificationService.java"
32915            line="148"
32916            column="58"/>
32917    </issue>
32918
32919    <issue
32920        id="ShadeDisplayAwareContextChecker"
32921        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32922        errorLine1="    @Application private val applicationContext: Context,"
32923        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32924        <location
32925            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/BouncerActionButtonInteractor.kt"
32926            line="62"
32927            column="5"/>
32928    </issue>
32929
32930    <issue
32931        id="ShadeDisplayAwareContextChecker"
32932        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32933        errorLine1="    @Application private val applicationContext: Context,"
32934        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32935        <location
32936            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/BouncerRepository.kt"
32937            line="37"
32938            column="5"/>
32939    </issue>
32940
32941    <issue
32942        id="ShadeDisplayAwareContextChecker"
32943        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32944        errorLine1="    c: Context,"
32945        errorLine2="    ~~~~~~~~~~">
32946        <location
32947            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ChannelEditorDialogController.kt"
32948            line="61"
32949            column="5"/>
32950    </issue>
32951
32952    <issue
32953        id="ShadeDisplayAwareContextChecker"
32954        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32955        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
32956        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32957        <location
32958            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/colorcorrection/domain/ColorCorrectionTileMapper.kt"
32959            line="32"
32960            column="13"/>
32961    </issue>
32962
32963    <issue
32964        id="ShadeDisplayAwareContextChecker"
32965        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32966        errorLine1="constructor(@Main private val resources: Resources, private val theme: Theme) :"
32967        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32968        <location
32969            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/inversion/domain/ColorInversionTileMapper.kt"
32970            line="33"
32971            column="13"/>
32972    </issue>
32973
32974    <issue
32975        id="ShadeDisplayAwareContextChecker"
32976        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32977        errorLine1="    @Application private val applicationContext: Context,"
32978        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32979        <location
32980            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/CredentialInteractor.kt"
32981            line="52"
32982            column="5"/>
32983    </issue>
32984
32985    <issue
32986        id="ShadeDisplayAwareContextChecker"
32987        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32988        errorLine1="    @Application private val applicationContext: Context,"
32989        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
32990        <location
32991            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/CredentialViewModel.kt"
32992            line="30"
32993            column="5"/>
32994    </issue>
32995
32996    <issue
32997        id="ShadeDisplayAwareContextChecker"
32998        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
32999        errorLine1="class CustomTileStatePersisterImpl @Inject constructor(context: Context) :"
33000        errorLine2="                                                       ~~~~~~~~~~~~~~~~">
33001        <location
33002            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/CustomTileStatePersister.kt"
33003            line="74"
33004            column="56"/>
33005    </issue>
33006
33007    <issue
33008        id="ShadeDisplayAwareContextChecker"
33009        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33010        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33011        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33012        <location
33013            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/saver/domain/DataSaverTileMapper.kt"
33014            line="32"
33015            column="13"/>
33016    </issue>
33017
33018    <issue
33019        id="ShadeDisplayAwareContextChecker"
33020        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33021        errorLine1="    @Main private val resources: Resources,"
33022        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33023        <location
33024            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/DefaultTilesRepository.kt"
33025            line="18"
33026            column="5"/>
33027    </issue>
33028
33029    <issue
33030        id="ShadeDisplayAwareContextChecker"
33031        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33032        errorLine1="    @Application context: Context,"
33033        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33034        <location
33035            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/DisplayStateInteractor.kt"
33036            line="77"
33037            column="5"/>
33038    </issue>
33039
33040    <issue
33041        id="ShadeDisplayAwareContextChecker"
33042        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33043        errorLine1="    @Application val context: Context,"
33044        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33045        <location
33046            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/DisplayStateRepository.kt"
33047            line="68"
33048            column="5"/>
33049    </issue>
33050
33051    <issue
33052        id="ShadeDisplayAwareContextChecker"
33053        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33054        errorLine1="    @Main private val resources: Resources,"
33055        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33056        <location
33057            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/EmergencyServicesRepository.kt"
33058            line="38"
33059            column="5"/>
33060    </issue>
33061
33062    <issue
33063        id="ShadeDisplayAwareContextChecker"
33064        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33065        errorLine1="    @Main private val resources: Resources,"
33066        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33067        <location
33068            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/FaceAuthAccessibilityDelegate.kt"
33069            line="37"
33070            column="5"/>
33071    </issue>
33072
33073    <issue
33074        id="ShadeDisplayAwareContextChecker"
33075        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33076        errorLine1="    @Main private val resources: Resources,"
33077        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33078        <location
33079            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/FaceHelpMessageDeferral.kt"
33080            line="42"
33081            column="5"/>
33082    </issue>
33083
33084    <issue
33085        id="ShadeDisplayAwareContextChecker"
33086        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33087        errorLine1="    @Application val applicationContext: Context,"
33088        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33089        <location
33090            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/FacePropertyRepository.kt"
33091            line="95"
33092            column="5"/>
33093    </issue>
33094
33095    <issue
33096        id="ShadeDisplayAwareContextChecker"
33097        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33098        errorLine1="    @Main private val resources: Resources,"
33099        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33100        <location
33101            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/FgsManagerController.kt"
33102            line="142"
33103            column="5"/>
33104    </issue>
33105
33106    <issue
33107        id="ShadeDisplayAwareContextChecker"
33108        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33109        errorLine1="    @Application private val context: Context,"
33110        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33111        <location
33112            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/FingerprintPropertyInteractor.kt"
33113            line="44"
33114            column="5"/>
33115    </issue>
33116
33117    <issue
33118        id="ShadeDisplayAwareContextChecker"
33119        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33120        errorLine1="constructor(@Main private val resources: Resources, private val theme: Theme) :"
33121        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33122        <location
33123            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/flashlight/domain/FlashlightMapper.kt"
33124            line="33"
33125            column="13"/>
33126    </issue>
33127
33128    <issue
33129        id="ShadeDisplayAwareContextChecker"
33130        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33131        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33132        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33133        <location
33134            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/FontScalingTileMapper.kt"
33135            line="32"
33136            column="13"/>
33137    </issue>
33138
33139    <issue
33140        id="ShadeDisplayAwareContextChecker"
33141        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33142        errorLine1="            @NonNull final Context context,"
33143        errorLine2="                                   ~~~~~~~">
33144        <location
33145            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/HeadsUpManagerImpl.java"
33146            line="186"
33147            column="36"/>
33148    </issue>
33149
33150    <issue
33151        id="ShadeDisplayAwareContextChecker"
33152        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated ConfigurationController, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of ConfigurationController is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33153        errorLine1="            ConfigurationController configurationController,"
33154        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~">
33155        <location
33156            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/HeadsUpManagerImpl.java"
33157            line="192"
33158            column="37"/>
33159    </issue>
33160
33161    <issue
33162        id="ShadeDisplayAwareContextChecker"
33163        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33164        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33165        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33166        <location
33167            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/hearingdevices/domain/HearingDevicesTileMapper.kt"
33168            line="32"
33169            column="13"/>
33170    </issue>
33171
33172    <issue
33173        id="ShadeDisplayAwareContextChecker"
33174        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33175        errorLine1="class IconBuilder @Inject constructor(private val context: Context) {"
33176        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33177        <location
33178            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/IconBuilder.kt"
33179            line="27"
33180            column="39"/>
33181    </issue>
33182
33183    <issue
33184        id="ShadeDisplayAwareContextChecker"
33185        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33186        errorLine1="constructor(@Main private val resources: Resources, private val theme: Theme) :"
33187        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33188        <location
33189            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/irecording/IssueRecordingMapper.kt"
33190            line="31"
33191            column="13"/>
33192    </issue>
33193
33194    <issue
33195        id="ShadeDisplayAwareContextChecker"
33196        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated WindowManager, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of WindowManager is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33197        errorLine1="    private val windowManager: WindowManager,"
33198        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33199        <location
33200            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/KeyboardDockingIndicationViewModel.kt"
33201            line="39"
33202            column="5"/>
33203    </issue>
33204
33205    <issue
33206        id="ShadeDisplayAwareContextChecker"
33207        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33208        errorLine1="    private val context: Context,"
33209        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33210        <location
33211            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/KeyboardDockingIndicationViewModel.kt"
33212            line="40"
33213            column="5"/>
33214    </issue>
33215
33216    <issue
33217        id="ShadeDisplayAwareContextChecker"
33218        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33219        errorLine1="    @Main private val resources: Resources,"
33220        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33221        <location
33222            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/data/repository/LargeTileSpanRepository.kt"
33223            line="41"
33224            column="5"/>
33225    </issue>
33226
33227    <issue
33228        id="ShadeDisplayAwareContextChecker"
33229        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33230        errorLine1="constructor(@Main private val resources: Resources, private val theme: Theme) :"
33231        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33232        <location
33233            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/location/domain/LocationTileMapper.kt"
33234            line="33"
33235            column="13"/>
33236    </issue>
33237
33238    <issue
33239        id="ShadeDisplayAwareContextChecker"
33240        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated LayoutInflater, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of LayoutInflater is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33241        errorLine1="    private val layoutInflater: LayoutInflater"
33242        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33243        <location
33244            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/MediaContainerController.kt"
33245            line="29"
33246            column="5"/>
33247    </issue>
33248
33249    <issue
33250        id="ShadeDisplayAwareContextChecker"
33251        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33252        errorLine1="class MinimumTilesResourceRepository @Inject constructor(@Main resources: Resources) :"
33253        errorLine2="                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~">
33254        <location
33255            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/MinimumTilesRepository.kt"
33256            line="38"
33257            column="58"/>
33258    </issue>
33259
33260    <issue
33261        id="ShadeDisplayAwareContextChecker"
33262        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33263        errorLine1="constructor(@Main private val resources: Resources, val theme: Resources.Theme) :"
33264        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33265        <location
33266            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/modes/ui/ModesTileMapper.kt"
33267            line="33"
33268            column="13"/>
33269    </issue>
33270
33271    <issue
33272        id="ShadeDisplayAwareContextChecker"
33273        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33274        errorLine1="    @Application private val context: Context,"
33275        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33276        <location
33277            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/night/domain/interactor/NightDisplayTileDataInteractor.kt"
33278            line="38"
33279            column="5"/>
33280    </issue>
33281
33282    <issue
33283        id="ShadeDisplayAwareContextChecker"
33284        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33285        errorLine1="    @Main private val resources: Resources,"
33286        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33287        <location
33288            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/night/ui/NightDisplayTileMapper.kt"
33289            line="42"
33290            column="5"/>
33291    </issue>
33292
33293    <issue
33294        id="ShadeDisplayAwareContextChecker"
33295        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33296        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33297        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33298        <location
33299            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/notes/domain/NotesTileMapper.kt"
33300            line="32"
33301            column="13"/>
33302    </issue>
33303
33304    <issue
33305        id="ShadeDisplayAwareContextChecker"
33306        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33307        errorLine1="    public NotificationGutsManager(Context context,"
33308        errorLine2="                                           ~~~~~~~">
33309        <location
33310            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationGutsManager.java"
33311            line="137"
33312            column="44"/>
33313    </issue>
33314
33315    <issue
33316        id="ShadeDisplayAwareContextChecker"
33317        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33318        errorLine1="    @Main resources: Resources,"
33319        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~">
33320        <location
33321            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/NotificationIconContainerAlwaysOnDisplayViewModel.kt"
33322            line="47"
33323            column="5"/>
33324    </issue>
33325
33326    <issue
33327        id="ShadeDisplayAwareContextChecker"
33328        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33329        errorLine1="    @Main resources: Resources,"
33330        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~">
33331        <location
33332            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/NotificationIconContainerStatusBarViewModel.kt"
33333            line="53"
33334            column="5"/>
33335    </issue>
33336
33337    <issue
33338        id="ShadeDisplayAwareContextChecker"
33339        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33340        errorLine1="constructor(val context: Context) {"
33341        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
33342        <location
33343            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationSectionsFeatureManager.kt"
33344            line="27"
33345            column="13"/>
33346    </issue>
33347
33348    <issue
33349        id="ShadeDisplayAwareContextChecker"
33350        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated ConfigurationController, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of ConfigurationController is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33351        errorLine1="            ConfigurationController configurationController,"
33352        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~">
33353        <location
33354            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java"
33355            line="737"
33356            column="37"/>
33357    </issue>
33358
33359    <issue
33360        id="ShadeDisplayAwareContextChecker"
33361        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33362        errorLine1="    @Main private val resources: Resources,"
33363        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33364        <location
33365            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackSizeCalculator.kt"
33366            line="63"
33367            column="5"/>
33368    </issue>
33369
33370    <issue
33371        id="ShadeDisplayAwareContextChecker"
33372        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33373        errorLine1="        Builder(@Main Resources resources, ViewConfiguration viewConfiguration,"
33374        errorLine2="                                ~~~~~~~~~">
33375        <location
33376            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationSwipeHelper.java"
33377            line="563"
33378            column="33"/>
33379    </issue>
33380
33381    <issue
33382        id="ShadeDisplayAwareContextChecker"
33383        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33384        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33385        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33386        <location
33387            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/onehanded/ui/OneHandedModeTileMapper.kt"
33388            line="32"
33389            column="13"/>
33390    </issue>
33391
33392    <issue
33393        id="ShadeDisplayAwareContextChecker"
33394        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33395        errorLine1="    public PackageManagerAdapter(Context context) {"
33396        errorLine2="                                         ~~~~~~~">
33397        <location
33398            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/PackageManagerAdapter.java"
33399            line="45"
33400            column="42"/>
33401    </issue>
33402
33403    <issue
33404        id="ShadeDisplayAwareContextChecker"
33405        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33406        errorLine1="    @Main private val resources: Resources,"
33407        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33408        <location
33409            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/data/repository/PaginatedGridRepository.kt"
33410            line="36"
33411            column="5"/>
33412    </issue>
33413
33414    <issue
33415        id="ShadeDisplayAwareContextChecker"
33416        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33417        errorLine1="    private val context: Context,"
33418        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33419        <location
33420            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/PrimaryBouncerInteractor.kt"
33421            line="74"
33422            column="5"/>
33423    </issue>
33424
33425    <issue
33426        id="ShadeDisplayAwareContextChecker"
33427        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33428        errorLine1="    private val context: Context,"
33429        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33430        <location
33431            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/PromotedNotificationContentExtractor.kt"
33432            line="41"
33433            column="5"/>
33434    </issue>
33435
33436    <issue
33437        id="ShadeDisplayAwareContextChecker"
33438        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33439        errorLine1="    @Application private val context: Context,"
33440        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33441        <location
33442            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/PromptViewModel.kt"
33443            line="82"
33444            column="5"/>
33445    </issue>
33446
33447    <issue
33448        id="ShadeDisplayAwareContextChecker"
33449        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33450        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33451        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33452        <location
33453            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/qr/ui/QRCodeScannerTileMapper.kt"
33454            line="32"
33455            column="13"/>
33456    </issue>
33457
33458    <issue
33459        id="ShadeDisplayAwareContextChecker"
33460        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33461        errorLine1="    @Main private val resources: Resources,"
33462        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33463        <location
33464            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/data/repository/QSColumnsRepository.kt"
33465            line="36"
33466            column="5"/>
33467    </issue>
33468
33469    <issue
33470        id="ShadeDisplayAwareContextChecker"
33471        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33472        errorLine1="        Factory(Context context, QSCustomizerController qsCustomizerController) {"
33473        errorLine2="                        ~~~~~~~">
33474        <location
33475            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileRevealController.java"
33476            line="99"
33477            column="25"/>
33478    </issue>
33479
33480    <issue
33481        id="ShadeDisplayAwareContextChecker"
33482        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33483        errorLine1="    @Main private val resources: Resources,"
33484        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33485        <location
33486            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/data/repository/QuickQuickSettingsRowRepository.kt"
33487            line="32"
33488            column="5"/>
33489    </issue>
33490
33491    <issue
33492        id="ShadeDisplayAwareContextChecker"
33493        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33494        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33495        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33496        <location
33497            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/reducebrightness/ui/ReduceBrightColorsTileMapper.kt"
33498            line="33"
33499            column="13"/>
33500    </issue>
33501
33502    <issue
33503        id="ShadeDisplayAwareContextChecker"
33504        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33505        errorLine1="    @Main private val resources: Resources,"
33506        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33507        <location
33508            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/reducebrightness/domain/interactor/ReduceBrightColorsTileUserActionInteractor.kt"
33509            line="36"
33510            column="5"/>
33511    </issue>
33512
33513    <issue
33514        id="ShadeDisplayAwareContextChecker"
33515        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33516        errorLine1="    @Main private val resources: Resources,"
33517        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33518        <location
33519            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/RotationLockTileDataInteractor.kt"
33520            line="47"
33521            column="5"/>
33522    </issue>
33523
33524    <issue
33525        id="ShadeDisplayAwareContextChecker"
33526        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33527        errorLine1="    @Main private val resources: Resources,"
33528        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33529        <location
33530            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/rotation/ui/mapper/RotationLockTileMapper.kt"
33531            line="36"
33532            column="5"/>
33533    </issue>
33534
33535    <issue
33536        id="ShadeDisplayAwareContextChecker"
33537        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33538        errorLine1="    @Main private val resources: Resources,"
33539        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33540        <location
33541            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/SafetyCenterAutoAddable.kt"
33542            line="51"
33543            column="5"/>
33544    </issue>
33545
33546    <issue
33547        id="ShadeDisplayAwareContextChecker"
33548        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33549        errorLine1="constructor(@Main private val resources: Resources, private val theme: Resources.Theme) :"
33550        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33551        <location
33552            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/ui/ScreenRecordTileMapper.kt"
33553            line="33"
33554            column="13"/>
33555    </issue>
33556
33557    <issue
33558        id="ShadeDisplayAwareContextChecker"
33559        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated LayoutInflater, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of LayoutInflater is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33560        errorLine1="    private val layoutInflater: LayoutInflater,"
33561        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33562        <location
33563            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/SectionHeaderController.kt"
33564            line="43"
33565            column="5"/>
33566    </issue>
33567
33568    <issue
33569        id="ShadeDisplayAwareContextChecker"
33570        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33571        errorLine1="    context: Context"
33572        errorLine2="    ~~~~~~~~~~~~~~~~">
33573        <location
33574            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/SectionHeaderVisibilityProvider.kt"
33575            line="35"
33576            column="5"/>
33577    </issue>
33578
33579    <issue
33580        id="ShadeDisplayAwareContextChecker"
33581        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33582        errorLine1="    @Application private val applicationContext: Context,"
33583        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33584        <location
33585            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/SideFpsOverlayViewBinder.kt"
33586            line="63"
33587            column="5"/>
33588    </issue>
33589
33590    <issue
33591        id="ShadeDisplayAwareContextChecker"
33592        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33593        errorLine1="    @Application private val applicationContext: Context,"
33594        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33595        <location
33596            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/SideFpsOverlayViewModel.kt"
33597            line="53"
33598            column="5"/>
33599    </issue>
33600
33601    <issue
33602        id="ShadeDisplayAwareContextChecker"
33603        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33604        errorLine1="    private val context: Context,"
33605        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33606        <location
33607            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/SideFpsSensorInteractor.kt"
33608            line="51"
33609            column="5"/>
33610    </issue>
33611
33612    <issue
33613        id="ShadeDisplayAwareContextChecker"
33614        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated WindowManager, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of WindowManager is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33615        errorLine1="    windowManager: WindowManager,"
33616        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33617        <location
33618            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/SideFpsSensorInteractor.kt"
33619            line="53"
33620            column="5"/>
33621    </issue>
33622
33623    <issue
33624        id="ShadeDisplayAwareContextChecker"
33625        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33626        errorLine1="    @Application private val applicationContext: Context,"
33627        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33628        <location
33629            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/SimBouncerInteractor.kt"
33630            line="60"
33631            column="5"/>
33632    </issue>
33633
33634    <issue
33635        id="ShadeDisplayAwareContextChecker"
33636        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33637        errorLine1="    @Main private val resources: Resources,"
33638        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33639        <location
33640            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/SimBouncerInteractor.kt"
33641            line="65"
33642            column="5"/>
33643    </issue>
33644
33645    <issue
33646        id="ShadeDisplayAwareContextChecker"
33647        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33648        errorLine1="    @Main resources: Resources,"
33649        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~">
33650        <location
33651            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/SimBouncerRepository.kt"
33652            line="91"
33653            column="5"/>
33654    </issue>
33655
33656    <issue
33657        id="ShadeDisplayAwareContextChecker"
33658        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33659        errorLine1="constructor(context: Context, val shadeViewController: ShadeViewController) {"
33660        errorLine2="            ~~~~~~~~~~~~~~~~">
33661        <location
33662            file="frameworks/base/packages/SystemUI/src/com/android/systemui/shade/StatusBarLongPressGestureDetector.kt"
33663            line="30"
33664            column="13"/>
33665    </issue>
33666
33667    <issue
33668        id="ShadeDisplayAwareContextChecker"
33669        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33670        errorLine1="    @Main private val resources: Resources,"
33671        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33672        <location
33673            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/data/repository/StockTilesRepository.kt"
33674            line="31"
33675            column="5"/>
33676    </issue>
33677
33678    <issue
33679        id="ShadeDisplayAwareContextChecker"
33680        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33681        errorLine1="    private val context: Context"
33682        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33683        <location
33684            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/TargetSdkResolver.kt"
33685            line="33"
33686            column="5"/>
33687    </issue>
33688
33689    <issue
33690        id="ShadeDisplayAwareContextChecker"
33691        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33692        errorLine1="    @Main private val resources: Resources,"
33693        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33694        <location
33695            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/TileSpecRepository.kt"
33696            line="95"
33697            column="5"/>
33698    </issue>
33699
33700    <issue
33701        id="ShadeDisplayAwareContextChecker"
33702        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33703        errorLine1="    @Main private val resources: Resources,"
33704        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33705        <location
33706            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsKeyguardAccessibilityDelegate.kt"
33707            line="33"
33708            column="5"/>
33709    </issue>
33710
33711    <issue
33712        id="ShadeDisplayAwareContextChecker"
33713        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Context is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33714        errorLine1="    @Application private val context: Context,"
33715        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33716        <location
33717            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/UdfpsOverlayInteractor.kt"
33718            line="49"
33719            column="5"/>
33720    </issue>
33721
33722    <issue
33723        id="ShadeDisplayAwareContextChecker"
33724        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated ConfigurationController, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of ConfigurationController is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33725        errorLine1="    private val configurationController: ConfigurationController,"
33726        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33727        <location
33728            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/interactor/UiModeNightTileDataInteractor.kt"
33729            line="43"
33730            column="5"/>
33731    </issue>
33732
33733    <issue
33734        id="ShadeDisplayAwareContextChecker"
33735        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33736        errorLine1="constructor(@Main private val resources: Resources, private val theme: Theme) :"
33737        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33738        <location
33739            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/UiModeNightTileMapper.kt"
33740            line="37"
33741            column="13"/>
33742    </issue>
33743
33744    <issue
33745        id="ShadeDisplayAwareContextChecker"
33746        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of Resources is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33747        errorLine1="    @Main private val resources: Resources,"
33748        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33749        <location
33750            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/work/ui/WorkModeTileMapper.kt"
33751            line="36"
33752            column="5"/>
33753    </issue>
33754
33755    <issue
33756        id="ShadeDisplayAwareContextChecker"
33757        message="UI elements of the shade window&#xA;should use ShadeDisplayAware-annotated ConfigurationInteractor, as the shade might move between windows, and only&#xA;@ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so&#xA;might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme).&#xA;If the usage of ConfigurationInteractor is not related to display specific configuration or UI, then there is&#xA;technically no need to use the annotation, and you can annotate the class with&#xA;@SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33758        errorLine1="    @GlobalConfig configurationInteractor: ConfigurationInteractor,"
33759        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33760        <location
33761            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/KeyboardDockingIndicationViewModel.kt"
33762            line="43"
33763            column="5"/>
33764    </issue>
33765
33766    <issue
33767        id="ShadeDisplayAwareContextChecker"
33768        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33769        errorLine1="    public AuthController(Context context,"
33770        errorLine2="                                  ~~~~~~~">
33771        <location
33772            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
33773            line="716"
33774            column="35"/>
33775    </issue>
33776
33777    <issue
33778        id="ShadeDisplayAwareContextChecker"
33779        message="UI elements of the shade window should use ShadeDisplayAware-annotated WindowManager, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of WindowManager is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33780        errorLine1="            @NonNull WindowManager windowManager,"
33781        errorLine2="                                   ~~~~~~~~~~~~~">
33782        <location
33783            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java"
33784            line="721"
33785            column="36"/>
33786    </issue>
33787
33788    <issue
33789        id="ShadeDisplayAwareContextChecker"
33790        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33791        errorLine1="    private val sysuiContext: Context,"
33792        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33793        <location
33794            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt"
33795            line="72"
33796            column="5"/>
33797    </issue>
33798
33799    <issue
33800        id="ShadeDisplayAwareContextChecker"
33801        message="UI elements of the shade window should use ShadeDisplayAware-annotated ConfigurationController, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of ConfigurationController is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33802        errorLine1="    private val configurationController: ConfigurationController,"
33803        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33804        <location
33805            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt"
33806            line="74"
33807            column="5"/>
33808    </issue>
33809
33810    <issue
33811        id="ShadeDisplayAwareContextChecker"
33812        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33813        errorLine1="            Context context,"
33814        errorLine2="                    ~~~~~~~">
33815        <location
33816            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/BiometricNotificationBroadcastReceiver.java"
33817            line="46"
33818            column="21"/>
33819    </issue>
33820
33821    <issue
33822        id="ShadeDisplayAwareContextChecker"
33823        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33824        errorLine1="            @Main Resources resources,"
33825        errorLine2="                            ~~~~~~~~~">
33826        <location
33827            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/BiometricNotificationDialogFactory.java"
33828            line="52"
33829            column="29"/>
33830    </issue>
33831
33832    <issue
33833        id="ShadeDisplayAwareContextChecker"
33834        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33835        errorLine1="    public BiometricNotificationService(@NonNull Context context,"
33836        errorLine2="                                                         ~~~~~~~">
33837        <location
33838            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/BiometricNotificationService.java"
33839            line="148"
33840            column="58"/>
33841    </issue>
33842
33843    <issue
33844        id="ShadeDisplayAwareContextChecker"
33845        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33846        errorLine1="    c: Context,"
33847        errorLine2="    ~~~~~~~~~~">
33848        <location
33849            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ChannelEditorDialogController.kt"
33850            line="61"
33851            column="5"/>
33852    </issue>
33853
33854    <issue
33855        id="ShadeDisplayAwareContextChecker"
33856        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33857        errorLine1="    @Main private val resources: Resources,"
33858        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33859        <location
33860            file="frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/EmergencyServicesRepository.kt"
33861            line="39"
33862            column="5"/>
33863    </issue>
33864
33865    <issue
33866        id="ShadeDisplayAwareContextChecker"
33867        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33868        errorLine1="    @Main private val resources: Resources,"
33869        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33870        <location
33871            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/FaceAuthAccessibilityDelegate.kt"
33872            line="37"
33873            column="5"/>
33874    </issue>
33875
33876    <issue
33877        id="ShadeDisplayAwareContextChecker"
33878        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33879        errorLine1="    @Main private val resources: Resources,"
33880        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33881        <location
33882            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/FaceHelpMessageDeferral.kt"
33883            line="42"
33884            column="5"/>
33885    </issue>
33886
33887    <issue
33888        id="ShadeDisplayAwareContextChecker"
33889        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33890        errorLine1="            @NonNull final Context context,"
33891        errorLine2="                                   ~~~~~~~">
33892        <location
33893            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/HeadsUpManagerImpl.java"
33894            line="186"
33895            column="36"/>
33896    </issue>
33897
33898    <issue
33899        id="ShadeDisplayAwareContextChecker"
33900        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33901        errorLine1="class IconBuilder @Inject constructor(private val context: Context) {"
33902        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33903        <location
33904            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/IconBuilder.kt"
33905            line="27"
33906            column="39"/>
33907    </issue>
33908
33909    <issue
33910        id="ShadeDisplayAwareContextChecker"
33911        message="UI elements of the shade window should use ShadeDisplayAware-annotated WindowManager, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of WindowManager is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33912        errorLine1="    private val windowManager: WindowManager,"
33913        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33914        <location
33915            file="frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/KeyboardDockingIndicationViewModel.kt"
33916            line="40"
33917            column="5"/>
33918    </issue>
33919
33920    <issue
33921        id="ShadeDisplayAwareContextChecker"
33922        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33923        errorLine1="    @Main resources: Resources,"
33924        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~">
33925        <location
33926            file="frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/NotificationIconContainerStatusBarViewModel.kt"
33927            line="53"
33928            column="5"/>
33929    </issue>
33930
33931    <issue
33932        id="ShadeDisplayAwareContextChecker"
33933        message="UI elements of the shade window should use ShadeDisplayAware-annotated Resources, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Resources is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33934        errorLine1="    @Main private val resources: Resources,"
33935        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33936        <location
33937            file="frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/SafetyCenterAutoAddable.kt"
33938            line="51"
33939            column="5"/>
33940    </issue>
33941
33942    <issue
33943        id="ShadeDisplayAwareContextChecker"
33944        message="UI elements of the shade window should use ShadeDisplayAware-annotated Context, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of Context is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33945        errorLine1="    private val context: Context,"
33946        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33947        <location
33948            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/SideFpsSensorInteractor.kt"
33949            line="51"
33950            column="5"/>
33951    </issue>
33952
33953    <issue
33954        id="ShadeDisplayAwareContextChecker"
33955        message="UI elements of the shade window should use ShadeDisplayAware-annotated WindowManager, as the shade might move between windows, and only @ShadeDisplayAware resources are updated with the new configuration correctly. Failures to do so might result in wrong dimensions for shade window classes (e.g. using the wrong density or theme). If the usage of WindowManager is not related to display specific configuration or UI, then there is technically no need to use the annotation, and you can annotate the class with @SuppressLint(&quot;ShadeDisplayAwareContextChecker&quot;)/@Suppress(&quot;ShadeDisplayAwareContextChecker&quot;)"
33956        errorLine1="    windowManager: WindowManager,"
33957        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
33958        <location
33959            file="frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/SideFpsSensorInteractor.kt"
33960            line="53"
33961            column="5"/>
33962
33963</issues>
33964