HomeSort by relevance Sort by last modified time
    Searched refs:APK (Results 26 - 47 of 47) sorted by null

12

  /cts/tests/tests/secure_element/access_control/AccessControlApp1/
Android.mk 47 LOCAL_BUILT_MODULE_STEM := package.apk
48 # Make sure the build system doesn't try to resign the APK
52 LOCAL_REPLACE_PREBUILT_APK_INSTALLED := $(LOCAL_PATH)/apk/signed-CtsSecureElementAccessControlTestCases1.apk
  /cts/tests/tests/secure_element/access_control/AccessControlApp2/
Android.mk 47 LOCAL_BUILT_MODULE_STEM := package.apk
48 # Make sure the build system doesn't try to resign the APK
52 LOCAL_REPLACE_PREBUILT_APK_INSTALLED := $(LOCAL_PATH)/apk/signed-CtsSecureElementAccessControlTestCases2.apk
  /cts/tests/tests/secure_element/access_control/AccessControlApp3/
Android.mk 47 LOCAL_BUILT_MODULE_STEM := package.apk
48 # Make sure the build system doesn't try to resign the APK
52 LOCAL_REPLACE_PREBUILT_APK_INSTALLED := $(LOCAL_PATH)/apk/signed-CtsSecureElementAccessControlTestCases3.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/autotest/client/common_lib/cros/
arc.py 234 def adb_install(apk, auto_grant_permissions=True):
235 """Install an apk into container. You must connect first.
237 @param apk: Package to install.
242 return adb_cmd('install -r -t %s %s' % (flags, apk), timeout=60*5)
245 def adb_uninstall(apk):
246 """Remove an apk from container. You must connect first.
248 @param apk: Package to uninstall.
250 return adb_cmd('uninstall %s' % apk)
539 """Returns the apk install location of the given package."""
764 @param apks: List of apk names to be installe
    [all...]
  /cts/build/
device_info_package.mk 55 # Generator of APK manifests.
  /cts/tools/release-parser/src/com/android/cts/releaseparser/
JsonPrinter.java 122 if (entry.getType() == Entry.EntryType.APK) {
204 if (entry.getType() == Entry.EntryType.APK) {
AndroidManifestParser.java 50 return Entry.EntryType.APK;
255 + " to prase an APK for API\n"
257 + "\t-i PATH\t APK path \n";
DexParser.java 66 return Entry.EntryType.APK;
333 + " to prase APK file Dex data\n"
  /build/make/core/
app_prebuilt_internal.mk 29 LOCAL_BUILT_MODULE_STEM := package.apk.gz
32 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk.gz
35 LOCAL_BUILT_MODULE_STEM := package.apk
37 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk
66 my_prebuilt_dpi_file_stem := $(LOCAL_MODULE)_%.apk
77 my_extracted_apk := $(intermediates)/extracted.apk
81 @echo Extract APK: $@
90 # the APK.
115 # It is now a build error to add a prebuilt .apk without
164 # There is a replacement for the prebuilt .apk we can install without any processing
    [all...]
Makefile 18 $(if $(filter %.apk, $(2)),$(error \
19 Prebuilt apk found in PRODUCT_COPY_FILES: $(1), use BUILD_PREBUILT instead!)))
655 $(filter %.jar %.apk, $(ALL_DEFAULT_INSTALLED_MODULES))))
661 # Create empty package stats file if target builds no jar(s) or apk(s).
674 $(hide) echo -n 'name="$(1).apk" certificate="$2" private_key="$3"' >> $5
691 @echo APK certs list: $@
    [all...]
  /cts/hostsidetests/theme/
generate_images.py 133 print("Failed to install APK on " + device_serial)
214 'cts/android-cts/testcases/CtsThemeDeviceApp.apk')
216 print('Couldn\'t find test APK. Did you run make cts?')
  /build/make/tools/releasetools/
check_target_files_signatures 32 can be found that match APK signatures, the filename will be
147 stored in a signed .apk)."""
170 class APK(object):
189 apk = zipfile.ZipFile(f, "r")
191 for info in apk.infolist():
194 pkcs7 = apk.read(info.filename)
243 # First read the APK certs file to figure out whether there are compressed
248 apk_extensions = ['*.apk', '*.apex']
253 apk_extensions.append('*.apk' + compressed_extension)
276 if fn.endswith(('.apk', '.apex'))
    [all...]
check_target_files_signatures.py 32 can be found that match APK signatures, the filename will be
147 stored in a signed .apk)."""
170 class APK(object):
189 apk = zipfile.ZipFile(f, "r")
191 for info in apk.infolist():
194 pkcs7 = apk.read(info.filename)
243 # First read the APK certs file to figure out whether there are compressed
248 apk_extensions = ['*.apk', '*.apex']
253 apk_extensions.append('*.apk' + compressed_extension)
276 if fn.endswith(('.apk', '.apex'))
    [all...]
common.py     [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
PermissionControllerTest.java 72 private static final String APK =
73 "/data/local/tmp/cts/permissions/CtsAppThatAccessesLocationOnCommand.apk";
77 + "CtsAppThatRequestsCalendarContactsBodySensorCustomPermission.apk";
96 runShellCommand("pm install -r -g " + APK);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestSuiteContentReport.java 76 private static final String APK_EXT_TAG = ".apk";
131 fEntry.setType(Entry.EntryType.APK);
  /build/soong/java/
java_test.go 429 t.Errorf("atestOptimize should optimize APK")
434 t.Errorf("atestNoOptimize should not optimize APK")
439 t.Errorf("atestDefault should optimize APK")
app_test.go 86 frameworkRes.Output("package-res.apk").Output.String())
104 res := ctx.ModuleForTests("foo", "android_common").Output("package-res.apk")
124 filepath.Join(buildDir, ".intermediates/foo/android_common/foo.apk"),
125 filepath.Join(buildDir, ".intermediates/foo/android_common/foo_v4.apk"),
126 filepath.Join(buildDir, ".intermediates/foo/android_common/foo_v7_hdpi.apk"),
216 buildDir + "/.intermediates/lib2/android_common/package-res.apk",
217 buildDir + "/.intermediates/lib/android_common/package-res.apk",
218 buildDir + "/.intermediates/lib3/android_common/package-res.apk",
229 buildDir + "/.intermediates/lib2/android_common/package-res.apk",
251 buildDir + "/.intermediates/lib2/android_common/package-res.apk",
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 49 APK = os.path.join(os.path.dirname(__file__), "..", "CtsVerifier.apk")
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /build/soong/apex/
apex_test.go 880 // check the APK certs. It should be overridden to myapex.certificate.override
    [all...]

Completed in 919 milliseconds

12