Searched refs:allowed0 (Results 1 – 1 of 1) sorted by relevance
1349 Set<ComponentName> allowed0 = new ArraySet<>(); in testPopulateComponentsToUnbind_forceRebind() local1350 allowed0.add(ComponentName.unflattenFromString("a/a")); in testPopulateComponentsToUnbind_forceRebind()1351 allowedComponentsToBind.put(0, allowed0); in testPopulateComponentsToUnbind_forceRebind()1389 Set<ComponentName> allowed0 = new ArraySet<>(); in testPopulateComponentsToUnbind() local1390 allowed0.add(ComponentName.unflattenFromString("a/a")); in testPopulateComponentsToUnbind()1391 allowedComponentsToBind.put(0, allowed0); in testPopulateComponentsToUnbind()1412 ArraySet<ComponentName> allowed0 = new ArraySet<>(); in populateComponentsToBind() local1413 allowed0.add(ComponentName.unflattenFromString("a/a")); in populateComponentsToBind()1414 approvedComponentsByUser.put(0, allowed0); in populateComponentsToBind()