Home
last modified time | relevance | path

Searched refs:kilobytes_read (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/base/
Dnetwork_change_notifier.cc108 int32 kilobytes_read = bytes_read_since_last_connection_change_ / 1000; in OnConnectionTypeChanged() local
200 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnUnknown", kilobytes_read); in OnConnectionTypeChanged()
204 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnEthernet", kilobytes_read); in OnConnectionTypeChanged()
208 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnWifi", kilobytes_read); in OnConnectionTypeChanged()
212 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOn2G", kilobytes_read); in OnConnectionTypeChanged()
216 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOn3G", kilobytes_read); in OnConnectionTypeChanged()
220 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOn4G", kilobytes_read); in OnConnectionTypeChanged()
224 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnNone", kilobytes_read); in OnConnectionTypeChanged()
228 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnBluetooth", kilobytes_read); in OnConnectionTypeChanged()