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

/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java69 System.setProperty("user.language", "en");
70 System.setProperty("user.region", "US");
72 System.setProperty("java.home", cacheDir.getAbsolutePath());
73 System.setProperty("user.home", cacheDir.getAbsolutePath());
74 System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath());
75 System.setProperty("javax.net.ssl.trustStore",
/frameworks/base/include/tts/
H A DTtsEngine.h172 virtual tts_result setProperty(const char *property, const char *value,
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java102 System.setProperty("qwerty", "1");
130 System.setProperty("http.agent", userAgent);
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java295 mBluetoothService.setProperty(name, propValues[1]);
315 mBluetoothService.setProperty(name, propValues[1]);
328 mBluetoothService.setProperty(name, propValues[1]);
340 mBluetoothService.setProperty(name, value);
H A DBluetoothService.java924 /* package */ synchronized void setProperty(String name, String value) { method in class:BluetoothService
/frameworks/base/test-runner/src/junit/runner/
H A DBaseTestRunner.java52 getPreferences().setProperty(key, value);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeXmlBlockParser.java96 public void setProperty(String name, Object value) throws XmlPullParserException { method in class:BridgeXmlBlockParser
97 throw new XmlPullParserException("setProperty() not supported");
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java319 public void setProperty(String name, Object value) throws IllegalArgumentException, method in class:FastXmlSerializer
/frameworks/base/packages/TtsService/jni/
H A Dandroid_tts_SynthProxy.cpp503 result = pSynthData->mNativeSynthInterface->setProperty(ANDROID_TTS_ENGINE_PROPERTY_CONFIG,
589 result = pSynthData->mNativeSynthInterface->setProperty("rate", buffer, bufSize);
617 result = pSynthData->mNativeSynthInterface->setProperty("pitch", buffer, bufSize);
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java102 public void setProperty(String name, Object value) throws XmlPullParserException { method in class:XmlBlock.Parser
103 throw new XmlPullParserException("setProperty() not supported");
/frameworks/base/core/java/android/text/
H A DHtml.java127 parser.setProperty(Parser.schemaProperty, HtmlParser.schema);

Completed in 1763 milliseconds