Searched defs:setLogFunc (Results 1 – 3 of 3) sorted by relevance
39 void setLogFunc(BiConsumer<String, String> logConsumer); in setLogFunc() method
100 public void setLogFunc(BiConsumer logConsumer) { in setLogFunc() method in PluginInstance
112 override fun setLogFunc(func: BiConsumer<String, String>) {} in isLoaded() method in com.android.systemui.shared.clocks.ClockRegistryTest.FakeLifecycle