Home | History | Annotate | Download | only in espresso

META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/support/test/
android/support/test/espresso/
android/support/test/espresso/intent/
android/support/test/espresso/intent/BuildConfig.class
BuildConfig.java
package android.support.test.espresso.intent
public final android.support.test.espresso.intent.BuildConfig extends java.lang.Object {
	public static final boolean DEBUG
	public static final String APPLICATION_ID
	public static final String BUILD_TYPE
	public static final String FLAVOR
	public static final int VERSION_CODE
	public static final String VERSION_NAME
	public void  () 
}

android/support/test/espresso/intent/ResolvedIntent.class
ResolvedIntent.java
package android.support.test.espresso.intent
public abstract android.support.test.espresso.intent.ResolvedIntent extends java.lang.Object {
	public abstract boolean canBeHandledBy (java.lang.String) 
	public abstract android.content.Intent getIntent () 
}

android/support/test/espresso/intent/ResettingStubber.class
ResettingStubber.java
package android.support.test.espresso.intent
public abstract android.support.test.espresso.intent.ResettingStubber extends java.lang.Object implements android.support.test.runner.intent.IntentStubber  {
	public abstract void setActivityResultForIntent (org.hamcrest.Matcher, android.app.Instrumentation$ActivityResult) 
	public abstract void initialize () 
	public abstract boolean isInitialized () 
	public abstract void reset () 
}

android/support/test/espresso/intent/Intents$2.class
Intents.java
package android.support.test.espresso.intent
final android.support.test.espresso.intent.Intents$2 extends java.lang.Object implements android.support.test.espresso.ViewAssertion  {
	final org.hamcrest.Matcher val$matcher
	final android.support.test.espresso.intent.VerificationMode val$verificationMode
	void  (org.hamcrest.Matcher, android.support.test.espresso.intent.VerificationMode) 
	public void check (android.view.View, android.support.test.espresso.NoMatchingViewException) 
		android.view.View view
		android.support.test.espresso.NoMatchingViewException noViewFoundException
}

android/support/test/espresso/intent/VerificationMode.class
VerificationMode.java
package android.support.test.espresso.intent
public abstract android.support.test.espresso.intent.VerificationMode extends java.lang.Object {
	public abstract void verify (org.hamcrest.Matcher, java.util.List) 
}

android/support/test/espresso/intent/VerifiableIntentImpl.class
VerifiableIntentImpl.java
package android.support.test.espresso.intent
final android.support.test.espresso.intent.VerifiableIntentImpl extends java.lang.Object implements android.support.test.espresso.intent.VerifiableIntent  {
	private final android.support.test.espresso.intent.ResolvedIntent resolvedIntent
	private boolean hasBeenVerified
	public void  (android.support.test.espresso.intent.ResolvedIntent) 
		android.support.test.espresso.intent.ResolvedIntent resolvedIntent
	public boolean canBeHandledBy (java.lang.String) 
		String appPackage
	public android.content.Intent getIntent () 
	public boolean hasBeenVerified () 
	public void markAsVerified () 
	public java.lang.String toString () 
}

android/support/test/espresso/intent/Checks.class
Checks.java
package android.support.test.espresso.intent
public final android.support.test.espresso.intent.Checks extends java.lang.Object {
	private void  () 
	public static java.lang.Object checkNotNull (java.lang.Object) 
		Object reference
	public static java.lang.Object checkNotNull (java.lang.Object, java.lang.Object) 
		Object reference
		Object errorMessage
	public static transient java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object[]) 
		Object reference
		String errorMessageTemplate
		Object[] errorMessageArgs
	public static void checkArgument (boolean) 
		boolean expression
	public static void checkArgument (boolean, java.lang.Object) 
		boolean expression
		Object errorMessage
	public static transient void checkArgument (boolean, java.lang.String, java.lang.Object[]) 
		boolean expression
		String errorMessageTemplate
		Object[] errorMessageArgs
	public static transient void checkState (boolean, java.lang.String, java.lang.Object[]) 
		boolean expression
		String errorMessageTemplate
		Object[] errorMessageArgs
	private static transient java.lang.String format (java.lang.String, java.lang.Object[]) 
		int placeholderStart
		String template
		Object[] args
		StringBuilder builder
		int templateStart
		int i
}

android/support/test/espresso/intent/Intents.class
Intents.java
package android.support.test.espresso.intent
public final android.support.test.espresso.intent.Intents extends java.lang.Object {
	private static android.support.test.espresso.intent.Intents defaultInstance
	private static final java.util.List recordedIntents
	private static boolean isInitialized
	private final android.support.test.espresso.intent.ResettingStubber resettingStubber
	private final android.support.test.runner.intent.IntentCallback intentCallback
	private android.support.test.runner.intent.IntentMonitor intentMonitor
	private static android.app.Instrumentation instrumentation
	void  (android.support.test.espresso.intent.ResettingStubber) 
		android.support.test.espresso.intent.ResettingStubber resettingStubber
	public static void init () 
		android.support.test.espresso.intent.ResettingStubber resettingStubber
	public static void release () 
	public static android.support.test.espresso.intent.OngoingStubbing intending (org.hamcrest.Matcher) 
		org.hamcrest.Matcher matcher
	public static void intended (org.hamcrest.Matcher) 
		org.hamcrest.Matcher matcher
	public static void intended (org.hamcrest.Matcher, android.support.test.espresso.intent.VerificationMode) 
		org.hamcrest.Matcher matcher
		android.support.test.espresso.intent.VerificationMode verificationMode
		android.app.Instrumentation instrumentation
	public static android.support.test.espresso.intent.VerificationMode times (int) 
		int times
	public static void assertNoUnverifiedIntents () 
	private static boolean resumedActivitiesExist (android.app.Instrumentation) 
		InterruptedException e
		java.util.concurrent.ExecutionException e
		android.app.Instrumentation instrumentation
		java.util.concurrent.FutureTask checkResumed
	void internalInit () 
	android.support.test.espresso.intent.OngoingStubbing internalIntending (org.hamcrest.Matcher) 
		org.hamcrest.Matcher matcher
	void internalRelease () 
	void internalIntended (org.hamcrest.Matcher, android.support.test.espresso.intent.VerificationMode, java.util.List) 
		org.hamcrest.Matcher matcher
		android.support.test.espresso.intent.VerificationMode verificationMode
		java.util.List intents
	static android.support.test.espresso.intent.ResettingStubber access$000 (android.support.test.espresso.intent.Intents) 
		android.support.test.espresso.intent.Intents x0
	static java.util.List access$100 () 
	static android.support.test.espresso.intent.Intents access$200 () 
	static void  () 
}

android/support/test/espresso/intent/Intents$4.class
Intents.java
package android.support.test.espresso.intent
final android.support.test.espresso.intent.Intents$4 extends java.lang.Object implements java.util.concurrent.Callable  {
	void  () 
	public java.lang.Boolean call ()  throws java.lang.Exception 
		android.support.test.runner.lifecycle.ActivityLifecycleMonitor monitor
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

android/support/test/espresso/intent/Intents$5.class
Intents.java
package android.support.test.espresso.intent
 android.support.test.espresso.intent.Intents$5 extends java.lang.Object implements java.lang.Runnable  {
	final android.support.test.espresso.intent.Intents this$0
	void  (android.support.test.espresso.intent.Intents) 
	public void run () 
}

android/support/test/espresso/intent/Intents$3.class
Intents.java
package android.support.test.espresso.intent
final android.support.test.espresso.intent.Intents$3 extends java.lang.Object implements java.lang.Runnable  {
	final org.hamcrest.Matcher val$matcher
	final android.support.test.espresso.intent.VerificationMode val$verificationMode
	void  (org.hamcrest.Matcher, android.support.test.espresso.intent.VerificationMode) 
	public void run () 
}

android/support/test/espresso/intent/VerificationModes$Times.class
VerificationModes.java
package android.support.test.espresso.intent
final android.support.test.espresso.intent.VerificationModes$Times extends java.lang.Object implements android.support.test.espresso.intent.VerificationMode  {
	private final int times
	public void  (int) 
		int times
	public void verify (org.hamcrest.Matcher, java.util.List) 
		android.support.test.espresso.intent.VerifiableIntent verifiableIntent
		java.util.Iterator i$
		android.support.test.espresso.intent.VerifiableIntent verifiableIntent
		java.util.Iterator i$
		org.hamcrest.Matcher matcher
		java.util.List recordedIntents
		java.util.List matchedIntents
		int matches
}

android/support/test/espresso/intent/VerificationModes$1.class
VerificationModes.java
package android.support.test.espresso.intent
 android.support.test.espresso.intent.VerificationModes$1 extends java.lang.Object {
}

android/support/test/espresso/intent/VerificationModes.class
VerificationModes.java
package android.support.test.espresso.intent
public final android.support.test.espresso.intent.VerificationModes extends java.lang.Object {
	public static android.support.test.espresso.intent.VerificationMode noUnverifiedIntents () 
	public static android.support.test.espresso.intent.VerificationMode times (int) 
		int times
	private static java.lang.String joinOnDash (java.util.List) 
		android.support.test.espresso.intent.VerifiableIntent i
		java.util.Iterator i$
		java.util.List recordedIntents
		StringBuilder sb
	private void  () 
	static java.lang.String access$100 (java.util.List) 
		java.util.List x0
}

android/support/test/espresso/intent/ResolvedIntentImpl.class
ResolvedIntentImpl.java
package android.support.test.espresso.intent
 android.support.test.espresso.intent.ResolvedIntentImpl extends android.content.Intent implements android.support.test.espresso.intent.ResolvedIntent  {
	private final java.util.List possibleResolutions
	void  (android.content.Intent, java.util.List) 
		android.content.Intent intent
		java.util.List possibleResolutions
	public final boolean canBeHandledBy (java.lang.String) 
		String pkg
		java.util.Iterator i$
		String appPackage
	public android.content.Intent getIntent () 
	public java.lang.String toString () 
		StringBuilder sb
		android.os.Bundle extrasBundle
	private java.util.List getPossibleResolutionPackages () 
		android.content.pm.ResolveInfo info
		java.util.Iterator i$
		java.util.List packages
}

android/support/test/espresso/intent/OngoingStubbing$1.class
OngoingStubbing.java
package android.support.test.espresso.intent
 android.support.test.espresso.intent.OngoingStubbing$1 extends java.lang.Object implements java.lang.Runnable  {
	final android.app.Instrumentation$ActivityResult val$result
	final android.support.test.espresso.intent.OngoingStubbing this$0
	void  (android.support.test.espresso.intent.OngoingStubbing, android.app.Instrumentation$ActivityResult) 
	public void run () 
}

android/support/test/espresso/intent/VerifiableIntent.class
VerifiableIntent.java
package android.support.test.espresso.intent
public abstract android.support.test.espresso.intent.VerifiableIntent extends java.lang.Object implements android.support.test.espresso.intent.ResolvedIntent  {
	public abstract boolean hasBeenVerified () 
	public abstract void markAsVerified () 
}

android/support/test/espresso/intent/OngoingStubbing.class
OngoingStubbing.java
package android.support.test.espresso.intent
public final android.support.test.espresso.intent.OngoingStubbing extends java.lang.Object {
	private final org.hamcrest.Matcher matcher
	private final android.support.test.espresso.intent.ResettingStubber resettingStubber
	private final android.app.Instrumentation instrumentation
	void  (org.hamcrest.Matcher, android.support.test.espresso.intent.ResettingStubber, android.app.Instrumentation) 
		org.hamcrest.Matcher matcher
		android.support.test.espresso.intent.ResettingStubber resettingStubber
		android.app.Instrumentation instrumentation
	public void respondWith (android.app.Instrumentation$ActivityResult) 
		android.app.Instrumentation$ActivityResult result
	static org.hamcrest.Matcher access$000 (android.support.test.espresso.intent.OngoingStubbing) 
		android.support.test.espresso.intent.OngoingStubbing x0
	static android.support.test.espresso.intent.ResettingStubber access$100 (android.support.test.espresso.intent.OngoingStubbing) 
		android.support.test.espresso.intent.OngoingStubbing x0
}

android/support/test/espresso/intent/ResettingStubberImpl.class
ResettingStubberImpl.java
package android.support.test.espresso.intent
public final android.support.test.espresso.intent.ResettingStubberImpl extends java.lang.Object implements android.support.test.espresso.intent.ResettingStubber  {
	private java.util.List intentResponsePairs
	private android.content.pm.PackageManager packageManager
	private boolean isInitialized
	public void  () 
	public void initialize () 
	public boolean isInitialized () 
	public void reset () 
	public void setActivityResultForIntent (org.hamcrest.Matcher, android.app.Instrumentation$ActivityResult) 
		org.hamcrest.Matcher matcher
		android.app.Instrumentation$ActivityResult result
	public android.app.Instrumentation$ActivityResult getActivityResultForIntent (android.content.Intent) 
		android.util.Pair pair
		android.content.Intent intent
		java.util.ListIterator reverseIterator
	android.support.test.espresso.intent.ResolvedIntent resolveIntent (android.content.Intent) 
		android.content.Intent intent
		java.util.List resolveInfos
	private static void checkMain () 
}

android/support/test/espresso/intent/VerificationModes$NoUnverifiedIntents.class
VerificationModes.java
package android.support.test.espresso.intent
final android.support.test.espresso.intent.VerificationModes$NoUnverifiedIntents extends java.lang.Object implements android.support.test.espresso.intent.VerificationMode  {
	private void  () 
	public void verify (org.hamcrest.Matcher, java.util.List) 
		android.support.test.espresso.intent.VerifiableIntent verifiableIntent
		java.util.Iterator i$
		org.hamcrest.Matcher matcher
		java.util.List recordedIntents
		java.util.List unverifiedIntents
	void  (android.support.test.espresso.intent.VerificationModes$1) 
		android.support.test.espresso.intent.VerificationModes$1 x0
}

android/support/test/espresso/intent/Intents$1.class
Intents.java
package android.support.test.espresso.intent
 android.support.test.espresso.intent.Intents$1 extends java.lang.Object implements android.support.test.runner.intent.IntentCallback  {
	final android.support.test.espresso.intent.Intents this$0
	void  (android.support.test.espresso.intent.Intents) 
	public void onIntentSent (android.content.Intent) 
		android.content.Intent intent
}

android/support/test/espresso/intent/rule/
android/support/test/espresso/intent/rule/IntentsTestRule.class
IntentsTestRule.java
package android.support.test.espresso.intent.rule
public android.support.test.espresso.intent.rule.IntentsTestRule extends android.support.test.rule.ActivityTestRule {
	public void  (java.lang.Class) 
		Class activityClass
	public void  (java.lang.Class, boolean) 
		Class activityClass
		boolean initialTouchMode
	public void  (java.lang.Class, boolean, boolean) 
		Class activityClass
		boolean initialTouchMode
		boolean launchActivity
	protected void afterActivityLaunched () 
	protected void afterActivityFinished () 
}

android/support/test/espresso/intent/matcher/
android/support/test/espresso/intent/matcher/BundleMatchers$BundleMatcher.class
BundleMatchers.java
package android.support.test.espresso.intent.matcher
 android.support.test.espresso.intent.matcher.BundleMatchers$BundleMatcher extends org.hamcrest.TypeSafeMatcher {
	private final org.hamcrest.Matcher keyMatcher
	private final org.hamcrest.Matcher valueMatcher
	void  (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
		org.hamcrest.Matcher valueMatcher
	public boolean matchesSafely (android.os.Bundle) 
		String key
		java.util.Iterator i$
		android.os.Bundle bundle
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers$7.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$7 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$typeMatcher
	void  (org.hamcrest.Matcher) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/ComponentNameMatchers.class
ComponentNameMatchers.java
package android.support.test.espresso.intent.matcher
public final android.support.test.espresso.intent.matcher.ComponentNameMatchers extends java.lang.Object {
	private void  () 
	public static org.hamcrest.Matcher hasClassName (java.lang.String) 
		String className
	public static org.hamcrest.Matcher hasClassName (org.hamcrest.Matcher) 
		org.hamcrest.Matcher classNameMatcher
	public static org.hamcrest.Matcher hasPackageName (java.lang.String) 
		String packageName
	public static org.hamcrest.Matcher hasPackageName (org.hamcrest.Matcher) 
		org.hamcrest.Matcher packageNameMatcher
	public static org.hamcrest.Matcher hasShortClassName (java.lang.String) 
		String shortClassName
	public static org.hamcrest.Matcher hasShortClassName (org.hamcrest.Matcher) 
		org.hamcrest.Matcher shortClassNameMatcher
	public static org.hamcrest.Matcher hasMyPackageName () 
}

android/support/test/espresso/intent/matcher/IntentMatchers$10.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$10 extends org.hamcrest.TypeSafeMatcher {
	final int val$flags
	void  (int) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
		int intentFlags
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/ComponentNameMatchers$ComponentMatcher.class
ComponentNameMatchers.java
package android.support.test.espresso.intent.matcher
 android.support.test.espresso.intent.matcher.ComponentNameMatchers$ComponentMatcher extends org.hamcrest.TypeSafeMatcher {
	private org.hamcrest.Matcher classNameMatcher
	private org.hamcrest.Matcher packageNameMatcher
	private org.hamcrest.Matcher shortClassNameMatcher
	private void  (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher classNameMatcher
		org.hamcrest.Matcher packageNameMatcher
		org.hamcrest.Matcher shortClassNameMatcher
	public boolean matchesSafely (android.content.ComponentName) 
		android.content.ComponentName componentName
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
	void  (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, android.support.test.espresso.intent.matcher.ComponentNameMatchers$1) 
		org.hamcrest.Matcher x0
		org.hamcrest.Matcher x1
		org.hamcrest.Matcher x2
		android.support.test.espresso.intent.matcher.ComponentNameMatchers$1 x3
}

android/support/test/espresso/intent/matcher/IntentMatchers$5.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$5 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$uriMatcher
	void  (org.hamcrest.Matcher) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers$6.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$6 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$bundleMatcher
	void  (org.hamcrest.Matcher) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/UriMatchers$6.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.UriMatchers$6 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$schemeMatcher
	void  (org.hamcrest.Matcher) 
	public boolean matchesSafely (android.net.Uri) 
		android.net.Uri uri
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers$8.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$8 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$packageMatcher
	void  (org.hamcrest.Matcher) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/UriMatchers$7.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.UriMatchers$7 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$schemeMatcher
	final org.hamcrest.Matcher val$schemeSpecificPartMatcher
	void  (org.hamcrest.Matcher, org.hamcrest.Matcher) 
	public boolean matchesSafely (android.net.Uri) 
		android.net.Uri uri
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/UriMatchers$3.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.UriMatchers$3 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$pathName
	void  (org.hamcrest.Matcher) 
	public boolean matchesSafely (android.net.Uri) 
		android.net.Uri uri
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers$1.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$1 extends org.hamcrest.TypeSafeMatcher {
	void  () 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/UriMatchers$5.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.UriMatchers$5 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$paramName
	final org.hamcrest.Matcher val$valMatcher
	final org.hamcrest.Matcher val$paramVal
	void  (java.lang.Class, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		Class x0
	public boolean matchesSafely (android.support.test.espresso.intent.matcher.UriMatchers$QueryParamEntry) 
		android.support.test.espresso.intent.matcher.UriMatchers$QueryParamEntry qpe
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
public final android.support.test.espresso.intent.matcher.IntentMatchers extends java.lang.Object {
	private void  () 
	public static org.hamcrest.Matcher anyIntent () 
	public static org.hamcrest.Matcher hasAction (java.lang.String) 
		String action
	public static org.hamcrest.Matcher hasAction (org.hamcrest.Matcher) 
		org.hamcrest.Matcher actionMatcher
	public static org.hamcrest.Matcher hasCategories (java.util.Set) 
		java.util.Set categories
	public static org.hamcrest.Matcher hasCategories (org.hamcrest.Matcher) 
		org.hamcrest.Matcher categoriesMatcher
	public static org.hamcrest.Matcher hasComponent (java.lang.String) 
		String className
	public static org.hamcrest.Matcher hasComponent (android.content.ComponentName) 
		android.content.ComponentName componentName
	public static org.hamcrest.Matcher hasComponent (org.hamcrest.Matcher) 
		org.hamcrest.Matcher componentMatcher
	public static org.hamcrest.Matcher hasData (java.lang.String) 
		String uri
	public static org.hamcrest.Matcher hasData (android.net.Uri) 
		android.net.Uri uri
	public static org.hamcrest.Matcher hasData (org.hamcrest.Matcher) 
		org.hamcrest.Matcher uriMatcher
	public static org.hamcrest.Matcher hasExtraWithKey (java.lang.String) 
		String key
	public static org.hamcrest.Matcher hasExtraWithKey (org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
	public static org.hamcrest.Matcher hasExtra (java.lang.String, java.lang.Object) 
		String key
		Object value
	public static org.hamcrest.Matcher hasExtra (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasExtras (org.hamcrest.Matcher) 
		org.hamcrest.Matcher bundleMatcher
	public static org.hamcrest.Matcher hasType (java.lang.String) 
		String type
	public static org.hamcrest.Matcher hasType (org.hamcrest.Matcher) 
		org.hamcrest.Matcher typeMatcher
	public static org.hamcrest.Matcher hasPackage (org.hamcrest.Matcher) 
		org.hamcrest.Matcher packageMatcher
	public static org.hamcrest.Matcher hasPackage (java.lang.String) 
		String packageName
	public static org.hamcrest.Matcher toPackage (java.lang.String) 
		String packageName
	public static org.hamcrest.Matcher hasFlag (int) 
		int flag
	public static transient org.hamcrest.Matcher hasFlags (int[]) 
		int i
		int[] arr$
		int len$
		int i$
		int[] flags
		int allFlags
	public static org.hamcrest.Matcher hasFlags (int) 
		int flags
	public static org.hamcrest.Matcher isInternal () 
		android.content.Context targetContext
}

android/support/test/espresso/intent/matcher/UriMatchers$QueryParamEntry.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
 android.support.test.espresso.intent.matcher.UriMatchers$QueryParamEntry extends java.lang.Object {
	String paramName
	Iterable paramVals
	public void  (java.lang.String, java.lang.Iterable) 
		String paramName
		Iterable paramVals
}

android/support/test/espresso/intent/matcher/UriMatchers$SchemeParamValue.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
 android.support.test.espresso.intent.matcher.UriMatchers$SchemeParamValue extends java.lang.Object {
	String schemeName
	String schemeVals
	public void  (java.lang.String, java.lang.String) 
		String schemeName
		String schemeVals
}

android/support/test/espresso/intent/matcher/IntentMatchers$9.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$9 extends org.hamcrest.TypeSafeMatcher {
	final String val$packageName
	void  (java.lang.String) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/BundleMatchers.class
BundleMatchers.java
package android.support.test.espresso.intent.matcher
public final android.support.test.espresso.intent.matcher.BundleMatchers extends java.lang.Object {
	private void  () 
	public static org.hamcrest.Matcher hasEntry (java.lang.String, java.lang.Object) 
		String key
		Object value
	public static org.hamcrest.Matcher hasEntry (java.lang.String, org.hamcrest.Matcher) 
		String key
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasEntry (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasKey (java.lang.String) 
		String key
	public static org.hamcrest.Matcher hasKey (org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
	public static org.hamcrest.Matcher hasValue (java.lang.Object) 
		Object value
	public static org.hamcrest.Matcher hasValue (org.hamcrest.Matcher) 
		org.hamcrest.Matcher valueMatcher
}

android/support/test/espresso/intent/matcher/UriMatchers$2.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.UriMatchers$2 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$paramName
	void  (org.hamcrest.Matcher) 
	public boolean matchesSafely (android.net.Uri) 
		android.net.Uri uri
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers$3.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$3 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$categoriesMatcher
	void  (org.hamcrest.Matcher) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/UriMatchers$4.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.UriMatchers$4 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$matcherImpl
	final org.hamcrest.Matcher val$paramName
	final org.hamcrest.Matcher val$paramVal
	void  (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
	public boolean matchesSafely (android.net.Uri) 
		String name
		java.util.Iterator i$
		android.net.Uri uri
		java.util.List qpes
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/UriMatchers$1.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.UriMatchers$1 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$hostMatcher
	void  (org.hamcrest.Matcher) 
	public boolean matchesSafely (android.net.Uri) 
		android.net.Uri uri
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/ComponentNameMatchers$1.class
ComponentNameMatchers.java
package android.support.test.espresso.intent.matcher
 android.support.test.espresso.intent.matcher.ComponentNameMatchers$1 extends java.lang.Object {
}

android/support/test/espresso/intent/matcher/IntentMatchers$2.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$2 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$actionMatcher
	void  (org.hamcrest.Matcher) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers$11.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$11 extends org.hamcrest.TypeSafeMatcher {
	final android.content.Context val$targetContext
	void  (android.content.Context) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
		android.content.ComponentName component
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/IntentMatchers$4.class
IntentMatchers.java
package android.support.test.espresso.intent.matcher
final android.support.test.espresso.intent.matcher.IntentMatchers$4 extends org.hamcrest.TypeSafeMatcher {
	final org.hamcrest.Matcher val$componentMatcher
	void  (org.hamcrest.Matcher) 
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public boolean matchesSafely (android.content.Intent) 
		android.content.Intent intent
	public volatile boolean matchesSafely (java.lang.Object) 
}

android/support/test/espresso/intent/matcher/UriMatchers.class
UriMatchers.java
package android.support.test.espresso.intent.matcher
public final android.support.test.espresso.intent.matcher.UriMatchers extends java.lang.Object {
	private void  () 
	static java.util.Set getQueryParameterNames (android.net.Uri) 
		int next
		int end
		int separator
		String name
		android.net.Uri uri
		String query
		java.util.Set names
		int start
	public static org.hamcrest.Matcher hasHost (java.lang.String) 
		String host
	public static org.hamcrest.Matcher hasHost (org.hamcrest.Matcher) 
		org.hamcrest.Matcher hostMatcher
	public static org.hamcrest.Matcher hasParamWithName (java.lang.String) 
		String paramName
	public static org.hamcrest.Matcher hasParamWithName (org.hamcrest.Matcher) 
		org.hamcrest.Matcher paramName
	public static org.hamcrest.Matcher hasPath (java.lang.String) 
		String pathName
	public static org.hamcrest.Matcher hasPath (org.hamcrest.Matcher) 
		org.hamcrest.Matcher pathName
	public static org.hamcrest.Matcher hasParamWithValue (java.lang.String, java.lang.String) 
		String paramName
		String paramVal
	public static org.hamcrest.Matcher hasParamWithValue (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher paramName
		org.hamcrest.Matcher paramVal
		org.hamcrest.Matcher qpe
		org.hamcrest.Matcher matcherImpl
	private static org.hamcrest.Matcher queryParamEntry (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher paramName
		org.hamcrest.Matcher paramVal
		org.hamcrest.Matcher valMatcher
	public static org.hamcrest.Matcher hasScheme (java.lang.String) 
		String scheme
	public static org.hamcrest.Matcher hasScheme (org.hamcrest.Matcher) 
		org.hamcrest.Matcher schemeMatcher
	public static org.hamcrest.Matcher hasSchemeSpecificPart (java.lang.String, java.lang.String) 
		String scheme
		String schemeSpecificPart
	public static org.hamcrest.Matcher hasSchemeSpecificPart (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher schemeMatcher
		org.hamcrest.Matcher schemeSpecificPartMatcher
}