Searched defs:adb_path (Results 1 – 2 of 2) sorted by relevance
/development/python-packages/adb/ |
D | device.py | 50 def get_devices(adb_path='adb'): argument 71 def _get_unique_device(product=None, adb_path='adb'): argument 78 def _get_device_by_serial(serial, product=None, adb_path='adb'): argument 85 def get_device(serial=None, product=None, adb_path='adb'): argument 116 def _get_device_by_type(flag, adb_path): argument 130 def get_usb_device(adb_path='adb'): argument 143 def get_emulator_device(adb_path='adb'): argument 232 def version(adb_path=None): argument 262 def __init__(self, serial, product=None, adb_path='adb'): argument
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 138 def __init__(self, adb_path=None, aapt_path=None, use_device=None, argument 166 def _resolve_adb(adb_path): argument
|