@@ -28,7 +28,6 @@ class BackgroundExecutionMetricsProvider @Inject constructor(
28
28
private val systemCapabilitiesProvider : SystemCapabilitiesProvider ,
29
29
private val dateTimeZoneProvider : DateTimeZoneProvider ,
30
30
private val localeInfoProvider : LocaleInfoProvider ,
31
- private val trafficStatsInfoProvider : TrafficStatsInfoProvider ,
32
31
) {
33
32
34
33
private val powerManager: PowerManager by lazy {
@@ -73,20 +72,7 @@ class BackgroundExecutionMetricsProvider @Inject constructor(
73
72
connectivityInfoProvider.proxySocks,
74
73
dateTimeZoneProvider.autoDateTime,
75
74
dateTimeZoneProvider.autoTimeZone,
76
- dateTimeZoneProvider.timeZoneId,
77
- localeInfoProvider.dateFormat,
78
- localeInfoProvider.regionCode,
79
- dateTimeZoneProvider.calendarIdentifier,
80
- trafficStatsInfoProvider.androidMobileRxTraffic,
81
- telephonyInfoProvider.simOperatorId,
82
- telephonyInfoProvider.simOperatorName,
83
- telephonyInfoProvider.mobileNetworkId,
84
- telephonyInfoProvider.mobileNetworkName,
85
- telephonyInfoProvider.mobileRoaming,
86
- telephonyInfoProvider.mobileDataStatus,
87
- telephonyInfoProvider.mobileRadioType,
88
- telephonyInfoProvider.mobileDataActivity,
89
- connectivityInfoProvider.networkLink
75
+ dateTimeZoneProvider.timeZoneId
90
76
)
91
77
92
78
@Suppress(" ArrayInDataClass" )
@@ -128,20 +114,7 @@ class BackgroundExecutionMetricsProvider @Inject constructor(
128
114
private val proxySocks : String ,
129
115
private val autoDateTime : Int ,
130
116
private val autoTimeZone : Int ,
131
- private val timeZoneId : String ,
132
- private val androidDateFormat : String ,
133
- private val regionCode : String ,
134
- private val androidCalendarIdentifier : String ,
135
- private val androidMobileRxTraffic : Long ,
136
- private val androidSimOperatorId : String ,
137
- private val androidSimOperatorName : String ,
138
- private val androidMobileOperatorId : String ,
139
- private val mobileOperatorName : String ,
140
- private val androidMobileRoaming : Boolean ,
141
- private val androidMobileDataStatus : Int ,
142
- private val androidMobileRadioType : Int ,
143
- private val androidMobileDataActivity : Int ,
144
- private val androidNetworkLink : ConnectivityInfoProvider .NetworkLink ?
117
+ private val timeZoneId : String
145
118
)
146
119
147
120
/* *
0 commit comments