Searched defs:testComponent2 (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/ |
D | NotificationListenerCheckInternalTest.kt | 175 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
|
D | AccessibilitySourceServiceTest.kt | 116 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
|
D | NotificationListenerPrivacySourceTest.kt | 82 private val testComponent2 = ComponentName("com.test.package", "TestClass2") constant
|