Searched refs:recordedCpuTimeMicros (Results 1 – 2 of 2) sorted by relevance
94 assertEquals(500, value.recordedCpuTimeMicros); in testNoteBinderCallStats()
7396 totalRecordedCallTimeMicros += stats.recordedCpuTimeMicros; in updateSystemServiceCallStats()7415 stats.callCount * stats.recordedCpuTimeMicros / stats.recordedCallCount; in updateSystemServiceCallStats()8079 public long recordedCpuTimeMicros; field in BatteryStatsImpl.BinderCallStats8118 + " recorderCpuTimeMicros=" + recordedCpuTimeMicros in toString()10042 bcs.recordedCpuTimeMicros = stat.cpuTimeMicros; in noteBinderCallStatsLocked()