Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt291 val testComponents = listOf(testComponent, testComponent2) in removeFromNotifiedComponents() constant
295 testComponents.forEach { notificationListenerCheck.markComponentAsNotified(it) } in removeFromNotifiedComponents()
301 assertThat(initialNlsComponents.size).isEqualTo(testComponents.size) in removeFromNotifiedComponents()
302 testComponents.forEach { assertThat(initialNlsComponents.contains(it)).isTrue() } in removeFromNotifiedComponents()
315 assertThat(updatedNlsComponents.size).isEqualTo(testComponents.size - 1) in removeFromNotifiedComponents()
324 val testComponents = listOf(testComponent, testComponent2) in removeFromNotifiedComponents_multipleNlsPerPackage() constant
328 testComponents.forEach { notificationListenerCheck.markComponentAsNotified(it) } in removeFromNotifiedComponents_multipleNlsPerPackage()
334 assertThat(initialNlsComponents.size).isEqualTo(testComponents.size) in removeFromNotifiedComponents_multipleNlsPerPackage()
335 testComponents.forEach { assertThat(initialNlsComponents.contains(it)).isTrue() } in removeFromNotifiedComponents_multipleNlsPerPackage()
372 val testComponents = listOf(testComponent, testComponent2) in removeFromNotifiedComponents_componentName() constant
[all …]
DAccessibilitySourceServiceTest.kt160 val testComponents = listOf(testComponent, testComponent2, testComponent3) in removePackageState() constant
163 testComponents.forEach { accessibilitySourceService.markServiceAsNotified(it) } in removePackageState()
176 val testComponents = listOf(testComponent, testComponent2) in removePackageStateWithMultipleServicePerPackage() constant
179 testComponents.forEach { accessibilitySourceService.markServiceAsNotified(it) } in removePackageStateWithMultipleServicePerPackage()