1// Signature format: 4.0 2package androidx.lifecycle { 3 4 public class ProcessLifecycleOwner implements androidx.lifecycle.LifecycleOwner { 5 method public static androidx.lifecycle.LifecycleOwner! get(); 6 method public androidx.lifecycle.Lifecycle getLifecycle(); 7 } 8 9} 10 11