HomeSort by relevance Sort by last modified time
    Searched refs:apk (Results 151 - 175 of 193) sorted by null

1 2 3 4 5 67 8

  /packages/apps/Launcher3/tests/stress/
Android.mk 18 # We only want this apk build for tests.
  /packages/apps/Mms/tests/
Android.mk 18 # We only want this apk build for tests.
  /packages/apps/Mms/tests/SmsAutoReply/
Android.mk 18 # We only want this apk build for tests.
  /packages/apps/Nfc/tests/
Android.mk 18 # We only want this apk build for tests.
  /packages/apps/UnifiedEmail/tests/
Android.mk 24 # We only want this apk build for tests.
  /packages/inputmethods/LatinIME/tests/
Android.mk 18 # We only want this apk build for tests.
  /build/core/tasks/
cts.mk 43 CTS_CORE_CASES := $(foreach pkg,$(CTS_CORE_CASE_LIST),$(call intermediates-dir-for,APPS,$(pkg))/package.apk)
49 CTS_TEST_CASE_LIST_FILES := $(foreach c, $(CTS_TEST_CASE_LIST), $(call intermediates-dir-for,APPS,$(c))/package.apk)
63 $(foreach apk,$(CTS_CASE_LIST),$(call copy-testcase-apk,$(apk)))
207 define copy-testcase-apk
209 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk \
210 $(PRIVATE_DIR)/repository/testcases/$(1).apk
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 61 <resources xmlns:android="http://schemas.android.com/apk/res/android">
android_xml.py 28 <resources xmlns:android="http://schemas.android.com/apk/res/android">
102 'xmlns:android="http://schemas.android.com/apk/res/android">\n')
  /build/core/
static_java_library.mk 93 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
pdk_config.mk 58 target/common/obj/APPS/framework-res_intermediates/package-export.apk \
134 # needs explicit dependency as package-export.apk is not explicitly pulled
137 target/common/obj/APPS/framework-res_intermediates/package-export.apk))
  /build/tools/releasetools/
sign_target_files_apks 18 Signs all the APK files in a target-files zipfile, producing a new
24 Add extra APK name/key pairs as though they appeared in
97 for apk, cert in certmap.iteritems():
98 certmap[apk] = OPTIONS.key_map.get(cert, cert)
101 for apk, cert in OPTIONS.extra_apks.iteritems():
104 certmap[apk] = OPTIONS.key_map.get(cert, cert)
114 if info.filename.endswith(".apk"):
122 print "empty string to not sign this apk)."
145 if i.filename.endswith('.apk')])
150 if info.filename.endswith(".apk")
    [all...]
  /external/chromium_org/build/android/gyp/
create_device_library_links.py 7 """Creates symlinks to native libraries for an APK.
10 options.target_dir). This script then creates links in an apk's lib/ folder to
62 apk_package = apk_helper.GetPackageName(options.apk)
85 parser.add_option('--apk', help='Path to the apk.')
101 required_options = ['apk', 'libraries_json', 'script_host_path',
  /cts/
CtsBuild.mk 48 $(foreach pkg,$(1),$(CTS_TESTCASES_OUT)/$(pkg).apk)
  /device/sample/apps/SampleEmailPolicy/
Android.mk 20 # system to create "MyDeviceEmailPolicy.apk". You must then add this to the appropriate product.mk
21 # file for your device, to include the APK file in your system image.
  /external/objenesis/
Android.mk 57 # adb install -r out/target/product/generic/data/app/ObjenesisTck.apk
  /frameworks/base/packages/WAPPushManager/tests/
Android.mk 18 # We only want this apk build for tests.
  /packages/apps/CellBroadcastReceiver/tests/
Android.mk 18 # We only want this apk build for tests.
32 # Apk must be signed with platform signature in order to send test broadcasts.
  /packages/apps/Exchange/
Android.mk 49 # additionally, build unit tests in a separate .apk
  /packages/apps/Gallery2/
Android.mk 37 # the libraries in the APK, otherwise just put them in /system/lib and
38 # leave them out of the APK
53 # Use the following include to make gallery test apk
  /packages/inputmethods/LatinIME/java/
Android.mk 26 # We want to package libjni_latinime.so into the apk.
  /development/build/
Android.mk 44 # We also need to depend on framework-res.apk, in order to pull the
54 framework_res_package := $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
  /development/testrunner/
create_test.py 53 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 276 """Install an apk on the device.
279 apk_path: Host path to the APK file.
317 def Backup(self, path, packages=None, apk=False, shared=False,
325 apk: (optional) If set include the .apk files in the archive.
334 if apk:
335 cmd.append('-apk')
  /packages/apps/Email/
Android.mk 60 # additionally, build unit tests in a separate .apk

Completed in 835 milliseconds

1 2 3 4 5 67 8