HomeSort by relevance Sort by last modified time
    Searched defs:attributeValue (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /libcore/ojluni/src/main/java/java/security/
PKCS12Attribute.java 109 * values SET OF AttributeValue
112 * AttributeValue ::= ANY defined by type
246 DerOutputStream attributeValue = new DerOutputStream();
247 attributeValue.write(DerValue.tag_Sequence, attribute);
249 return attributeValue.toByteArray();
253 DerInputStream attributeValue = new DerInputStream(encoded);
254 DerValue[] attrSeq = attributeValue.getSequence(2);
Provider.java     [all...]
  /external/vogar/src/vogar/
XmlReportReader.java 130 String attributeValue = parser.getAttributeValue(i);
131 attributeMap.put(attributeName, attributeValue);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
SettingsShadowResources.java 172 String attributeValue = set.getAttributeValue(i);
176 if (attributeValue.contains("attr/fingerprint_layout_theme")) {
179 } else if (attributeValue.startsWith("@*android:string")) {
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageStatusStorage.java 359 String attributeValue = parser.getAttributeValue(null, attributeName);
361 if (attributeValue == null) {
363 } else if (attributeValue.isEmpty()) {
366 return Integer.parseInt(attributeValue);
369 "Bad integer for attributeName=" + attributeName + ": " + attributeValue, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 254 String attributeValue = parser.getAttributeValue(i);
256 newElement.mUci = attributeValue;
258 newElement.mName = attributeValue;
260 newElement.mDisplayName = attributeValue;
262 newElement.setChatState(attributeValue);
264 newElement.setLastActivity(attributeValue);
266 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
268 newElement.mPresenceAvailability = Integer.parseInt(attributeValue);
270 newElement.setPresenceStatus(attributeValue);
272 newElement.setPriority(Integer.parseInt(attributeValue));
    [all...]
BluetoothMapConvoListingElement.java 295 String attributeValue = parser.getAttributeValue(i);
297 newElement.mId = SignedLongLong.fromString(attributeValue);
299 newElement.mName = attributeValue;
301 newElement.setLastActivity(attributeValue);
303 newElement.setRead(attributeValue);
305 newElement.setVersionCounter(attributeValue);
307 newElement.setSummary(attributeValue);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
TestCLDRVsICU.java 198 void set(String attributeName, String attributeValue) {
199 // if (DEBUG) logln(attributeName + " => " + attributeValue);
200 settings.put(attributeName, attributeValue);
232 String attributeValue = (String) settings.get(attributeName);
233 temp += " " + attributeName + "=<" + attributeValue + ">";
369 String attributeValue = (String) settings.get(attributeName);
375 if (attributeValue.indexOf("approved") == -1 && attributeValue.indexOf("contributed") == -1) {
383 v = Double.parseDouble(attributeValue);
388 int index = lookupValue(attributeValue, NumberNames)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
TestCLDRVsICU.java 197 void set(String attributeName, String attributeValue) {
198 // if (DEBUG) logln(attributeName + " => " + attributeValue);
199 settings.put(attributeName, attributeValue);
231 String attributeValue = (String) settings.get(attributeName);
232 temp += " " + attributeName + "=<" + attributeValue + ">";
368 String attributeValue = (String) settings.get(attributeName);
374 if (attributeValue.indexOf("approved") == -1 && attributeValue.indexOf("contributed") == -1) {
382 v = Double.parseDouble(attributeValue);
387 int index = lookupValue(attributeValue, NumberNames)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.3/
maven-antrun-plugin-1.3.jar 
  /frameworks/base/core/java/android/app/
NotificationChannel.java 808 final String attributeValue = parser.getAttributeValue(null, att);
809 if (TextUtils.isEmpty(attributeValue)) return defValue;
810 String[] values = attributeValue.split(DELIMITER);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 257 final String attributeValue = StringUtils.getStringFromNullTerminatedCodePointArray(
259 attributes.put(attributeKey, attributeValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 335 IGLProperty attributeValue = new GLObjectProperty(GLStateType.ATTRIBUTE_VALUE,
338 attributeName, attributeType, attributeSize, attributeValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 392 String attributeValue = region.getText(subRegion);
393 if (attributeValue.equals(match1) || attributeValue.equals(match2)) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/
aws-java-sdk-sns-1.11.18.jar 
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /prebuilts/misc/common/robolectric/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/
aws-java-sdk-cloudtrail-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3/1.1.4c/
xpp3-1.1.4c.jar 

Completed in 684 milliseconds

1 2 3 4 5 6 7 8