| __init__.py |
|
6920 |
- |
| adb.py |
ADBProcess encapsulates the data related to executing the adb process. |
187750 |
- |
| adb_android.py |
ADBAndroid functionality is now provided by ADBDevice. New callers
should use ADBDevice.
|
376 |
- |
| ios.py |
mozdevice.ios is an experimental, early stages abstraction layer for running
tests with Gecko on iOS devices. Currently this package only provides support
for running tests on simulator, and is not ready for general-purpose use. |
7247 |
- |
| remote_process_monitor.py |
RemoteProcessMonitor provides a convenient way to run a remote process,
dump its log file, and wait for it to end.
|
11376 |
- |
| version_codes.py |
VERSION CODES of the android releases.
See https://developer.android.com/reference/android/os/Build.VERSION_CODES.html.
|
1805 |
- |