HomeSort by relevance Sort by last modified time
    Searched refs:configStr (Results 1 - 20 of 20) sorted by null

  /frameworks/native/libs/gui/
GuiConfig.cpp 21 void appendGuiConfigString(String8& configStr)
29 configStr.append(config);
  /frameworks/native/libs/ui/
UiConfig.cpp 21 void appendUiConfigString(String8& configStr)
25 configStr.append(config);
  /frameworks/native/libs/gui/include/gui/
GuiConfig.h 24 // Append the libgui configuration details to configStr.
25 void appendGuiConfigString(String8& configStr);
  /frameworks/native/libs/ui/include/ui/
UiConfig.h 24 // Append the libui configuration details to configStr.
25 void appendUiConfigString(String8& configStr);
  /frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
ConfigParserTest.java 123 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_CA_CERT);
127 "application/x-wifi-config", configStr.getBytes());
138 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_CA_CERT);
140 "application/wifi-config", configStr.getBytes()));
150 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_UNENCODED_DATA);
152 "application/x-wifi-config", configStr.getBytes()));
162 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_INVALID_PART);
164 "application/x-wifi-config", configStr.getBytes()));
174 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_MISSING_BOUNDARY);
176 "application/x-wifi-config", configStr.getBytes()))
    [all...]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
DynamicConfigTest.java 111 private File createFileFromStr(String configStr) throws IOException {
114 stream.write(configStr.getBytes());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 241 private boolean configure(String configStr) {
243 if ((configStr.startsWith("\"") && configStr.endsWith("\""))) {
244 configStr = configStr.substring(1, configStr.length() - 1);
250 if (DBG) log("configure: '" + configStr + "'");
251 mConfig = configStr;
253 if (!TextUtils.isEmpty(configStr)) {
258 String strArray[] = configStr.split(",")
    [all...]
  /frameworks/base/tools/aapt/
ApkBuilder.cpp 91 String8 configStr = iter->toString();
92 String8 packageConfigStr(configStr);
103 mName.append(configStr);
104 mDirName.append(configStr);
StringPool.cpp 82 String8 configStr(configTypeName);
83 if (configStr.size() > 0) configStr.append(" ");
86 if (j > 0) configStr.append(", ");
87 configStr.append(configs[j].toString());
90 configStr = "(none)";
92 return configStr;
ResourceTable.cpp     [all...]
  /frameworks/base/tools/split-select/
SplitDescription.cpp 134 String8 configStr;
137 configStr.setTo(str.string(), index);
140 configStr.setTo(str);
144 if (!AaptConfig::parse(configStr, &split.config)) {
  /cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
DynamicConfigHandlerTest.java 125 private File createFileFromStr(String configStr, String module) throws IOException {
130 stream.write(configStr.getBytes());
  /cts/tests/tests/net/src/android/net/wifi/cts/
ConfigParserTest.java 107 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_CA_CERT);
111 "application/x-wifi-config", configStr.getBytes());
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1098 milliseconds