Home
last modified time | relevance | path

Searched defs:setSystemProperty (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceTest.java308 private static String setSystemProperty(String name, String value) throws Exception { in setSystemProperty() method in UserManagerServiceTest
/frameworks/base/tests/UsbTests/src/com/android/server/usb/
DUsbHandlerTest.java106 protected void setSystemProperty(String property, String value) { in setSystemProperty() method in UsbHandlerTest.MockUsbHandler
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java1536 private String setSystemProperty(String name, String value) throws Exception { in setSystemProperty() method in UserLifecycleTests
/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
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1660 private static boolean setSystemProperty(String key, String value) { in setSystemProperty() method in BugreportProgressService
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1511 protected void setSystemProperty(String prop, String val) { in setSystemProperty() method in UsbDeviceManager.UsbHandler
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp967 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android::AudioPolicyManager