HomeSort by relevance Sort by last modified time
    Searched refs:apk_helper (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 10 from pylib.utils import apk_helper namespace
21 self._package_name = apk_helper.GetPackageName(self._apk_path)
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 16 from pylib.utils import apk_helper namespace
73 package_name = apk_helper.GetPackageName(apk_path)
  /external/chromium_org/build/android/gyp/
apk_install.py 24 from pylib.utils import apk_helper namespace
79 apk_package = apk_helper.GetPackageName(options.apk_path)
create_device_library_links.py 25 from pylib.utils import apk_helper namespace
60 apk_package = apk_helper.GetPackageName(options.apk)
  /external/chromium_org/build/android/pylib/device/
device_utils.py 19 from pylib.utils import apk_helper namespace
255 package_name = apk_helper.GetPackageName(apk_path)
  /external/chromium_org/build/android/
test_runner.py 40 from pylib.utils import apk_helper namespace
289 options.test_runner = apk_helper.GetInstrumentationName(options.test_apk_path)

Completed in 106 milliseconds