Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Drun_dex2oat_test.cpp238 void setSystemProperty(const std::string& key, const std::string& value) { in setSystemProperty() function in android::installd::RunDex2OatTest
347 setSystemProperty("dalvik.vm.isa.x86.features", "a-x86-feature"); in TEST_F()
348 setSystemProperty("dalvik.vm.isa.x86.variant", "a-x86-variant"); in TEST_F()
360 setSystemProperty("dalvik.vm.boot-dex2oat-cpu-set", "1,2"); in TEST_F()
370 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "1,2"); in TEST_F()
381 setSystemProperty("dalvik.vm.background-dex2oat-cpu-set", "1,3"); in TEST_F()
382 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "1,2"); in TEST_F()
393 setSystemProperty("dalvik.vm.background-dex2oat-cpu-set", ""); in TEST_F()
394 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "1,2"); in TEST_F()
405 setSystemProperty("dalvik.vm.restore-dex2oat-cpu-set", "1,2"); in TEST_F()
[all …]
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java155 mUserSwitchTimeoutMs = setSystemProperty( in setUp()
157 mDisableUserSwitchingDialogAnimations = setSystemProperty( in setUp()
163 setSystemProperty("debug.usercontroller.user_switch_timeout_ms", mUserSwitchTimeoutMs); in tearDown()
164 setSystemProperty("debug.usercontroller.disable_user_switching_dialog_animations", in tearDown()
1536 private String setSystemProperty(String name, String value) throws Exception { in setSystemProperty() method in UserLifecycleTests
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java784 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, UsbManager.USB_FUNCTION_ADB); in setAdbEnabled()
786 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, ""); in setAdbEnabled()
1637 protected void setSystemProperty(String prop, String val) { in setSystemProperty() method in UsbDeviceManager.UsbHandler
1880 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()
1886 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()
1888 setSystemProperty(getPersistProp(false), UsbManager.USB_FUNCTION_NONE); in applyOemOverrideFunction()
1916 setSystemProperty(USB_CONFIG_PROPERTY, config); in setUsbConfig()
2015 setSystemProperty(getPersistProp(true), functions); in trySetEnabledFunctions()
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java449 void setSystemProperty(String key, String value) { in setSystemProperty() method in BugreportManagerServiceImpl.Injector
889 mInjector.setSystemProperty("ctl.start", BUGREPORT_SERVICE); in startAndGetDumpstateBinderServiceLocked()
921 mInjector.setSystemProperty("ctl.stop", BUGREPORT_SERVICE); in stopDumpstateBinderServiceLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/os/
DBugreportManagerServiceImplTest.java366 public void setSystemProperty(String key, String value) { in setSystemProperty() method in BugreportManagerServiceImplTest.TestInjector
/frameworks/base/tests/UsbTests/src/com/android/server/usb/
DUsbHandlerTest.java116 protected void setSystemProperty(String property, String value) { in setSystemProperty() method in UsbHandlerTest.MockUsbHandler
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h128 virtual void setSystemProperty(const char* property, const char* value) = 0;
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h116 virtual void setSystemProperty(const char* property, const char* value);
DAudioPolicyManager.cpp1009 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android::AudioPolicyManager
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1731 private static boolean setSystemProperty(String key, String value) { in setSystemProperty() method in BugreportProgressService