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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java532 * returning the resulting activity or till the timeOut period expires.
533 * If the timeOut expires before the activity is started, return null.
535 * @param timeOut Time to wait before the activity is created.
539 public final Activity waitForActivityWithTimeout(long timeOut) { argument
543 wait(timeOut);
701 * @param timeOut The timeout value in secs.
705 public Activity waitForMonitorWithTimeout(ActivityMonitor monitor, long timeOut) { argument
706 Activity activity = monitor.waitForActivityWithTimeout(timeOut);

Completed in 391 milliseconds