Searched refs:state_duration (Results 1 – 1 of 1) sorted by relevance
109 base::TimeDelta state_duration = SinceLast(&last_connection_change_); in OnConnectionTypeChanged() local199 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOnUnknown", state_duration); in OnConnectionTypeChanged()203 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOnEthernet", state_duration); in OnConnectionTypeChanged()207 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOnWifi", state_duration); in OnConnectionTypeChanged()211 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOn2G", state_duration); in OnConnectionTypeChanged()215 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOn3G", state_duration); in OnConnectionTypeChanged()219 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOn4G", state_duration); in OnConnectionTypeChanged()223 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOnNone", state_duration); in OnConnectionTypeChanged()227 UMA_HISTOGRAM_LONG_TIMES("NCN.CM.TimeOnBluetooth", state_duration); in OnConnectionTypeChanged()233 UMA_HISTOGRAM_MEDIUM_TIMES("NCN.OnlineChange", state_duration); in OnConnectionTypeChanged()[all …]