Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DAccessibilitySourceServiceTest.kt159 val testComponent3 = ComponentName("com.test.package2", "TestClass3") in removePackageState() constant
160 val testComponents = listOf(testComponent, testComponent2, testComponent3) in removePackageState()
169 assertThat(notifiedServices.contains(testComponent3.flattenToShortString())).isTrue() in removePackageState()