Home
last modified time | relevance | path

Searched defs:toolType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DIntegratedDownloadsUiTest.java65 int toolType = Configurator.getInstance().getToolType(); in testDownload_RetryUnsuccessful() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java59 int toolType = Configurator.getInstance().getToolType(); in gestureSelectFiles() local
91 int toolType = Configurator.getInstance().getToolType(); in bandSelection() local
98 int toolType = Configurator.getInstance().getToolType(); in fingerSelection() local
DDirectoryListBot.java185 int toolType = Configurator.getInstance().getToolType(); in openDocument() local
386 int action, int buttonState, int toolType, int source, int x, int y) { in getTestMotionEvent()