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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java539 * returning the resulting activity or till the timeOut period expires.
540 * If the timeOut expires before the activity is started, return null.
542 * @param timeOut Time to wait before the activity is created.
546 public final Activity waitForActivityWithTimeout(long timeOut) { argument
550 wait(timeOut);
708 * @param timeOut The timeout value in secs.
712 public Activity waitForMonitorWithTimeout(ActivityMonitor monitor, long timeOut) { argument
713 Activity activity = monitor.waitForActivityWithTimeout(timeOut);

Completed in 55 milliseconds