Searched refs:maxInt64Value (Results 1 – 9 of 9) sorted by relevance
170 long maxInt64Value, long[] supportedEnumValues, boolean supportVariableUpdateRate, in generateAreaIdConfig() argument197 } else if (classMatched(Long.class, clazz) && (minInt64Value != 0 || maxInt64Value != 0)) { in generateAreaIdConfig()198 areaIdConfigBuilder.setMinValue(minInt64Value).setMaxValue(maxInt64Value); in generateAreaIdConfig()
76 return mConfig.maxInt64Value; in getMaxInt64Value()
80 return mConfig.maxInt64Value; in getMaxInt64Value()
62 newArea.maxInt64Value = area.maxInt64Value; in clone()
208 newArea.maxInt64Value = area.maxInt64Value; in duplicateAreaConfig()
146 hidlAreaConfig.maxInt64Value = MAX_INT64_VALUE; in getTestHidlAreaConfig()159 aidlAreaConfig.maxInt64Value = MAX_INT64_VALUE; in getTestAidlAreaConfig()174 aidlAreaConfig.maxInt64Value = MAX_INT64_VALUE; in getTestInvalidAidlAreaConfig()356 aidlVehiclePropConfig.areaConfigs[0].maxInt64Value = 0; in toCarPropertyConfig_doesNotConvertLongMinMaxIfBothZero()
104 return mAreaConfig.maxInt64Value; in getMaxInt64Value()
108 return mAreaConfig.maxInt64Value; in getMaxInt64Value()
880 long maxInt64Value = areaConfig.getMaxInt64Value(); in withinRange() local881 if (minInt64Value != maxInt64Value || minInt64Value != 0) { in withinRange()883 if (int64Value > maxInt64Value || int64Value < minInt64Value) { in withinRange()886 areaId, minInt64Value, maxInt64Value, int64Value); in withinRange()