Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/prefs/
DPrefsBackupHelperTest.java180 Set<String> stringSet = new HashSet<String>(); in testPreferenceTypesSupport() local
181 stringSet.add("string1"); in testPreferenceTypesSupport()
182 stringSet.add("string2"); in testPreferenceTypesSupport()
183 map.put("StringSet", stringSet); in testPreferenceTypesSupport()