Searched refs:ActivityMonitor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DInstrumentation.java86 private List<ActivityMonitor> mActivityMonitors;
413 * <p>An ActivityMonitor can also be used to look for the creation of an
417 public static class ActivityMonitor { class in class:Instrumentation
431 * Create a new ActivityMonitor that looks for a particular kind of
443 public ActivityMonitor( method in class:Instrumentation.ActivityMonitor
452 * Create a new ActivityMonitor that looks for a specific activity
464 public ActivityMonitor( method in class:Instrumentation.ActivityMonitor
473 * Retrieve the filter associated with this ActivityMonitor.
480 * Retrieve the result associated with this ActivityMonitor, or null if
587 * Add a new {@link ActivityMonitor} tha
[all...]

Completed in 50 milliseconds