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.kt174 val testComponent = ComponentName("com.test.package", "TestClass") in removeDisabledComponentsFromNotifiedComponents() constant
211 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified() constant
226 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified_notifySecondComponent() constant
256 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified() constant
289 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents() constant
322 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_multipleNlsPerPackage() constant
352 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_noPreviouslyNotifiedPackage() constant
370 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_componentName() constant
403 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_componentName_multipleNlsPerPackage() constant
436 val testComponent = ComponentName("com.test.package", "TestClass") in removeFromNotifiedComponents_componentName_noPreviouslyNotifiedPackage() constant
[all …]
DAccessibilitySourceServiceTest.kt115 val testComponent = ComponentName("com.test.package", "TestClass") in markAsNotifiedWithSecondComponent() constant
157 val testComponent = ComponentName("com.test.package", "TestClass") in removePackageState() constant
174 val testComponent = ComponentName("com.test.package", "TestClass") in removePackageStateWithMultipleServicePerPackage() constant
189 val testComponent = ComponentName("com.test.package", "TestClass") in removePackageState_noPreviouslyNotifiedPackage() constant
/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/util/
DUtilsTest.kt140 val testComponent = ComponentName("com.test.package", "TestClass") in getPackageInfoForComponentName_NonExistComponent_throwsNameNotFoundException() constant