Searched refs:systemServiceCpuThreadTimes (Results 1 – 2 of 2) sorted by relevance
56 SystemServerCpuThreadReader.SystemServiceCpuThreadTimes systemServiceCpuThreadTimes = in testReadDelta() local59 assertThat(systemServiceCpuThreadTimes.threadCpuTimesUs) in testReadDelta()61 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()70 systemServiceCpuThreadTimes = reader.readDelta(); in testReadDelta()72 assertThat(systemServiceCpuThreadTimes.threadCpuTimesUs) in testReadDelta()74 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()
14196 SystemServerCpuThreadReader.SystemServiceCpuThreadTimes systemServiceCpuThreadTimes =14198 if (systemServiceCpuThreadTimes == null) {14205 mBinderThreadCpuTimesUs.addCountLocked(systemServiceCpuThreadTimes.binderThreadCpuTimesUs);