OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRunningActivity
(Results
1 - 2
of
2
) sorted by null
/external/droiddriver/src/io/appium/droiddriver/util/
ActivityUtils.java
62
* is used, this method must be called appropriately, otherwise {@link #
getRunningActivity
} won't
69
/** Shorthand to {@link #
getRunningActivity
(long)} with {@code timeoutMillis=30_000}. */
70
public static Activity
getRunningActivity
() {
71
return
getRunningActivity
(30_000L);
79
public static Activity
getRunningActivity
(long timeoutMillis) {
/cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java
221
public Activity
getRunningActivity
() {
Completed in 1441 milliseconds