Searched refs:LAST_SYSTEM (Results 1 – 8 of 8) sorted by relevance
69 public static final int LAST_SYSTEM = ENGINE_PERCENT_TORQUE_DATA_POINT4; field in IntegerSensorIndex70 public static final int VENDOR_START = LAST_SYSTEM + 1;108 IntegerSensorIndex.LAST_SYSTEM,
108 public static final int LAST_SYSTEM = ENGINE_FUEL_RATE; field in FloatSensorIndex109 public static final int VENDOR_START = LAST_SYSTEM + 1;186 FloatSensorIndex.LAST_SYSTEM,
315 if (key >= android.car.diagnostic.IntegerSensorIndex.LAST_SYSTEM) { in withVendorSensorsRemoved()321 if (key >= android.car.diagnostic.FloatSensorIndex.LAST_SYSTEM) { in withVendorSensorsRemoved()
206 private static final int LAST_SYSTEM = 31; field in Metadata529 public static int lastSytemId() { return LAST_SYSTEM; } in lastSytemId()549 if (val <= ANY || (LAST_SYSTEM < val && val < FIRST_CUSTOM)) { in checkMetadataId()
83 for (int i = 0; i <= IntegerSensorIndex.LAST_SYSTEM; i++) { in fromCarDiagnosticEvent()86 for (int i = 0; i <= FloatSensorIndex.LAST_SYSTEM; i++) { in fromCarDiagnosticEvent()
62 for (int i = 0; i <= FloatSensorIndex.LAST_SYSTEM; i++) { in processSensorInfoIntoWrapper()76 for (int i = 0; i <= IntegerSensorIndex.LAST_SYSTEM; i++) { in processSensorInfoIntoWrapper()
526 field public static final int LAST_SYSTEM = 70; // 0x46594 field public static final int LAST_SYSTEM = 31; // 0x1f
31798 Landroid/media/Metadata;->LAST_SYSTEM:I