Searched refs:forSubComponent (Results 1 – 7 of 7) sorted by relevance
44 final SharedLog logLevel2a = logTop.forSubComponent("twoA"); in testBasicOperation()45 final SharedLog logLevel2b = logTop.forSubComponent("twoB"); in testBasicOperation()51 final SharedLog logLevel3 = logLevel2a.forSubComponent("three"); in testBasicOperation()
79 public SharedLog forSubComponent(String component) { in forSubComponent() method in SharedLog
74 mLog = log.forSubComponent(tag); in NetlinkMonitor()
163 doReturn(log).`when`(log).forSubComponent(anyString()) in setUp()
215 mLog = log.forSubComponent(TAG);
351 mLog.forSubComponent(ifName + ".DHCP")); in makeDhcpServer()
213 servingParams.singleClientAddr, log.forSubComponent(REPO_TAG), clock); in makeLeaseRepository()