Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java1305 ArraySet<ComponentName> expected10 = new ArraySet<>(); in testGetAllowedComponents() local
1306 expected10.add(ComponentName.unflattenFromString("this.is.another.package/M1")); in testGetAllowedComponents()
1307 expected10.add(ComponentName.unflattenFromString("this.is.another.package/with.Component")); in testGetAllowedComponents()
1308 expected10.add(ComponentName.unflattenFromString("component/2")); in testGetAllowedComponents()
1309 expected10.add(ComponentName.unflattenFromString("package/component2")); in testGetAllowedComponents()
1310 expected.put(10, expected10); in testGetAllowedComponents()