Searched refs:recordedCpuTimeMicros (Results 1 – 2 of 2) sorted by relevance
89 assertEquals(500, value.recordedCpuTimeMicros); in testNoteBinderCallStats()
7069 totalRecordedCallTimeMicros += stats.recordedCpuTimeMicros; in updateSystemServiceCallStats()7088 stats.callCount * stats.recordedCpuTimeMicros / stats.recordedCallCount; in updateSystemServiceCallStats()7743 public long recordedCpuTimeMicros; field in BatteryStatsImpl.BinderCallStats7782 + " recorderCpuTimeMicros=" + recordedCpuTimeMicros in toString()9694 bcs.recordedCpuTimeMicros = stat.cpuTimeMicros; in noteBinderCallStatsLocked()