Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/
H A 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()
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/util/
H A 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()
/aosp14/frameworks/base/core/java/android/util/
H A DTimingsTraceLog.java162 public final List<String> getUnfinishedTracesForDebug() { in getUnfinishedTracesForDebug() method in TimingsTraceLog