Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a1f9dc9 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Automerger Merge Worker
Browse files

Merge "[SB Refactor] Remove the colons from the new pipeline dumpables." into...

Merge "[SB Refactor] Remove the colons from the new pipeline dumpables." into tm-qpr-dev am: 3199b9fa

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20279891



Change-Id: I3ea101519fc44869257aeb138b93b7c99f68e22c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 42b96066 3199b9fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ class ConnectivityConstants
@Inject
constructor(dumpManager: DumpManager, telephonyManager: TelephonyManager) : Dumpable {
    init {
        dumpManager.registerDumpable("$SB_LOGGING_TAG:ConnectivityConstants", this)
        dumpManager.registerDumpable("${SB_LOGGING_TAG}Constants", this)
    }

    /** True if this device has the capability for data connections and false otherwise. */
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ class ConnectivityRepositoryImpl @Inject constructor(
    tunerService: TunerService,
) : ConnectivityRepository, Dumpable {
    init {
        dumpManager.registerDumpable("$SB_LOGGING_TAG:ConnectivityRepository", this)
        dumpManager.registerDumpable("${SB_LOGGING_TAG}Repository", this)
    }

    // The default set of hidden icons to use if we don't get any from [TunerService].
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ class WifiConstants @Inject constructor(
        dumpManager: DumpManager,
) : Dumpable {
    init {
        dumpManager.registerDumpable("$SB_LOGGING_TAG:WifiConstants", this)
        dumpManager.registerDumpable("${SB_LOGGING_TAG}WifiConstants", this)
    }

    /** True if we should show the activityIn/activityOut icons and false otherwise. */