Skip to content

Most visited

Recently visited

navigation

ResolvedIntent

public interface ResolvedIntent

android.support.test.espresso.intent.ResolvedIntent
Known Indirect Subclasses


An Intent that has been processed to determine the set of packages to which it resolves.

Summary

Public methods

abstract boolean canBeHandledBy(String appPackage)

Returns true if this recorded intent can be handled by an activity in the given package.

abstract Intent getIntent()

Returns the underlying Intent.

Public methods

canBeHandledBy

boolean canBeHandledBy (String appPackage)

Returns true if this recorded intent can be handled by an activity in the given package.

Parameters
appPackage String
Returns
boolean

getIntent

Intent getIntent ()

Returns the underlying Intent.

Returns
Intent
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.