Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DDmesgParserTest.java39 private static final String BOOT_ANIMATION = "bootanim"; field in DmesgParserTest
152 assertEquals("Service name is not bootanim", BOOT_ANIMATION, in testStartServiceInfo()
246 bootanimServiceInfoItem.setServiceName(BOOT_ANIMATION); in getExpectedServiceInfoItems()
254 serviceInfoItemsMap.put(BOOT_ANIMATION, bootanimServiceInfoItem); in getExpectedServiceInfoItems()