Home
last modified time | relevance | path

Searched refs:setSystemProperty (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Drun_dex2oat_test.cpp366 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "1,2"); in TEST_F()
378 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "2,3"); in TEST_F()
390 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "1,2"); in TEST_F()
401 setSystemProperty("dalvik.vm.dex2oat-Xms", "1234m"); in TEST_F()
402 setSystemProperty("dalvik.vm.dex2oat-Xmx", "5678m"); in TEST_F()
426 setSystemProperty("vold.decrypt", "1"); in TEST_F()
435 setSystemProperty("dalvik.vm.dex2oat-filter", "speed"); in TEST_F()
472 setSystemProperty("dalvik.vm.dex2oat-threads", "3"); in TEST_F()
484 setSystemProperty("dalvik.vm.dex2oat-threads", "5"); in TEST_F()
496 setSystemProperty("dalvik.vm.dex2oat-threads", "5"); in TEST_F()
[all …]
/aosp12/art/test/922-properties/src/art/
H A DTest922.java115 setSystemProperty(key, "abc"); in checkProperty()
154 private static native void setSystemProperty(String key, String value); in setSystemProperty() method in Test922
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarMultiUserTestBase.java90 setSystemProperty(PROP_STOP_BG_USERS_ON_SWITCH, "0"); in setMultiUserFixtures()
149 setSystemProperty(PROP_STOP_BG_USERS_ON_SWITCH, "-1"); in resetStopUserOnSwitch()
325 protected void setSystemProperty(String property, String value) { in setSystemProperty() method in CarMultiUserTestBase
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java661 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, UsbManager.USB_FUNCTION_ADB); in setAdbEnabled()
663 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, ""); in setAdbEnabled()
1347 protected void setSystemProperty(String prop, String val) { in setSystemProperty() method in UsbDeviceManager.UsbHandler
1573 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()
1579 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()
1581 setSystemProperty(getPersistProp(false), UsbManager.USB_FUNCTION_NONE); in applyOemOverrideFunction()
1609 setSystemProperty(USB_CONFIG_PROPERTY, config); in setUsbConfig()
1705 setSystemProperty(getPersistProp(true), functions); in trySetEnabledFunctions()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h83 virtual void setSystemProperty(const char* property, const char* value) = 0;
H A DAudioPolicyManagerBase.h87 virtual void setSystemProperty(const char* property, const char* value);
/aosp12/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbHandlerTest.java106 protected void setSystemProperty(String property, String value) { in setSystemProperty() method in UsbHandlerTest.MockUsbHandler
/aosp12/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h115 virtual void setSystemProperty(const char* property, const char* value) = 0;
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp127 qap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); in ap_set_can_mute_enforced_audible()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h114 virtual void setSystemProperty(const char* property, const char* value);
H A DAudioPolicyManager.cpp869 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android::AudioPolicyManager
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1556 private static boolean setSystemProperty(String key, String value) { in setSystemProperty() method in BugreportProgressService
/aosp12/frameworks/base/services/
H A Dart-profile41392 PLcom/android/server/usb/UsbDeviceManager$UsbHandler;->setSystemProperty(Ljava/lang/String;Ljava/la…