// Generated automatically from androidx.lifecycle.LifecycleOwner for testing purposes package androidx.lifecycle; import androidx.lifecycle.Lifecycle; public interface LifecycleOwner { Lifecycle getLifecycle(); }