package com.fyber.inneractive.sdk.util; import com.google.android.gms.measurement.AppMeasurement; /* loaded from: classes2.dex */ public final class u0 { public static boolean a(String str) { int i = com.fyber.inneractive.sdk.config.g.a; String property = System.getProperty("ia.testEnvironmentConfiguration.response"); return property != null && property.trim().length() > 0 && str != null && str.toLowerCase().startsWith("fyberInternalTesting".toLowerCase()) && str.contains(AppMeasurement.CRASH_ORIGIN); } }