Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java79 private static ComponentName sComponentName; field in IntentForwarderActivityTest
100 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_canForward_sendIntent()
133 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_cannotForward_sendIntent()
155 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_noManagedProfile_sendIntent()
176 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_canForward_chooserIntent()
218 sComponentName = FORWARD_TO_MANAGED_PROFILE_COMPONENT_NAME; in forwardToManagedProfile_canForward_selectorIntent()
262 getIntent().setComponent(sComponentName); in onCreate()