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

  /external/chromium_org/build/android/gyp/
apk_install.py 26 def GetNewMetadata(device, apk_package):
27 """Gets the metadata on the device for the apk_package apk."""
32 apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?.apk$' % apk_package, s)
36 def HasInstallMetadataChanged(device, apk_package, metadata_path):
37 """Checks if the metadata on the device for apk_package has changed."""
42 return expected_file.read() != device.GetInstallMetadata(apk_package)
45 def RecordInstallMetadata(device, apk_package, metadata_path):
46 """Records the metadata from the device for apk_package."""
47 metadata = GetNewMetadata(device, apk_package)
73 apk_package = apk_helper.GetPackageName(options.apk_path
    [all...]
create_device_library_links.py 61 apk_package = apk_helper.GetPackageName(options.apk)
62 apk_libraries_dir = '/data/data/%s/lib' % apk_package
  /external/chromium_org/build/android/
adb_install_apk.py 26 option_parser.add_option('--apk_package',
47 apk_path, apk_package, keep_data, device = args
49 apk_path, keep_data, apk_package)
65 if not options.apk_package:
66 options.apk_package = apk_helper.GetPackageName(options.apk)
69 # Send a tuple (apk_path, apk_package, device) per device.
71 [options.apk_package] * len(devices),
  /external/chromium_org/build/android/gyp/util/
build_device.py 43 def GetInstallMetadata(self, apk_package):
44 """Gets the metadata on the device for the apk_package apk."""
50 apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?.apk$' % apk_package, s)
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 33 # apk_package: package for the apk to be installed.
40 'name', 'apk', 'apk_package', 'test_apk', 'test_data', 'host_driven_root',
43 def I(name, apk, apk_package, test_apk, test_data, host_driven_root=None,
45 return I_TEST(name, apk, apk_package, test_apk, test_data, host_driven_root,
139 args = ['--apk', test.apk, '--apk_package', test.apk_package]

Completed in 67 milliseconds