Home
last modified time | relevance | path

Searched refs:getUnfinishedTracesForDebug (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/
DTimingsTraceAndSlogTest.java108 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()
111 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()
114 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One", "Two").inOrder(); in testGetUnfinishedTracesForDebug()
117 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()
120 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()
/frameworks/base/core/tests/mockingcoretests/src/android/util/
DTimingsTraceLogTest.java107 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()
110 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()
113 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One", "Two").inOrder(); in testGetUnfinishedTracesForDebug()
116 assertThat(log.getUnfinishedTracesForDebug()).containsExactly("One").inOrder(); in testGetUnfinishedTracesForDebug()
119 assertThat(log.getUnfinishedTracesForDebug()).isEmpty(); in testGetUnfinishedTracesForDebug()
/frameworks/base/core/java/android/util/
DTimingsTraceLog.java163 public final List<String> getUnfinishedTracesForDebug() { in getUnfinishedTracesForDebug() method in TimingsTraceLog