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

/external/chromium-trace/catapult/devil/devil/android/
H A Dapp_ui.py32 use an AppUi object (below) to grab an xml screenshot from a device and
115 Note: clients would usually call AppUi.GetUiNode or AppUi.WaitForUiNode
120 app = app_ui.AppUi(device, package='org.my.app')
129 is auto-completed with the package name specified in the AppUi constructor.
164 class AppUi(object): class in inherits:object
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dapp_ui.py32 use an AppUi object (below) to grab an xml screenshot from a device and
115 Note: clients would usually call AppUi.GetUiNode or AppUi.WaitForUiNode
120 app = app_ui.AppUi(device, package='org.my.app')
129 is auto-completed with the package name specified in the AppUi constructor.
164 class AppUi(object): class in inherits:object

Completed in 666 milliseconds