Searched refs:setSystemProperty (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java632 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, UsbManager.USB_FUNCTION_ADB);
634 setSystemProperty(USB_PERSISTENT_CONFIG_PROPERTY, "");
1247 protected void setSystemProperty(String prop, String val) { method in class:UsbDeviceManager.UsbHandler
1444 setSystemProperty(getPersistProp(false), newFunction);
1450 setSystemProperty(getPersistProp(false), newFunction);
1452 setSystemProperty(getPersistProp(false), UsbManager.USB_FUNCTION_NONE);
1480 setSystemProperty(USB_CONFIG_PROPERTY, config);
1576 setSystemProperty(getPersistProp(true), functions);
1911 setSystemProperty(CTL_START, ADBD);
1916 setSystemProperty(CTL_STO
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h107 virtual void setSystemProperty(const char* property, const char* value) = 0;
/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbHandlerTest.java106 protected void setSystemProperty(String property, String value) { method in class:UsbHandlerTest.MockUsbHandler
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java589 setSystemProperty(CTL_STOP, BUGREPORT_SERVICE);
1315 private static boolean setSystemProperty(String key, String value) { method in class:BugreportProgressService
1332 return setSystemProperty(key, name);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h109 virtual void setSystemProperty(const char* property, const char* value);
H A DAudioPolicyManager.cpp727 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) function in class:android::AudioPolicyManager
729 ALOGV("setSystemProperty() property %s, value %s", property, value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java873 protected void setSystemProperty(String key, String val) { method in class:IccRecords
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java103 public void setSystemProperty(String property, String value) { method in class:PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java299 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
646 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
717 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
H A DPhone.java417 public void setSystemProperty(String property, String value) { method in class:Phone
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1431 milliseconds