Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/
DEmergencySearchIndexablesProviderTest.java51 Set<Integer> expectedXmlResIds = new HashSet(); in testQueryXmlResources() local
52 expectedXmlResIds.add(R.xml.edit_emergency_info); in testQueryXmlResources()
53 expectedXmlResIds.add(R.xml.edit_medical_info); in testQueryXmlResources()
60 assertThat(xmlResIds).isEqualTo(expectedXmlResIds); in testQueryXmlResources()