Searched refs:setLogFunc (Results 1 – 5 of 5) sorted by relevance
39 void setLogFunc(BiConsumer<String, String> logConsumer); in setLogFunc() method
115 mPluginInstance.setLogFunc((tag, msg) -> Log.d((String) tag, (String) msg)); in setup()
90 public void setLogFunc(BiConsumer logConsumer) { in setLogFunc() method in PluginInstance
106 override fun setLogFunc(func: BiConsumer<String, String>) { } in isLoaded() method in com.android.systemui.shared.clocks.ClockRegistryTest.FakeLifecycle
125 manager.setLogFunc({ tag, msg -> in onPluginAttached()