Searched refs:apps (Results 1 – 22 of 22) sorted by relevance
/cts/apps/CtsVerifier/ |
D | Android.mk | 109 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/ |
D | DebuggableTest.java | 36 List<ApplicationInfo> apps = getContext() in testNoDebuggable() local 39 for (ApplicationInfo app : apps) { in testNoDebuggable()
|
D | FileSystemPermissionTest.java | 146 List<ApplicationInfo> apps = getContext() in testOtherApplicationDirectoriesAreNotWritable() local 150 for (ApplicationInfo app : apps) { in testOtherApplicationDirectoriesAreNotWritable()
|
/cts/ |
D | PREUPLOAD.cfg | 10 -fw apps/CtsVerifier/src/com/android/cts/verifier/usb/ 11 apps/CtsVerifierUSBCompanion/
|
/cts/hostsidetests/content/ |
D | Android.mk | 32 include $(call all-makefiles-under,$(LOCAL_PATH)/test-apps)
|
/cts/tests/framework/base/windowmanager/app/ |
D | Android.mk | 31 … ../../../../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java
|
/cts/apps/CameraITS/ |
D | Android.mk | 29 $(ACP) -rfp cts/apps/$(its-dir-name)/* $(its-dir)
|
/cts/tests/vr/ |
D | Android.mk | 36 LOCAL_SRC_FILES := $(call all-java-files-under, src) ../../apps/CtsVerifier/src/com/android/cts/ver…
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp25/ |
D | Android.mk | 32 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp28/ |
D | Android.mk | 31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp29/ |
D | Android.mk | 31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp26/ |
D | Android.mk | 31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionAppLatest/ |
D | Android.mk | 32 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/cts/hostsidetests/appsecurity/test-apps/RequestsOnlyCalendarApp22/ |
D | Android.mk | 34 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp22/res
|
/cts/tests/framework/base/windowmanager/ |
D | Android.mk | 26 ../../../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java \
|
/cts/hostsidetests/devicepolicy/app/SimplePreMApp/ |
D | Android.bp | 15 // This app is meant for testing device policy permission APIs on legacy apps (pre-M)
|
/cts/apps/EmptyDeviceAdmin/ |
D | README | 20 cts/apps/CtsVerifier/assets/apk/CtsEmptyDeviceAdmin.apk
|
/cts/apps/EmptyDeviceOwner/ |
D | README | 20 cts/apps/CtsVerifier/assets/apk/CtsEmptyDeviceOwner.apk
|
/cts/hostsidetests/jvmti/base/jni/ |
D | Android.bp | 39 // Platform libraries that may not be available to apps. Link in statically.
|
/cts/hostsidetests/jvmti/attaching/ |
D | Android.bp | 50 // Platform libraries that may not be available to apps. Link in statically.
|
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/ |
D | Android.bp | 15 // IMPORTANT: We build two apps from the same source but with different package name.
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 724 List<ApplicationInfo> apps = mPackageManager.getInstalledApplications(GET_META_DATA); in testGetInstalledApplications() local 727 apps.toArray(new ApplicationInfo[] {}), APPLICATION_NAME); in testGetInstalledApplications()
|