OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DirectoryListBot
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
FilesJankPerfTest.java
38
import com.android.documentsui.bots.
DirectoryListBot
;
47
private
DirectoryListBot
mDirListBot;
54
mDirListBot = new
DirectoryListBot
(device, context, BOT_TIMEOUT);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
ActivityTest.java
40
import com.android.documentsui.bots.
DirectoryListBot
;
175
public final
DirectoryListBot
directory;
181
this.directory = new
DirectoryListBot
(device, context, TIMEOUT);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DirectoryListBot.java
46
public class
DirectoryListBot
extends BaseBot {
52
public
DirectoryListBot
(UiDevice device, Context context, int timeout) {
Completed in 74 milliseconds