Searched refs:evtype (Results 1 – 2 of 2) sorted by relevance
1339 private void logNetworkEvent(int evtype) { in logNetworkEvent() argument1341 mMetricsLog.log(mNetId, transports, new NetworkEvent(evtype)); in logNetworkEvent()1360 private void maybeLogEvaluationResult(int evtype) { in maybeLogEvaluationResult() argument1363 mMetricsLog.log(mNetId, transports, new NetworkEvent(evtype, mEvaluationTimer.stop())); in maybeLogEvaluationResult()
5937 private void logNetworkEvent(NetworkAgentInfo nai, int evtype) { in logNetworkEvent() argument5939 mMetricsLog.log(nai.network.netId, transports, new NetworkEvent(evtype)); in logNetworkEvent()