Searched refs:allowed10 (Results 1 – 1 of 1) sorted by relevance
1352 Set<ComponentName> allowed10 = new ArraySet<>(); in testPopulateComponentsToUnbind_forceRebind() local1353 allowed10.add(ComponentName.unflattenFromString("b/b")); in testPopulateComponentsToUnbind_forceRebind()1354 allowedComponentsToBind.put(10, allowed10); in testPopulateComponentsToUnbind_forceRebind()1392 Set<ComponentName> allowed10 = new ArraySet<>(); in testPopulateComponentsToUnbind() local1393 allowed10.add(ComponentName.unflattenFromString("b/b")); in testPopulateComponentsToUnbind()1394 allowedComponentsToBind.put(10, allowed10); in testPopulateComponentsToUnbind()1415 ArraySet<ComponentName> allowed10 = new ArraySet<>(); in populateComponentsToBind() local1416 allowed10.add(ComponentName.unflattenFromString("b/b")); in populateComponentsToBind()1417 allowed10.add(ComponentName.unflattenFromString("c/c")); in populateComponentsToBind()1418 approvedComponentsByUser.put(10, allowed10); in populateComponentsToBind()