Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DIntentFiltersTestHelper.java298 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromPrimary() local
300 if (forwarderActivityInfo == null) { in checkIntentForwardingFromPrimary()
306 forwarderActivityInfo, "from primary profile should be forwarded to the " + in checkIntentForwardingFromPrimary()
337 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromManaged() local
339 if (forwarderActivityInfo == null) { in checkIntentForwardingFromManaged()
346 forwarderActivityInfo, " from managed profile should be forwarded to the " + in checkIntentForwardingFromManaged()
351 forwarderActivityInfo, "from managed profile should not be forwarded to the " + in checkIntentForwardingFromManaged()
360 ActivityInfo forwarderActivityInfo) { in canForwarderActivityHandleIntent() argument
367 if (forwarderActivityInfo.packageName.equals(resolveInfo.activityInfo.packageName) in canForwarderActivityHandleIntent()
368 && forwarderActivityInfo.name.equals(resolveInfo.activityInfo.name)) { in canForwarderActivityHandleIntent()