// Signature format: 4.0
package androidx.core.performance {

  @kotlin.jvm.JvmDefaultWithCompatibility public interface DevicePerformance {
    method public default static androidx.core.performance.DevicePerformance create(android.content.Context context);
    method public int getMediaPerformanceClass();
    property public abstract int mediaPerformanceClass;
    field public static final androidx.core.performance.DevicePerformance.Companion Companion;
  }

  public static final class DevicePerformance.Companion {
    method public androidx.core.performance.DevicePerformance create(android.content.Context context);
  }

}

