Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 226) sorted by relevance

12345678910

/cts/tools/release-parser/tests/resources/
Dboot-framework.oat.pb.txt6 dependencies: "system/framework/arm64/boot.art"
7 dependencies: "system/framework/arm64/boot-core-libart.art"
8 dependencies: "system/framework/arm64/boot-conscrypt.art"
9 dependencies: "system/framework/arm64/boot-okhttp.art"
10 dependencies: "system/framework/arm64/boot-bouncycastle.art"
11 dependencies: "system/framework/arm64/boot-apache-xml.art"
12 dependencies: "system/framework/arm64/boot-ext.art"
13 dependencies: "system/framework/arm64/boot-framework.art"
14 dependencies: "system/framework/arm64/boot-telephony-common.art"
15 dependencies: "system/framework/arm64/boot-voip-common.art"
[all …]
Dandroid.test.runner.odex.pb.txt6 dependencies: "system/framework/arm64/boot.art"
7 dependencies: "system/framework/arm64/boot-core-libart.art"
8 dependencies: "system/framework/arm64/boot-conscrypt.art"
9 dependencies: "system/framework/arm64/boot-okhttp.art"
10 dependencies: "system/framework/arm64/boot-bouncycastle.art"
11 dependencies: "system/framework/arm64/boot-apache-xml.art"
12 dependencies: "system/framework/arm64/boot-ext.art"
13 dependencies: "system/framework/arm64/boot-framework.art"
14 dependencies: "system/framework/arm64/boot-telephony-common.art"
15 dependencies: "system/framework/arm64/boot-voip-common.art"
[all …]
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/settings/
DSystemSettingsTest.kt39 TestApis.settings().system().putInt(KEY, INT_VALUE) in <lambda>()
49 TestApis.settings().system().putInt(sContext.contentResolver, KEY, INT_VALUE) in <lambda>()
60 TestApis.settings().system().putInt( in <lambda>()
68 TestApis.settings().system().putInt(TestApis.users().instrumented(), KEY, INT_VALUE) in <lambda>()
79 TestApis.settings().system().putInt(deviceState.secondaryUser(), KEY, INT_VALUE) in <lambda>()
94 TestApis.settings().system().putInt(deviceState.secondaryUser(), KEY, INT_VALUE) in <lambda>()
100 TestApis.settings().system().putInt(KEY, INT_VALUE) in <lambda>()
102 assertThat(TestApis.settings().system().getInt(KEY)).isEqualTo(INT_VALUE) in <lambda>()
108 TestApis.settings().system().getInt(INVALID_KEY) in <lambda>()
114 assertThat(TestApis.settings().system().getInt(INVALID_KEY, INT_VALUE)) in <lambda>()
[all …]
/cts/hostsidetests/appsecurity/res/apexsigverify/
DREADME.md20 system/apex/apexd/apexd_testdata/com.android.apex.test_package_2.avbpubkey
21 system/apex/apexd/apexd_testdata/com.android.apex.test_package.no_inst_key.avbpubkey
22 system/apex/apexd/apexd_testdata/com.android.apex.test_package.prepostinstall.fail.avbpubkey
23 system/apex/apexd/apexd_testdata/com.android.apex.test_package.postinstall.avbpubkey
24 system/apex/apexd/apexd_testdata/com.android.apex.test_package.preinstall.avbpubkey
25 system/apex/apexd/apexd_testdata/com.android.apex.test_package.avbpubkey
26 system/apex/tests/testdata/com.android.apex.test.avbpubkey
27 system/apex/apexer/testdata/com.android.example.apex.avbpubkey
28 system/apex/apexer/etc/com.android.support.apexer.avbpubkey
29 system/netd/apex/com.android.resolv.avbpubkey
[all …]
/cts/tests/tests/uidmigration/
Dsystem-app-test.sh23 adb shell pm uninstall-system-updates $PKGNAME >/dev/null 2>&1 || true
25 adb shell rm -rf /system/app/InstallTestApp || true
58 adb shell mkdir /system/app/InstallTestApp
59 adb push $TEST_APP_PATH/*/*.apk /system/app/InstallTestApp/InstallTestApp.apk
89 adb shell pm uninstall-system-updates $PKGNAME || true
93 adb push ${TEST_APP_PATH}3/*/*.apk /system/app/InstallTestApp/InstallTestApp.apk
114 adb push $TEST_APP_PATH/*/*.apk /system/app/InstallTestApp/InstallTestApp.apk
130 adb push ${TEST_APP_PATH}4/*/*.apk /system/app/InstallTestApp/InstallTestApp.apk
147 adb shell rm -rf /system/app/InstallTestApp
152 adb shell mkdir /system/app/InstallTestApp
[all …]
/cts/tests/signature/api/
DAndroid.bp42 name: "cts-system-current-api-gz",
45 ":frameworks-base-api-system-current.txt",
48 "system-current.api.gz",
53 name: "cts-system-removed-api-gz",
56 ":frameworks-base-api-system-removed.txt",
59 "system-removed.api.gz",
108 name: "cts-car-system-current-api-gz",
111 ":car-api-system-current.txt",
114 "car-system-current.api.gz",
119 name: "cts-car-system-removed-api-gz",
[all …]
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DScreenConfigTest.kt60 val mode = TestApis.settings().system().getInt( in setScreenBrightness_succeeds()
64 val brightness = TestApis.settings().system().getInt(Settings.System.SCREEN_BRIGHTNESS, 100) in setScreenBrightness_succeeds()
66 TestApis.settings().system().putInt( in setScreenBrightness_succeeds()
76 assertThat(TestApis.settings().system().getInt(Settings.System.SCREEN_BRIGHTNESS, -1)) in setScreenBrightness_succeeds()
79 TestApis.settings().system().putInt(Settings.System.SCREEN_BRIGHTNESS_MODE, mode) in setScreenBrightness_succeeds()
80 TestApis.settings().system().putInt(Settings.System.SCREEN_BRIGHTNESS, brightness) in setScreenBrightness_succeeds()
89 val mode = TestApis.settings().system().getInt( in setScreenBrightnessModeToAutomatic_succeeds()
100 assertThat(TestApis.settings().system().getInt( in setScreenBrightnessModeToAutomatic_succeeds()
106 TestApis.settings().system().putInt(Settings.System.SCREEN_BRIGHTNESS_MODE, mode) in setScreenBrightnessModeToAutomatic_succeeds()
114 val mode = TestApis.settings().system().getInt( in setScreenBrightnessModeToManual_succeeds()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0925/
DAndroid.bp34 "system/nfc/src/fuzzers/rw/",
35 "system/nfc/src/include",
36 "system/nfc/src/gki/ulinux",
37 "system/nfc/src/gki/common",
38 "system/nfc/src/nfc/include",
39 "system/nfc/src/fuzzers/inc",
/cts/tests/tests/graphics/src/android/graphics/fonts/
DDataDirPermissionTest.java19 import static android.system.OsConstants.O_CREAT;
20 import static android.system.OsConstants.O_RDWR;
21 import static android.system.OsConstants.S_IRWXU;
25 import android.system.ErrnoException;
26 import android.system.Os;
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2099/
DAndroid.bp30 "system/nfc/src/nfc/include/",
31 "system/nfc/src/include/",
32 "system/nfc/src/gki/common/",
33 "system/nfc/src/gki/ulinux/",
34 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2207/
DAndroid.bp32 "system/nfc/src/nfc/include/",
33 "system/nfc/src/include/",
34 "system/nfc/src/gki/common/",
35 "system/nfc/src/gki/ulinux/",
36 "system/nfc/src/nfa/include/",
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.bp78 // Generates a zip file containing the current public and system API files for shared libraries.
83 ":android.net.ipsec.ike{.system.api.txt}",
85 ":android.test.base{.system.api.txt}",
87 ":android.test.runner{.system.api.txt}",
89 ":android.test.mock{.system.api.txt}",
91 ":com.android.future.usb.accessory{.system.api.txt}",
93 ":com.android.libraries.tv.tvsystem{.system.api.txt}",
95 ":com.android.location.provider{.system.api.txt}",
97 ":com.android.mediadrm.signer{.system.api.txt}",
99 ":com.android.media.remotedisplay{.system.api.txt}",
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9584/
DAndroid.bp36 "system/nfc/src/nfc/include/",
37 "system/nfc/src/include/",
38 "system/nfc/src/gki/common/",
39 "system/nfc/src/gki/ulinux/",
40 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2031/
DAndroid.bp36 "system/nfc/src/nfc/include",
37 "system/nfc/src/gki/common",
38 "system/nfc/src/gki/ulinux",
39 "system/nfc/src/include",
40 "system/nfc/src/nfa/include",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2015/
DAndroid.bp35 "system/nfc/src/nfc/include",
36 "system/nfc/src/gki/common",
37 "system/nfc/src/gki/ulinux",
38 "system/nfc/src/include",
39 "system/nfc/src/nfa/include",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-20147/
DAndroid.bp35 "system/nfc/src/nfa/include/",
36 "system/nfc/src/nfc/include/",
37 "system/nfc/src/include/",
38 "system/nfc/src/gki/common/",
39 "system/nfc/src/gki/ulinux/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0037/
DAndroid.bp36 "system/nfc/src/nfc/include/",
37 "system/nfc/src/include/",
38 "system/nfc/src/gki/common/",
39 "system/nfc/src/gki/ulinux/",
40 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9585/
DAndroid.bp36 "system/nfc/src/nfc/include/",
37 "system/nfc/src/include/",
38 "system/nfc/src/gki/common/",
39 "system/nfc/src/gki/ulinux/",
40 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0956/
DAndroid.bp39 "system/nfc/src/nfa/include",
40 "system/nfc/src/gki/common",
41 "system/nfc/src/include",
42 "system/nfc/src/gki/ulinux",
43 "system/nfc/src/nfc/include",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0039/
DAndroid.bp36 "system/nfc/src/nfc/include/",
37 "system/nfc/src/include/",
38 "system/nfc/src/gki/common/",
39 "system/nfc/src/gki/ulinux/",
40 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2206/
DAndroid.bp32 "system/nfc/src/nfc/include/",
33 "system/nfc/src/include/",
34 "system/nfc/src/gki/common/",
35 "system/nfc/src/gki/ulinux/",
36 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0038/
DAndroid.bp36 "system/nfc/src/nfc/include/",
37 "system/nfc/src/include/",
38 "system/nfc/src/gki/common/",
39 "system/nfc/src/gki/ulinux/",
40 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/
DAndroid.bp37 "system/nfc/src/nfc/include/",
38 "system/nfc/src/include/",
39 "system/nfc/src/gki/common/",
40 "system/nfc/src/gki/ulinux/",
41 "system/nfc/src/nfa/include/",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9558/
DAndroid.bp34 "system/nfc/src/nfc/include",
35 "system/nfc/src/gki/common",
36 "system/nfc/src/gki/ulinux",
37 "system/nfc/src/include",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0473/
DAndroid.bp34 "system/nfc/src/nfc/include",
35 "system/nfc/src/gki/common",
36 "system/nfc/src/gki/ulinux",
37 "system/nfc/src/include",

12345678910