Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 14 of 14) sorted by relevance

/cts/apps/CtsVerifier/
DAndroid.mk104 pre-installed-apps := \
110 other-required-apps := \
116 apps-to-include := \
117 $(pre-installed-apps) \
118 $(other-required-apps)
126 cts-verifier: CtsVerifier adb $(pre-installed-apps)
128 $(foreach app,$(pre-installed-apps), \
162 $(verifier-zip) : $(foreach app,$(apps-to-include),$(call apk-location-for,$(app)))
166 $(foreach app,$(apps-to-include), \
/cts/
DPREUPLOAD.cfg3 -fw apps/CtsVerifier/src/com/android/cts/verifier/usb/
4 apps/CtsVerifierUSBCompanion/
/cts/tests/tests/permission/src/android/permission/cts/
DDebuggableTest.java36 List<ApplicationInfo> apps = getContext() in testNoDebuggable() local
39 for (ApplicationInfo app : apps) { in testNoDebuggable()
DFileSystemPermissionTest.java130 List<ApplicationInfo> apps = getContext() in testOtherApplicationDirectoriesAreNotWritable() local
134 for (ApplicationInfo app : apps) { in testOtherApplicationDirectoriesAreNotWritable()
/cts/hostsidetests/content/
DAndroid.mk32 include $(call all-makefiles-under,$(LOCAL_PATH)/test-apps)
/cts/tests/framework/base/activitymanager/app/
DAndroid.mk31 … ../../../../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java
/cts/apps/CameraITS/
DAndroid.mk29 $(ACP) -rfp cts/apps/$(its-dir-name)/* $(its-dir)
/cts/tests/vr/
DAndroid.mk36 LOCAL_SRC_FILES := $(call all-java-files-under, src) ../../apps/CtsVerifier/src/com/android/cts/ver…
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp25/
DAndroid.mk32 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp26/
DAndroid.mk31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
/cts/hostsidetests/appsecurity/test-apps/UsePermissionAppLatest/
DAndroid.mk31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
/cts/apps/EmptyDeviceOwner/
DREADME20 cts/apps/CtsVerifier/assets/apk/CtsEmptyDeviceOwner.apk
/cts/apps/EmptyDeviceAdmin/
DREADME20 cts/apps/CtsVerifier/assets/apk/CtsEmptyDeviceAdmin.apk
/cts/hostsidetests/jvmti/base/jni/
DAndroid.bp39 // Platform libraries that may not be available to apps. Link in statically.