Home
last modified time | relevance | path

Searched refs:sComponentName (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java111 private static ComponentName sComponentName; field in IntentForwarderActivityTest
149 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_canForward_sendIntent()
190 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_cannotForward_sendIntent()
212 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_noManagedProfile_sendIntent()
233 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in launchInSameProfile_chooserIntent()
267 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_canForward_selectorIntent()
583 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_LoggingTest()
610 sComponentName = FORWARD_TO_PARENT_COMPONENT_NAME; in forwardToParent_LoggingTest()
636 sComponentName = FORWARD_TO_PARENT_COMPONENT_NAME; in setupShouldSkipDisclosureTest()
661 getIntent().setComponent(sComponentName); in onCreate()