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.java299 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromPrimary() local
301 if (forwarderActivityInfo == null) { in checkIntentForwardingFromPrimary()
307 forwarderActivityInfo, "from primary profile should be forwarded to the " + in checkIntentForwardingFromPrimary()
338 ActivityInfo forwarderActivityInfo = in checkIntentForwardingFromManaged() local
340 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() argument
368 if (forwarderActivityInfo.packageName.equals(resolveInfo.activityInfo.packageName) in canForwarderActivityHandleIntent()
369 && forwarderActivityInfo.name.equals(resolveInfo.activityInfo.name)) { in canForwarderActivityHandleIntent()