Home
last modified time | relevance | path

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

/aosp12/art/test/922-properties/src/art/
H A DTest922.java154 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.java325 protected void setSystemProperty(String property, String value) { in setSystemProperty() method in CarMultiUserTestBase
/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/native/cmds/installd/
H A Drun_dex2oat_test.cpp235 void setSystemProperty(const std::string& key, const std::string& value) { in setSystemProperty() function in android::installd::RunDex2OatTest
/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/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java1347 protected void setSystemProperty(String prop, String val) { in setSystemProperty() method in UsbDeviceManager.UsbHandler
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp869 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android::AudioPolicyManager