// Generated automatically from android.content.ComponentCallbacks for testing purposes package android.content; import android.content.res.Configuration; public interface ComponentCallbacks { void onConfigurationChanged(Configuration p0); void onLowMemory(); }