Searched refs:forwarderActivityInfo (Results 1 – 1 of 1) sorted by relevance
299 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromPrimary() local301 if (forwarderActivityInfo == null) { in checkIntentForwardingFromPrimary()307 forwarderActivityInfo, "from primary profile should be forwarded to the " + in checkIntentForwardingFromPrimary()338 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromManaged() local340 if (forwarderActivityInfo == null) { in checkIntentForwardingFromManaged()347 forwarderActivityInfo, " from managed profile should be forwarded to the " + in checkIntentForwardingFromManaged()352 forwarderActivityInfo, "from managed profile should not be forwarded to the " + in checkIntentForwardingFromManaged()361 ActivityInfo forwarderActivityInfo) { in canForwarderActivityHandleIntent() argument368 if (forwarderActivityInfo.packageName.equals(resolveInfo.activityInfo.packageName) in canForwarderActivityHandleIntent()369 && forwarderActivityInfo.name.equals(resolveInfo.activityInfo.name)) { in canForwarderActivityHandleIntent()