Home
last modified time | relevance | path

Searched defs:activeTime (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsHistory.java101 private long[] activeTime; field in NetworkStatsHistory
110 public NetworkStatsHistory(long bucketDuration, long[] bucketStart, long[] activeTime, in NetworkStatsHistory()
140 public long activeTime; field in NetworkStatsHistory.Entry
176 public Entry(long bucketStart, long activeTime, long rxBytes, in Entry()
1192 final long[] activeTime = new long[size]; in build() local
/packages/services/Car/tools/cpu_perf/
Dperfetto_cpu_analysis.py128 def __init__(self, coreId, activeTime, idleTime): argument