Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java1352 Set<ComponentName> allowed10 = new ArraySet<>(); in testPopulateComponentsToUnbind_forceRebind() local
1353 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() local
1393 allowed10.add(ComponentName.unflattenFromString("b/b")); in testPopulateComponentsToUnbind()
1394 allowedComponentsToBind.put(10, allowed10); in testPopulateComponentsToUnbind()
1415 ArraySet<ComponentName> allowed10 = new ArraySet<>(); in populateComponentsToBind() local
1416 allowed10.add(ComponentName.unflattenFromString("b/b")); in populateComponentsToBind()
1417 allowed10.add(ComponentName.unflattenFromString("c/c")); in populateComponentsToBind()
1418 approvedComponentsByUser.put(10, allowed10); in populateComponentsToBind()