Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/
DAndroid.mk109 pre-installed-apps := \
119 other-required-apps := \
125 apps-to-include := \
126 $(pre-installed-apps) \
128 $(other-required-apps)
136 cts-verifier: CtsVerifier adb $(pre-installed-apps) $(pre-installed-instant-app)
138 $(foreach app,$(pre-installed-apps), \
173 $(verifier-zip) : $(foreach app,$(apps-to-include),$(call apk-location-for,$(app)))
177 $(foreach app,$(apps-to-include), \
/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.java146 List<ApplicationInfo> apps = getContext() in testOtherApplicationDirectoriesAreNotWritable() local
150 for (ApplicationInfo app : apps) { in testOtherApplicationDirectoriesAreNotWritable()
/cts/
DPREUPLOAD.cfg10 -fw apps/CtsVerifier/src/com/android/cts/verifier/usb/
11 apps/CtsVerifierUSBCompanion/
/cts/hostsidetests/content/
DAndroid.mk32 include $(call all-makefiles-under,$(LOCAL_PATH)/test-apps)
/cts/tests/framework/base/windowmanager/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/UsePermissionApp28/
DAndroid.mk31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp29/
DAndroid.mk31 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.mk32 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
/cts/hostsidetests/appsecurity/test-apps/RequestsOnlyCalendarApp22/
DAndroid.mk34 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp22/res
/cts/tests/framework/base/windowmanager/
DAndroid.mk26 ../../../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java \
/cts/hostsidetests/devicepolicy/app/SimplePreMApp/
DAndroid.bp15 // This app is meant for testing device policy permission APIs on legacy apps (pre-M)
/cts/apps/EmptyDeviceAdmin/
DREADME20 cts/apps/CtsVerifier/assets/apk/CtsEmptyDeviceAdmin.apk
/cts/apps/EmptyDeviceOwner/
DREADME20 cts/apps/CtsVerifier/assets/apk/CtsEmptyDeviceOwner.apk
/cts/hostsidetests/jvmti/base/jni/
DAndroid.bp39 // Platform libraries that may not be available to apps. Link in statically.
/cts/hostsidetests/jvmti/attaching/
DAndroid.bp50 // Platform libraries that may not be available to apps. Link in statically.
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/
DAndroid.bp15 // IMPORTANT: We build two apps from the same source but with different package name.
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java724 List<ApplicationInfo> apps = mPackageManager.getInstalledApplications(GET_META_DATA); in testGetInstalledApplications() local
727 apps.toArray(new ApplicationInfo[] {}), APPLICATION_NAME); in testGetInstalledApplications()