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.java280 ActivityInfo forwarderActivityInfo = in checkForIntentsFromPrimary() local
282 if (forwarderActivityInfo == null) { in checkForIntentsFromPrimary()
288 forwarderActivityInfo, "from primary profile should be forwarded to the " + in checkForIntentsFromPrimary()
299 ActivityInfo forwarderActivityInfo = in checkForIntentsFromManaged() local
301 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() argument
329 if (forwarderActivityInfo.packageName.equals(resolveInfo.activityInfo.packageName) in canForwarderActivityHandleIntent()
330 && forwarderActivityInfo.name.equals(resolveInfo.activityInfo.name)) { in canForwarderActivityHandleIntent()