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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java87 private List<ActivityMonitor> mActivityMonitors;
420 * <p>An ActivityMonitor can also be used to look for the creation of an
424 public static class ActivityMonitor { class in class:Instrumentation
438 * Create a new ActivityMonitor that looks for a particular kind of
450 public ActivityMonitor( method in class:Instrumentation.ActivityMonitor
459 * Create a new ActivityMonitor that looks for a specific activity
471 public ActivityMonitor( method in class:Instrumentation.ActivityMonitor
480 * Retrieve the filter associated with this ActivityMonitor.
487 * Retrieve the result associated with this ActivityMonitor, or null if
594 * Add a new {@link ActivityMonitor} tha
[all...]

Completed in 108 milliseconds