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

1 2 3 4 5 6 7 8 9

  /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/robolectric-shadows/resources/src/main/java/org/robolectric/res/
NodeHandler.java 35 String attributeValue = xml.getAttributeValue(null, attrName);
36 if (attributeValue != null) {
38 NodeHandler nodeHandler = attrHandler.get(attributeValue);
  /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 201 final String attributeValue = set.getAttributeValue(i);
205 if (attributeValue.contains("attr/fingerprint_layout_theme")) {
208 } else if (attributeValue.startsWith("@*android:string")) {
  /external/autotest/frontend/client/src/autotest/moblab/
DutManagementView.java 37 private TextBox attributeValue;
59 attributeValue.setValue("");
95 attributeValue.setValue("");
135 addAttribute(i, attributeName.getText(), attributeValue.getText());
179 attributeValue = new TextBox();
180 attributeValue.setStyleName("dut_manage_action_row_item");
187 attribValueActionRow.add(attributeValue);
336 * @param attributeValue the attribute value to be associated with the attributeName.
338 private void addAttribute(int row_number, String attributeName, String attributeValue) {
340 MoblabRpcHelper.setMoblabAttribute(ipAddress, attributeName, attributeValue, new LogAction(informationArea))
    [all...]
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageStatusStorage.java 363 String attributeValue = parser.getAttributeValue(null, attributeName);
365 if (attributeValue == null) {
367 } else if (attributeValue.isEmpty()) {
370 return Integer.parseInt(attributeValue);
373 "Bad integer for attributeName=" + attributeName + ": " + attributeValue, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 253 String attributeValue = parser.getAttributeValue(i);
255 newElement.mUci = attributeValue;
257 newElement.mName = attributeValue;
259 newElement.mDisplayName = attributeValue;
261 newElement.setChatState(attributeValue);
263 newElement.setLastActivity(attributeValue);
265 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
267 newElement.mPresenceAvailability = Integer.parseInt(attributeValue);
269 newElement.setPresenceStatus(attributeValue);
271 newElement.setPriority(Integer.parseInt(attributeValue));
    [all...]
BluetoothMapConvoListingElement.java 309 String attributeValue = parser.getAttributeValue(i);
311 newElement.mId = SignedLongLong.fromString(attributeValue);
313 newElement.mName = attributeValue;
315 newElement.setLastActivity(attributeValue);
317 newElement.setRead(attributeValue);
319 newElement.setVersionCounter(attributeValue);
321 newElement.setSummary(attributeValue);
  /external/expat/xmlwf/
xmlwf.c 109 attributeValue(FILE *fp, const XML_Char *s)
184 attributeValue(fp, *atts);
227 attributeValue(fp, name);
251 attributeValue(fp, *atts);
254 attributeValue(fp, name);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 688 String attributeValue = getAttributeValue(idx);
689 if (attributeValue != null && attributeValue.startsWith("@")) {
690 int resourceId = getResourceId(attributeValue.substring(1), packageName, null);
  /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 844 final String attributeValue = parser.getAttributeValue(null, att);
845 if (TextUtils.isEmpty(attributeValue)) return defValue;
846 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);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetManager.java     [all...]
  /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/3.1.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 9