Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/names/
H A DComponentFactoryNameConflictsTest.kt47 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 DComponentValidationTest.java270 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 DBindsInstanceValidationTest.java66 Source testComponent = in bindsInstanceInComponent() local
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
H A DPrivilegedUpdateTest.java45 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 DFirstMockedMainTest.kt24 fun testComponent() { in testComponent() method
H A DFirstRobolectricTest.kt17 fun testComponent() { in testComponent() method in ordered.tests.FirstRobolectricTest
H A DCustomizedRobolectricTest.kt29 fun testComponent() { in testComponent() method in CustomizedRobolectricTest
/aosp_15_r20/external/dagger2/javatests/dagger/functional/names/
H A DComponentFactoryNameConflictsTest.java51 CreateComponent testComponent = in testCreate() local
83 BuilderComponent testComponent = in testBuilder() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/
H A DGenericTypesComponentTest.kt48 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 DShadowPackageManagerTest.java1706 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 DShadowDevicePolicyManagerTest.java85 private ComponentName testComponent; field in ShadowDevicePolicyManagerTest
/aosp_15_r20/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
/aosp_15_r20/external/dagger2/javatests/dagger/functional/rawtypes/
H A DRawTypesComponentTest.java60 public void testComponent() { in testComponent() method in RawTypesComponentTest
/aosp_15_r20/external/dagger2/javatests/dagger/functional/jakarta/
H A DSimpleJakartaTest.java62 TestComponent testComponent = DaggerSimpleJakartaTest_TestComponent.create(); in testFooFactory() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/
H A DGenericTypesComponentTest.java65 public void testComponent() { in testComponent() method in GenericTypesComponentTest
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/
H A DAndroidComponentAddressTest.java47 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 DNotificationsKeyguardInteractorTest.kt44 private val testComponent: TestComponent = in create() constant in com.android.systemui.statusbar.notification.domain.interactor.NotificationsKeyguardInteractorTest
H A DNotificationAlertsInteractorTest.kt47 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 DPluginManagerTest.java175 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 DNotificationShelfViewModelTest.kt74 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 DCtsControlsServiceTest.java307 final ComponentName testComponent = new ComponentName("TestPkg", "TestClass"); in testRequestAddControl() local
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/
H A DPowerPolicyHostTest.java584 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 DManagedServicesTest.java393 String testComponent = "user.test.component/C1"; in testReadXml_onlyRestoresForTargetUser() local
415 String testComponent = "user.test.component/C1"; in testReadXml_restoresUserSet() local

12