Home
last modified time | relevance | path

Searched refs:FieldValuePair (Results 1 – 1 of 1) sorted by relevance

/cts/tests/signature/lib/common/src/android/signature/cts/
DApiComplianceChecker.java45 private static class FieldValuePair { class in ApiComplianceChecker
49 private FieldValuePair(String oldValue, String newValue) { in FieldValuePair() method in ApiComplianceChecker.FieldValuePair
54 private static final Map<String, FieldValuePair> IGNORE_FIELD_VALUES_MODIFIER_ALLOWED_LIST =
55 new HashMap<String, FieldValuePair>();
62 new FieldValuePair("-2147483648", "2147483648"));
65 new FieldValuePair("1", "4294967296"));
68 new FieldValuePair("2", "8589934592"));
71 new FieldValuePair("4", "17179869184"));
74 new FieldValuePair("8", "34359738368"));
78 new FieldValuePair("1.1754944E-38", "1.17549435E-38"));