Loading packages/SystemUI/multivalentTests/src/com/android/systemui/dump/DumpHandlerTest.kt +4 −0 Original line number Diff line number Diff line Loading @@ -275,7 +275,9 @@ class DumpHandlerTest : SysuiTestCase() { @Test fun testDumpAllProtoDumpables() { @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable1", protoDumpable1) @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable2", protoDumpable2) val args = arrayOf(DumpHandler.PROTO) Loading @@ -287,7 +289,9 @@ class DumpHandlerTest : SysuiTestCase() { @Test fun testDumpSingleProtoDumpable() { @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable1", protoDumpable1) @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable2", protoDumpable2) val args = arrayOf(DumpHandler.PROTO, "protoDumpable1") Loading packages/SystemUI/src/com/android/systemui/BootCompleteCacheImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ class BootCompleteCacheImpl @Inject constructor(dumpManager: DumpManager) : } init { dumpManager.registerDumpable(TAG, this) dumpManager.registerNormalDumpable(TAG, this) } @GuardedBy("listeners") Loading packages/SystemUI/src/com/android/systemui/biometrics/UdfpsAnimationViewController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ abstract class UdfpsAnimationViewController<T : UdfpsAnimationView>( override fun onViewAttached() { dialogManager.registerListener(dialogListener) dumpManager.registerDumpable(dumpTag, this) dumpManager.registerNormalDumpable(dumpTag, this) udfpsOverlayInteractor.setHandleTouches(shouldHandle = !shouldPauseAuth()) } Loading packages/SystemUI/src/com/android/systemui/controls/management/ControlsListingControllerImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ constructor( init { Log.d(TAG, "Initializing") dumpManager.registerDumpable(TAG, this) dumpManager.registerNormalDumpable(TAG, this) serviceListing.addCallback(serviceListingCallback) serviceListing.setListening(true) serviceListing.reload() Loading packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardQuickAffordanceRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ constructor( init { legacySettingSyncer.startSyncing() dumpManager.registerDumpable("KeyguardQuickAffordances", Dumpster()) dumpManager.registerNormalDumpable("KeyguardQuickAffordances", Dumpster()) } /** Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/dump/DumpHandlerTest.kt +4 −0 Original line number Diff line number Diff line Loading @@ -275,7 +275,9 @@ class DumpHandlerTest : SysuiTestCase() { @Test fun testDumpAllProtoDumpables() { @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable1", protoDumpable1) @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable2", protoDumpable2) val args = arrayOf(DumpHandler.PROTO) Loading @@ -287,7 +289,9 @@ class DumpHandlerTest : SysuiTestCase() { @Test fun testDumpSingleProtoDumpable() { @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable1", protoDumpable1) @Suppress("DEPRECATION") dumpManager.registerDumpable("protoDumpable2", protoDumpable2) val args = arrayOf(DumpHandler.PROTO, "protoDumpable1") Loading
packages/SystemUI/src/com/android/systemui/BootCompleteCacheImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ class BootCompleteCacheImpl @Inject constructor(dumpManager: DumpManager) : } init { dumpManager.registerDumpable(TAG, this) dumpManager.registerNormalDumpable(TAG, this) } @GuardedBy("listeners") Loading
packages/SystemUI/src/com/android/systemui/biometrics/UdfpsAnimationViewController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ abstract class UdfpsAnimationViewController<T : UdfpsAnimationView>( override fun onViewAttached() { dialogManager.registerListener(dialogListener) dumpManager.registerDumpable(dumpTag, this) dumpManager.registerNormalDumpable(dumpTag, this) udfpsOverlayInteractor.setHandleTouches(shouldHandle = !shouldPauseAuth()) } Loading
packages/SystemUI/src/com/android/systemui/controls/management/ControlsListingControllerImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ constructor( init { Log.d(TAG, "Initializing") dumpManager.registerDumpable(TAG, this) dumpManager.registerNormalDumpable(TAG, this) serviceListing.addCallback(serviceListingCallback) serviceListing.setListening(true) serviceListing.reload() Loading
packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardQuickAffordanceRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ constructor( init { legacySettingSyncer.startSyncing() dumpManager.registerDumpable("KeyguardQuickAffordances", Dumpster()) dumpManager.registerNormalDumpable("KeyguardQuickAffordances", Dumpster()) } /** Loading