Searched refs:systemServiceCpuThreadTimes (Results 1 – 2 of 2) sorted by relevance
48 SystemServerCpuThreadReader.SystemServiceCpuThreadTimes systemServiceCpuThreadTimes = in testReadDelta() local51 assertThat(systemServiceCpuThreadTimes.threadCpuTimesUs) in testReadDelta()53 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()62 systemServiceCpuThreadTimes = reader.readDelta(); in testReadDelta()64 assertThat(systemServiceCpuThreadTimes.threadCpuTimesUs) in testReadDelta()66 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()
13450 SystemServerCpuThreadReader.SystemServiceCpuThreadTimes systemServiceCpuThreadTimes =13452 if (systemServiceCpuThreadTimes == null) {13459 mBinderThreadCpuTimesUs.addCountLocked(systemServiceCpuThreadTimes.binderThreadCpuTimesUs);