Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt165 val testComponent = ComponentName("com.test.package", "TestClass") in removeDisabledComponentsFromNotifiedComponents() constant
201 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified() constant
216 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified_notifySecondComponent() constant
246 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified() constant
279 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents() constant
312 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_multipleNlsPerPackage() constant
342 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_noPreviouslyNotifiedPackage() constant
360 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_componentName() constant
393 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_componentName_multipleNlsPerPackage() constant
426 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_componentName_noPreviouslyNotifiedPackage() constant
[all …]
DAccessibilitySourceServiceTest.kt117 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotifiedWithSecondComponent() constant
161 val testComponent = ComponentName("com.test.package", "TestClass") in removePackageState() constant
180 val testComponent = ComponentName("com.test.package", "TestClass") in removePackageStateWithMultipleServicePerPackage() constant
197 val testComponent = ComponentName("com.test.package", "TestClass") in removePackageState_noPreviouslyNotifiedPackage() constant
/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/util/
DUtilsTest.kt134 val testComponent = ComponentName("com.test.package", "TestClass") in getPackageInfoForComponentName_NonExistComponent_throwsNameNotFoundException() constant