/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/ |
D | NotificationListenerCheckInternalTest.kt | 174 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 …]
|
D | AccessibilitySourceServiceTest.kt | 115 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
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/names/ |
H A D | ComponentFactoryNameConflictsTest.kt | 47 val testComponent = DaggerComponentFactoryNameConflictsTest_CreateComponent.create() in createUsage() constant 76 val testComponent = DaggerComponentFactoryNameConflictsTest_BuilderComponent.builder().build() in testBuilder() constant
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | ComponentValidationTest.java | 270 Source testComponent = in attemptToInjectWildcardGenerics() local 296 JavaFileObject testComponent = in invalidComponentDependencies() local 313 JavaFileObject testComponent = in invalidComponentModules() local 341 Source testComponent = in moduleInDependencies() local
|
H A D | BindsInstanceValidationTest.java | 66 Source testComponent = in bindsInstanceInComponent() local
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/ |
H A D | PrivilegedUpdateTest.java | 45 final ComponentName testComponent = in testSystemAppPriorities() local 61 final ComponentName testComponent = in testPrivilegedAppPriorities() local 78 final ComponentName testComponent = in testPrivilegedAppUpgradePriorities() local
|
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/ |
H A D | FirstMockedMainTest.kt | 24 fun testComponent() { in testComponent() method
|
H A D | FirstRobolectricTest.kt | 17 fun testComponent() { in testComponent() method in ordered.tests.FirstRobolectricTest
|
H A D | CustomizedRobolectricTest.kt | 29 fun testComponent() { in testComponent() method in CustomizedRobolectricTest
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/names/ |
H A D | ComponentFactoryNameConflictsTest.java | 51 CreateComponent testComponent = in testCreate() local 83 BuilderComponent testComponent = in testBuilder() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/ |
H A D | GenericTypesComponentTest.kt | 48 fun testComponent() { in testComponent() method in dagger.functional.kotlinsrc.generictypes.GenericTypesComponentTest
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowPackageManagerTest.java | 1706 ComponentName testComponent = new ComponentName("package", "name"); in addIntentFilterForComponent() local 1782 ComponentName testComponent = new ComponentName(RuntimeEnvironment.getApplication(), "name"); in resolveExplicitIntent_sameApp() local 1796 ComponentName testComponent = new ComponentName("some.other.package", "name"); in resolveExplicitIntent_filterMatch() local 1811 ComponentName testComponent = new ComponentName("some.other.package", "name"); in resolveExplicitIntent_noFilterMatch() local 1823 ComponentName testComponent = new ComponentName("some.other.package", "name"); in resolveExplicitIntent_noFilterMatch_belowT() local 1838 ComponentName testComponent = new ComponentName("some.other.package", "name"); in resolveExplicitIntent_noFilterMatch_targetBelowT() local 1851 ComponentName testComponent = new ComponentName("some.other.package", "name"); in resolveExplicitIntent_noAction() local
|
H A D | ShadowDevicePolicyManagerTest.java | 85 private ComponentName testComponent; field in ShadowDevicePolicyManagerTest
|
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/util/ |
D | UtilsTest.kt | 140 val testComponent = ComponentName("com.test.package", "TestClass") in getPackageInfoForComponentName_NonExistComponent_throwsNameNotFoundException() constant
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/rawtypes/ |
H A D | RawTypesComponentTest.java | 60 public void testComponent() { in testComponent() method in RawTypesComponentTest
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/jakarta/ |
H A D | SimpleJakartaTest.java | 62 TestComponent testComponent = DaggerSimpleJakartaTest_TestComponent.create(); in testFooFactory() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/ |
H A D | GenericTypesComponentTest.java | 65 public void testComponent() { in testComponent() method in GenericTypesComponentTest
|
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/ |
H A D | AndroidComponentAddressTest.java | 47 public void testComponent() { in testComponent() method in AndroidComponentAddressTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/ |
H A D | NotificationsKeyguardInteractorTest.kt | 44 private val testComponent: TestComponent = in create() constant in com.android.systemui.statusbar.notification.domain.interactor.NotificationsKeyguardInteractorTest
|
H A D | NotificationAlertsInteractorTest.kt | 47 private val testComponent: TestComponent = in create() constant in com.android.systemui.statusbar.notification.domain.interactor.NotificationAlertsInteractorTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/plugins/ |
H A D | PluginManagerTest.java | 175 ComponentName testComponent = new ComponentName(getContext().getPackageName(), in testDisableIntent() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/ |
H A D | NotificationShelfViewModelTest.kt | 74 private val testComponent: TestComponent = constant in com.android.systemui.statusbar.notification.shelf.ui.viewmodel.NotificationShelfViewModelTest
|
/aosp_15_r20/cts/tests/controls/src/android/controls/cts/ |
H A D | CtsControlsServiceTest.java | 307 final ComponentName testComponent = new ComponentName("TestPkg", "TestClass"); in testRequestAddControl() local
|
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/ |
H A D | PowerPolicyHostTest.java | 584 private void testComponent(ComponentTestHelper testHelper) in testComponent() method in PowerPolicyHostTest
|
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 393 String testComponent = "user.test.component/C1"; in testReadXml_onlyRestoresForTargetUser() local 415 String testComponent = "user.test.component/C1"; in testReadXml_restoresUserSet() local
|