Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ConnectivityConstants.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ class ConnectivityConstants @Inject @Inject constructor(dumpManager: DumpManager, telephonyManager: TelephonyManager) : Dumpable { constructor(dumpManager: DumpManager, telephonyManager: TelephonyManager) : Dumpable { init { 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. */ /** True if this device has the capability for data connections and false otherwise. */ Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/repository/ConnectivityRepository.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -62,7 +62,7 @@ class ConnectivityRepositoryImpl @Inject constructor( tunerService: TunerService, tunerService: TunerService, ) : ConnectivityRepository, Dumpable { ) : ConnectivityRepository, Dumpable { init { 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]. // The default set of hidden icons to use if we don't get any from [TunerService]. Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/WifiConstants.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,7 @@ class WifiConstants @Inject constructor( dumpManager: DumpManager, dumpManager: DumpManager, ) : Dumpable { ) : Dumpable { init { 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. */ /** True if we should show the activityIn/activityOut icons and false otherwise. */ Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ConnectivityConstants.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ class ConnectivityConstants @Inject @Inject constructor(dumpManager: DumpManager, telephonyManager: TelephonyManager) : Dumpable { constructor(dumpManager: DumpManager, telephonyManager: TelephonyManager) : Dumpable { init { 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. */ /** True if this device has the capability for data connections and false otherwise. */ Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/repository/ConnectivityRepository.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -62,7 +62,7 @@ class ConnectivityRepositoryImpl @Inject constructor( tunerService: TunerService, tunerService: TunerService, ) : ConnectivityRepository, Dumpable { ) : ConnectivityRepository, Dumpable { init { 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]. // The default set of hidden icons to use if we don't get any from [TunerService]. Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/WifiConstants.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,7 @@ class WifiConstants @Inject constructor( dumpManager: DumpManager, dumpManager: DumpManager, ) : Dumpable { ) : Dumpable { init { 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. */ /** True if we should show the activityIn/activityOut icons and false otherwise. */ Loading