Searched refs:forwarderActivityInfo (Results 1 – 1 of 1) sorted by relevance
280 ActivityInfo forwarderActivityInfo = in checkForIntentsFromPrimary() local282 if (forwarderActivityInfo == null) { in checkForIntentsFromPrimary()288 forwarderActivityInfo, "from primary profile should be forwarded to the " + in checkForIntentsFromPrimary()299 ActivityInfo forwarderActivityInfo = in checkForIntentsFromManaged() local301 if (forwarderActivityInfo == null) { in checkForIntentsFromManaged()308 forwarderActivityInfo, " from managed profile should be forwarded to the " + in checkForIntentsFromManaged()313 forwarderActivityInfo, "from managed profile should not be forwarded to the " + in checkForIntentsFromManaged()322 ActivityInfo forwarderActivityInfo) { in canForwarderActivityHandleIntent() argument329 if (forwarderActivityInfo.packageName.equals(resolveInfo.activityInfo.packageName) in canForwarderActivityHandleIntent()330 && forwarderActivityInfo.name.equals(resolveInfo.activityInfo.name)) { in canForwarderActivityHandleIntent()