Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/internal/
H A DLifecycleOperationStorageTest.java55 private static final Set<String> MULTIPLE_PKGS_1 = Sets.newHashSet(PKG_FOO, PKG_BAR); field in LifecycleOperationStorageTest
110 MULTIPLE_PKGS_1, mCallback, OpType.BACKUP); in testRegisterOperationForPackages_multiplePackage()
147 mOpStorage.registerOperationForPackages(TOKEN_1, OpState.PENDING, MULTIPLE_PKGS_1, in testRemoveOperation_removesPackageMappings()