Searched refs:PKG_FOO (Results 1 – 1 of 1) sorted by relevance
51 private static final String PKG_FOO = "com.android.foo"; field in LifecycleOperationStorageTest54 private static final Set<String> MULTIPLE_PKG = Sets.newHashSet(PKG_FOO);55 private static final Set<String> MULTIPLE_PKGS_1 = Sets.newHashSet(PKG_FOO, PKG_BAR);101 Set<Integer> tokens = mOpStorage.operationTokensForPackage(PKG_FOO); in testRegisterOperationForPackages_singlePackage()114 Set<Integer> tokensFoo = mOpStorage.operationTokensForPackage(PKG_FOO); in testRegisterOperationForPackages_multiplePackage()154 Set<Integer> tokensFoo = mOpStorage.operationTokensForPackage(PKG_FOO); in testRemoveOperation_removesPackageMappings()