Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java1311 ArraySet<ComponentName> expected0 = new ArraySet<>(); in testGetAllowedComponents() local
1312 expected0.add(ComponentName.unflattenFromString("secondary/component.Name")); in testGetAllowedComponents()
1313 expected0.add(ComponentName.unflattenFromString("this.is.a.package.name/Ba")); in testGetAllowedComponents()
1314 expected0.add(ComponentName.unflattenFromString("another.package/B1")); in testGetAllowedComponents()
1315 expected.put(0, expected0); in testGetAllowedComponents()