Home | History | Annotate | Download | only in addressinput

Lines Matching refs:DATA

24  * Tests to ensure that {@code AddressVerificationData} can parse all the default data.
29 new AddressVerificationData(AddressDataMapLoader.DATA);
40 AddressVerificationNodeData nodeData = ADDRESS_DATA.get("data");
46 AddressVerificationNodeData nodeData = ADDRESS_DATA.get("data/US");
47 assertEquals("data/US", nodeData.get(AddressDataKey.ID));
54 AddressVerificationNodeData nodeData = ADDRESS_DATA.get("data/CA");
58 assertEquals("data/CA", nodeData.get(AddressDataKey.ID));
69 AddressVerificationNodeData nodeData = ADDRESS_DATA.get("data/CA--fr");
73 assertEquals("data/CA--fr", nodeData.get(AddressDataKey.ID));
92 ADDRESS_DATA.get("data/KZ").get(AddressDataKey.ZIP));
96 assertNotNull("Expects example data.", AddressDataMapLoader.DATA.get("examples"));
98 AddressDataMapLoader.DATA.get("examples/US/local/en"));
101 AddressDataMapLoader.DATA.get("examples/TW/local/zh_Hant"),
102 AddressDataMapLoader.DATA.get("examples/TW/local/_default"));