Home
last modified time | relevance | path

Searched defs:global (Results 1 – 20 of 20) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/settings/
DSettings.kt26 fun global(): GlobalSettings { in global() method
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DTestLocationScanningServicesUsingSlices.java75 withSetting(mDevice, "global", "ble_scan_always_enabled", "0")) { in testPocCVE_2023_21247()
89 withSetting(mDevice, "global", "wifi_scan_always_enabled", "0")) { in testPocCVE_2023_21248()
DCVE_2023_40117.java48 final String global = "global"; in testPocCVE_2023_40117() local
62 withSetting(device, global, frpModeName, enableFRPMode); in testPocCVE_2023_40117() argument
DCVE_2024_34723.java40 withSetting(getDevice(), "global", "hidden_api_policy", "1")) { in testPocCVE_2024_34723()
DCVE_2022_20197.java38 try (AutoCloseable a = withSetting(getDevice(), "global", "hidden_api_policy", "1")) { in testPocCVE_2022_20197()
DCVE_2023_20918.java49 SystemUtil.withSetting(getDevice(), "global", "hidden_api_policy", "1")) { in testPocCVE_2023_20918()
DCVE_2023_21124.java39 SystemUtil.withSetting(getDevice(), "global", "hidden_api_policy", "1")) { in testPocCVE_2023_21124()
DCVE_2023_40094.java43 SystemUtil.withSetting(getDevice(), "global", "hidden_api_policy", "1")) { in testPocCVE_2023_40094()
DCVE_2023_40073.java45 SystemUtil.withSetting(device, "global", "hidden_api_policy", "1"); in testPocCVE_2023_40073()
DCVE_2023_21291.java46 SystemUtil.withSetting(device, "global", "hidden_api_policy", "1"); in testPocCVE_2023_21291()
DCVE_2023_21000.java42 try (AutoCloseable a = withSetting(getDevice(), "global", "hidden_api_policy", "1")) { in testPocCVE_2023_21000()
DCVE_2023_21244.java56 SystemUtil.withSetting(device, "global", "hidden_api_policy", "1")) { in testPocCVE_2023_21244()
/cts/tests/tests/jni/libjnicommon/
Dcommon.cpp19 int global = 0; variable
/cts/tests/tests/jni/libjninamespacea1/
Dnamespacea1.cpp24 int global = 0; variable
/cts/tests/tests/jni/libjninamespaceb/
Dnamespaceb.cpp24 int global = 0; variable
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_20926.java61 withSetting(instrumentation, "global", "device_provisioned", "0")) { in testPocCVE_2023_20926()
/cts/tests/tests/jni/libjninamespacea2/
Dnamespacea2.cpp24 int global = 0; variable
/cts/tests/tests/media/audio/jni/
Dsl-utils.cpp118 SLObjectItf OpenSLEngine(bool global) { in OpenSLEngine()
/cts/hostsidetests/jvmti/allocation-tracking/app/src/android/jvmti/cts/
DJvmtiTrackingTest.java173 private static native void setupObjectAllocCallback(boolean enable, boolean global); in setupObjectAllocCallback()
/cts/hostsidetests/jvmti/base/jni/
Dtracking.cpp79 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jboolean enable, jboolean global) { in Java_android_jvmti_cts_JvmtiTrackingTest_setupObjectAllocCallback()