Home
last modified time | relevance | path

Searched defs:defaultFileGroup (Results 1 – 2 of 2) sorted by relevance

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DFileGroupManagerTest.java929 DataFileGroupInternal defaultFileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 1); in testAddGroupForDownload_multipleVariants() local
1363 DataFileGroupInternal defaultFileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 1); in removeFileGroup_whenMultipleVariantsExist_whenNoVariantSpecified_removesEmptyVariantGroup() local
1367 writePendingFileGroup(getPendingKey(defaultGroupKey), defaultFileGroup); in removeFileGroup_whenMultipleVariantsExist_whenNoVariantSpecified_removesEmptyVariantGroup() local
1425 DataFileGroupInternal defaultFileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 1); in removeFileGroup_whenMultipleVariantsExist_whenVariantSpecified_removesVariantGroup() local
1429 writePendingFileGroup(getPendingKey(defaultGroupKey), defaultFileGroup); in removeFileGroup_whenMultipleVariantsExist_whenVariantSpecified_removesVariantGroup() local
2076 DataFileGroupInternal defaultFileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 1); in testRemoveFileGroups_whenMultipleVariantsExists_removesVariantsSpecified() local
2080 writePendingFileGroup(getPendingKey(defaultGroupKey), defaultFileGroup); in testRemoveFileGroups_whenMultipleVariantsExists_removesVariantsSpecified() local
2150 DataFileGroupInternal defaultFileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 1); in testGetDownloadedGroup_whenMultipleVariantsExists_getsCorrectGroup() local
2153 writeDownloadedFileGroup(getDownloadedKey(defaultGroupKey), defaultFileGroup); in testGetDownloadedGroup_whenMultipleVariantsExists_getsCorrectGroup() local
2190 DataFileGroupInternal defaultFileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 1); in testGetPendingGroup_whenMultipleVariantsExists_getsCorrectGroup() local
[all …]
DMddIsolatedStructuresTest.java100 DataFileGroupInternal defaultFileGroup; field in MddIsolatedStructuresTest