Home
last modified time | relevance | path

Searched defs:testComponent2 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt175 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in removeDisabledComponentsFromNotifiedComponents() constant
227 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in markAsNotified_notifySecondComponent() constant
257 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified() constant
290 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in removeFromNotifiedComponents() constant
323 val testComponent2 = ComponentName("com.test.package", "TestClass2") in removeFromNotifiedComponents_multipleNlsPerPackage() constant
371 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in removeFromNotifiedComponents_componentName() constant
404 val testComponent2 = ComponentName("com.test.package", "TestClass2") in removeFromNotifiedComponents_componentName_multipleNlsPerPackage() constant
DAccessibilitySourceServiceTest.kt116 val testComponent2 = ComponentName("com.test.package2", "TestClass2") in markAsNotifiedWithSecondComponent() constant
158 val testComponent2 = ComponentName("com.test.package", "TestClass2") in removePackageState() constant
175 val testComponent2 = ComponentName("com.test.package", "TestClass2") in removePackageStateWithMultipleServicePerPackage() constant
DNotificationListenerPrivacySourceTest.kt82 private val testComponent2 = ComponentName("com.test.package", "TestClass2") constant