Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt230 var nlsComponents = runBlocking { in markAsNotified_notifySecondComponent() variable
235 assertThat(nlsComponents.size).isEqualTo(1) in markAsNotified_notifySecondComponent()
239 nlsComponents.filter { it == testComponent }.also { assertThat(it.size).isEqualTo(1) } in markAsNotified_notifySecondComponent()
242 nlsComponents = runBlocking { in markAsNotified_notifySecondComponent()
247 assertThat(nlsComponents.size).isEqualTo(2) in markAsNotified_notifySecondComponent()
251 nlsComponents.filter { it == testComponent2 }.also { assertThat(it.size).isEqualTo(1) } in markAsNotified_notifySecondComponent()
260 var nlsComponents = runBlocking { in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified() variable
265 assertThat(nlsComponents.size).isEqualTo(1) in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified()
271 nlsComponents in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified()
276 nlsComponents = runBlocking { in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified()
[all …]