[go: nahoru, domu]

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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java101 private List<ActivityMonitor> mActivityMonitors;
437 * <p>An ActivityMonitor can also be used to look for the creation of an
441 public static class ActivityMonitor { class in class:Instrumentation
455 * Create a new ActivityMonitor that looks for a particular kind of
467 public ActivityMonitor( method in class:Instrumentation.ActivityMonitor
476 * Create a new ActivityMonitor that looks for a specific activity
488 public ActivityMonitor( method in class:Instrumentation.ActivityMonitor
497 * Retrieve the filter associated with this ActivityMonitor.
504 * Retrieve the result associated with this ActivityMonitor, or null if
611 * Add a new {@link ActivityMonitor} tha
[all...]

Completed in 35 milliseconds