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.java293 ActivityInfo forwarderActivityInfo = in checkForIntentsFromPrimary() local
295 if (forwarderActivityInfo == null) { in checkForIntentsFromPrimary()
301 forwarderActivityInfo, "from primary profile should be forwarded to the " + in checkForIntentsFromPrimary()
312 ActivityInfo forwarderActivityInfo = in checkForIntentsFromManaged() local
314 if (forwarderActivityInfo == null) { in checkForIntentsFromManaged()
321 forwarderActivityInfo, " from managed profile should be forwarded to the " + in checkForIntentsFromManaged()
326 forwarderActivityInfo, "from managed profile should not be forwarded to the " + in checkForIntentsFromManaged()
335 ActivityInfo forwarderActivityInfo) { in canForwarderActivityHandleIntent() argument
342 if (forwarderActivityInfo.packageName.equals(resolveInfo.activityInfo.packageName) in canForwarderActivityHandleIntent()
343 && forwarderActivityInfo.name.equals(resolveInfo.activityInfo.name)) { in canForwarderActivityHandleIntent()