mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
48 lines
1.2 KiB
Java
48 lines
1.2 KiB
Java
package ao;
|
|
|
|
import W.j;
|
|
import W.n;
|
|
import h.PropertiesExtensionInHPackage;
|
|
|
|
public class D {
|
|
public static j a(n paramn) {
|
|
j j = paramn.a(PropertiesExtensionInHPackage.a().a("Field.TP"));
|
|
if (j != null)
|
|
return j;
|
|
j = paramn.a(PropertiesExtensionInHPackage.a().a("TPS"));
|
|
if (j != null)
|
|
return j;
|
|
j = paramn.a("TPS");
|
|
return (j != null) ? j : null;
|
|
}
|
|
|
|
public static j b(n paramn) {
|
|
j j = paramn.a(PropertiesExtensionInHPackage.a().a("VSS2"));
|
|
if (j != null && j.PropertiesExtensionInHPackage() > j.h()) {
|
|
bH.D.d("findMphColumn, Using VSS2");
|
|
return j;
|
|
}
|
|
j = paramn.a(PropertiesExtensionInHPackage.a().a("SmoothMPH"));
|
|
if (j != null) {
|
|
bH.D.d("findMphColumn, Using SmoothMPH");
|
|
return j;
|
|
}
|
|
j = paramn.a("MPH");
|
|
if (j != null) {
|
|
bH.D.d("findMphColumn, Using MPH");
|
|
return j;
|
|
}
|
|
j = paramn.a(PropertiesExtensionInHPackage.a().a("Field.speedMPH"));
|
|
if (j != null) {
|
|
bH.D.d("findMphColumn, Using " + j.a());
|
|
return j;
|
|
}
|
|
return null;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/D.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |