Searched refs:forSubComponent (Results 1 – 13 of 13) sorted by relevance
42 final SharedLog logLevel2a = logTop.forSubComponent("twoA"); in testBasicOperation()43 final SharedLog logLevel2b = logTop.forSubComponent("twoB"); in testBasicOperation()49 final SharedLog logLevel3 = logLevel2a.forSubComponent("three"); in testBasicOperation()
80 public SharedLog forSubComponent(String component) { in forSubComponent() method in SharedLog
80 mLog = log.forSubComponent(TAG); in IPv6TetheringCoordinator()
91 mLog = log.forSubComponent(TAG); in OffloadHardwareInterface()
103 final SharedLog configLog = log.forSubComponent("config"); in TetheringConfiguration()
112 mLog = log.forSubComponent(TAG); in UpstreamNetworkMonitor()
119 mLog = log.forSubComponent(TAG); in OffloadController()
117 mLog = log.forSubComponent(TAG); in EntitlementManager()
158 when(mLog.forSubComponent(anyString())).thenReturn(mLog); in setUp()
106 when(mLog.forSubComponent(anyString())).thenReturn(mLog); in setUp()
165 when(mSharedLog.forSubComponent(anyString())).thenReturn(mSharedLog); in setUp()
218 mLog = log.forSubComponent(ifaceName); in IpServer()
238 HSPLandroid/net/util/SharedLog;->forSubComponent(Ljava/lang/String;)Landroid/net/util/SharedLog;