Searched refs:setSystemProperty (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/cmds/installd/ |
D | run_dex2oat_test.cpp | 235 void setSystemProperty(const std::string& key, const std::string& value) { in setSystemProperty() function in android::installd::RunDex2OatTest 343 setSystemProperty("dalvik.vm.isa.x86.features", "a-x86-feature"); in TEST_F() 344 setSystemProperty("dalvik.vm.isa.x86.variant", "a-x86-variant"); in TEST_F() 356 setSystemProperty("dalvik.vm.boot-dex2oat-cpu-set", "1,2"); in TEST_F() 366 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "1,2"); in TEST_F() 377 setSystemProperty("dalvik.vm.restore-dex2oat-cpu-set", "1,2"); in TEST_F() 378 setSystemProperty("dalvik.vm.dex2oat-cpu-set", "2,3"); in TEST_F() 389 setSystemProperty("dalvik.vm.restore-dex2oat-cpu-set", ""); 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() [all …]
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 664 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, UsbManager.USB_FUNCTION_ADB); in setAdbEnabled() 666 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, ""); in setAdbEnabled() 1349 protected void setSystemProperty(String prop, String val) { in setSystemProperty() method in UsbDeviceManager.UsbHandler 1575 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction() 1581 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction() 1583 setSystemProperty(getPersistProp(false), UsbManager.USB_FUNCTION_NONE); in applyOemOverrideFunction() 1611 setSystemProperty(USB_CONFIG_PROPERTY, config); in setUsbConfig() 1707 setSystemProperty(getPersistProp(true), functions); in trySetEnabledFunctions()
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 115 virtual void setSystemProperty(const char* property, const char* value) = 0;
|
/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
D | UsbHandlerTest.java | 106 protected void setSystemProperty(String property, String value) { in setSystemProperty() method in UsbHandlerTest.MockUsbHandler
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 114 virtual void setSystemProperty(const char* property, const char* value);
|
D | AudioPolicyManager.cpp | 869 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android::AudioPolicyManager
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 1556 private static boolean setSystemProperty(String key, String value) { in setSystemProperty() method in BugreportProgressService
|
/frameworks/base/services/ |
D | art-profile | 41392 PLcom/android/server/usb/UsbDeviceManager$UsbHandler;->setSystemProperty(Ljava/lang/String;Ljava/la…
|