Searched refs:forwarderActivityInfo (Results 1 – 1 of 1) sorted by relevance
298 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromPrimary() local300 if (forwarderActivityInfo == null) { in checkIntentForwardingFromPrimary()306 forwarderActivityInfo, "from primary profile should be forwarded to the " + in checkIntentForwardingFromPrimary()337 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromManaged() local339 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() argument367 if (forwarderActivityInfo.packageName.equals(resolveInfo.activityInfo.packageName) in canForwarderActivityHandleIntent()368 && forwarderActivityInfo.name.equals(resolveInfo.activityInfo.name)) { in canForwarderActivityHandleIntent()