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
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
FilesJankPerfTest.java
39
import com.android.documentsui.bots.
DirectoryListBot
;
48
private
DirectoryListBot
mDirListBot;
56
mDirListBot = new
DirectoryListBot
(device, automation, context, BOT_TIMEOUT);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
Bots.java
39
public final
DirectoryListBot
directory;
52
directory = new
DirectoryListBot
(device, automation, context, TIMEOUT);
DirectoryListBot.java
53
public class
DirectoryListBot
extends Bots.BaseBot {
61
public
DirectoryListBot
(
Completed in 528 milliseconds