LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
android_env/__init__.py
android_env/env_interface.py
android_env/environment.py
android_env/environment_test.py
android_env/loader.py
android_env/loader_test.py
android_env.egg-info/PKG-INFO
android_env.egg-info/SOURCES.txt
android_env.egg-info/dependency_links.txt
android_env.egg-info/requires.txt
android_env.egg-info/top_level.txt
android_env/components/__init__.py
android_env/components/action_fns.py
android_env/components/action_fns_test.py
android_env/components/action_type.py
android_env/components/adb_call_parser.py
android_env/components/adb_call_parser_test.py
android_env/components/adb_controller.py
android_env/components/adb_controller_test.py
android_env/components/adb_log_stream.py
android_env/components/adb_log_stream_test.py
android_env/components/app_screen_checker.py
android_env/components/app_screen_checker_test.py
android_env/components/config_classes.py
android_env/components/coordinator.py
android_env/components/coordinator_test.py
android_env/components/device_settings.py
android_env/components/device_settings_test.py
android_env/components/dumpsys_thread.py
android_env/components/dumpsys_thread_test.py
android_env/components/errors.py
android_env/components/errors_test.py
android_env/components/log_stream.py
android_env/components/log_stream_test.py
android_env/components/logcat_thread.py
android_env/components/logcat_thread_test.py
android_env/components/pixel_fns.py
android_env/components/pixel_fns_test.py
android_env/components/setup_step_interpreter.py
android_env/components/setup_step_interpreter_test.py
android_env/components/specs.py
android_env/components/specs_test.py
android_env/components/task_manager.py
android_env/components/task_manager_test.py
android_env/components/a11y/__init__.py
android_env/components/a11y/a11y_events.py
android_env/components/a11y/a11y_events_test.py
android_env/components/a11y/a11y_forests.py
android_env/components/a11y/a11y_forests_test.py
android_env/components/a11y/a11y_servicer.py
android_env/components/a11y/a11y_servicer_test.py
android_env/components/simulators/__init__.py
android_env/components/simulators/base_simulator.py
android_env/components/simulators/base_simulator_test.py
android_env/components/simulators/emulator/__init__.py
android_env/components/simulators/emulator/emulator_launcher.py
android_env/components/simulators/emulator/emulator_launcher_test.py
android_env/components/simulators/emulator/emulator_simulator.py
android_env/components/simulators/emulator/emulator_simulator_test.py
android_env/components/simulators/fake/__init__.py
android_env/components/simulators/fake/fake_simulator.py
android_env/components/simulators/fake/fake_simulator_test.py
android_env/proto/__init__.py
android_env/proto/adb.proto
android_env/proto/emulator_controller.proto
android_env/proto/snapshot.proto
android_env/proto/snapshot_service.proto
android_env/proto/state.proto
android_env/proto/task.proto
android_env/proto/a11y/__init__.py
android_env/proto/a11y/a11y.proto
android_env/proto/a11y/android_accessibility_action.proto
android_env/proto/a11y/android_accessibility_forest.proto
android_env/proto/a11y/android_accessibility_node_info.proto
android_env/proto/a11y/android_accessibility_node_info_clickable_span.proto
android_env/proto/a11y/android_accessibility_tree.proto
android_env/proto/a11y/android_accessibility_window_info.proto
android_env/proto/a11y/rect.proto
android_env/wrappers/__init__.py
android_env/wrappers/a11y_grpc_wrapper.py
android_env/wrappers/a11y_grpc_wrapper_test.py
android_env/wrappers/base_wrapper.py
android_env/wrappers/base_wrapper_test.py
android_env/wrappers/discrete_action_wrapper.py
android_env/wrappers/discrete_action_wrapper_test.py
android_env/wrappers/flat_interface_wrapper.py
android_env/wrappers/flat_interface_wrapper_test.py
android_env/wrappers/float_pixels_wrapper.py
android_env/wrappers/float_pixels_wrapper_test.py
android_env/wrappers/gym_wrapper.py
android_env/wrappers/gym_wrapper_test.py
android_env/wrappers/image_rescale_wrapper.py
android_env/wrappers/image_rescale_wrapper_test.py
android_env/wrappers/last_action_wrapper.py
android_env/wrappers/last_action_wrapper_test.py
android_env/wrappers/rate_limit_wrapper.py
android_env/wrappers/rate_limit_wrapper_test.py
android_env/wrappers/tap_action_wrapper.py
android_env/wrappers/tap_action_wrapper_test.py