Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/core/java/android/util/
H A DTimingsTraceLog.java142 public final List<String> getUnfinishedTracesForDebug() { in getUnfinishedTracesForDebug() method in TimingsTraceLog