Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/server/util/
DSharedLogTest.java41 final SharedLog logTop = new SharedLog("top"); in testBasicOperation() local
42 logTop.mark("first post!"); in testBasicOperation()
44 final SharedLog logLevel2a = logTop.forSubComponent("twoA"); in testBasicOperation()
45 final SharedLog logLevel2b = logTop.forSubComponent("twoB"); in testBasicOperation()
52 logTop.log("still logging"); in testBasicOperation()
68 verifyLogLines(expected, logTop); in testBasicOperation()