Searched refs:sendWithLogging (Results 1 – 1 of 1) sorted by relevance
98 sendWithLogging(connectedDevices to DeviceAdded(deviceId)) in <lambda>()105 sendWithLogging(connectedDevices to DeviceRemoved) in <lambda>()108 sendWithLogging(connectedDevices to FreshStart) in <lambda>()141 sendWithLogging(state) in <lambda>()158 private fun <T> SendChannel<T>.sendWithLogging(element: T) { in sendWithLogging() method in com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl