/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingElement.java | 261 … xmlMsgElement.attribute(null, "handle", BluetoothMapUtils.getMapHandle(mCpHandle, mType)); in encode() 263 xmlMsgElement.attribute(null, "subject", stripInvalidChars(mSubject)); in encode() 265 xmlMsgElement.attribute(null, "datetime", this.getDateTimeString()); in encode() 267 xmlMsgElement.attribute(null, "sender_name", stripInvalidChars(mSenderName)); in encode() 269 xmlMsgElement.attribute(null, "sender_addressing", mSenderAddressing); in encode() 271 xmlMsgElement.attribute(null, "replyto_addressing",mReplytoAddressing); in encode() 273 xmlMsgElement.attribute(null, "recipient_name", stripInvalidChars(mRecipientName)); in encode() 275 xmlMsgElement.attribute(null, "recipient_addressing", mRecipientAddressing); in encode() 277 xmlMsgElement.attribute(null, "type", mType.name()); in encode() 279 xmlMsgElement.attribute(null, "size", Integer.toString(mSize)); in encode() [all …]
|
D | BluetoothMapContentObserver.java | 276 xmlEvtReport.attribute("", "version", "1.0"); in encode() 279 xmlEvtReport.attribute("", "type", eventType); in encode() 280 … xmlEvtReport.attribute("", "handle", BluetoothMapUtils.getMapHandle(handle, msgType)); in encode() 282 xmlEvtReport.attribute("", "folder", folder); in encode() 285 xmlEvtReport.attribute("", "old_folder", oldFolder); in encode() 287 xmlEvtReport.attribute("", "msg_type", msgType.name()); in encode()
|
D | BluetoothMapFolderElement.java | 239 xmlMsgElement.attribute(null, "version", "1.0"); in encode() 243 xmlMsgElement.attribute(null, "name", folders[i].getName()); in encode()
|
D | BluetoothMapMessageListing.java | 95 xmlMsgElement.attribute(null, "version", "1.0"); in encode()
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
D | HtmlDocument.java | 579 for (TagAttribute attribute : attributes) { in getAttribute() 580 if (attribute.getAttribute().equals(attr)) { in getAttribute() 581 return attribute; in getAttribute() 595 for (TagAttribute attribute : attributes) { in getAttributes() 596 if (attribute.getAttribute().equals(attr)) { in getAttributes() 597 result.add(attribute); in getAttributes() 766 private final HTML.Attribute attribute; field in HtmlDocument.TagAttribute 778 private TagAttribute(HTML.Attribute attribute, String value, String originalHtml) { in TagAttribute() argument 779 X.assertTrue(attribute != null); in TagAttribute() 780 this.attribute = attribute; in TagAttribute() [all …]
|
D | HTML4.java | 128 private static HTML.Attribute addAttribute(String attribute) { in addAttribute() argument 129 return addAttribute(attribute, HTML.Attribute.NO_TYPE); in addAttribute() 132 private static HTML.Attribute addAttribute(String attribute, int type) { in addAttribute() argument 133 return addAttribute(attribute, type, null); in addAttribute() 136 private static HTML.Attribute addAttribute(String attribute, in addAttribute() argument 139 attribute = attribute.toLowerCase(); in addAttribute() 148 HTML.Attribute attr = new HTML.Attribute(attribute, type, valueSet); in addAttribute() 149 attributes.put(attribute, attr); in addAttribute()
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
D | HtmlDocument.java | 578 for (TagAttribute attribute : attributes) { in getAttribute() 579 if (attribute.getAttribute().equals(attr)) { in getAttribute() 580 return attribute; in getAttribute() 594 for (TagAttribute attribute : attributes) { in getAttributes() 595 if (attribute.getAttribute().equals(attr)) { in getAttributes() 596 result.add(attribute); in getAttributes() 765 private final HTML.Attribute attribute; field in HtmlDocument.TagAttribute 777 private TagAttribute(HTML.Attribute attribute, String value, String originalHtml) { in TagAttribute() argument 778 X.assertTrue(attribute != null); in TagAttribute() 779 this.attribute = attribute; in TagAttribute() [all …]
|
D | HTML4.java | 127 private static HTML.Attribute addAttribute(String attribute) { in addAttribute() argument 128 return addAttribute(attribute, HTML.Attribute.NO_TYPE); in addAttribute() 131 private static HTML.Attribute addAttribute(String attribute, int type) { in addAttribute() argument 132 return addAttribute(attribute, type, null); in addAttribute() 135 private static HTML.Attribute addAttribute(String attribute, in addAttribute() argument 138 attribute = attribute.toLowerCase(); in addAttribute() 147 HTML.Attribute attr = new HTML.Attribute(attribute, type, valueSet); in addAttribute() 148 attributes.put(attribute, attr); in addAttribute()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | WnnSentence.java | 45 this.attribute = 0; in WnnSentence() 56 this.attribute = headClause.attribute; in WnnSentence() 71 this.attribute = 2; in WnnSentence() 88 this.attribute = clause.attribute; in WnnSentence() 106 this.attribute = prev.attribute; in WnnSentence() 127 this.attribute = head.attribute; in WnnSentence() 137 this.attribute = 2; in WnnSentence()
|
D | OpenWnn.java | 221 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument 222 super.onStartInput(attribute, restarting); in onStartInput() 230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 231 super.onStartInputView(attribute, restarting); in onStartInputView() 243 if (mInputViewManager != null) { mInputViewManager.setPreferences(pref, attribute); } in onStartInputView()
|
D | WnnWord.java | 36 public int attribute; field in WnnWord 112 …lic WnnWord(int id, String candidate, String stroke, WnnPOS posTag, int frequency, int attribute) { in WnnWord() argument 118 this.attribute = attribute; in WnnWord()
|
D | OpenWnnEN.java | 310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 311 super.onStartInputView(attribute, restarting); in onStartInputView() 337 fitInputType(pref, attribute); in onStartInputView()
|
D | SymbolList.java | 149 String attribute = xrp.getName(); in getXmlfile() local 150 if (XMLTAG_KEY.equals(attribute)) { in getXmlfile()
|
D | OpenWnnJAJP.java | 535 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 539 super.onStartInputView(attribute, restarting); in onStartInputView() 550 super.onStartInputView(attribute, restarting); in onStartInputView() 567 fitInputType(pref, attribute); in onStartInputView()
|
/packages/apps/Mms/src/com/android/mms/dom/ |
D | ElementImpl.java | 106 Attr attribute = getAttributeNode(name); in setAttribute() local 107 if (attribute == null) { in setAttribute() 108 attribute = mOwnerDocument.createAttribute(name); in setAttribute() 110 attribute.setNodeValue(value); in setAttribute() 111 mAttributes.setNamedItem(attribute); in setAttribute()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AutoInstallsLayout.java | 531 private static String getAttributeValue(XmlResourceParser parser, String attribute) { in getAttributeValue() argument 533 "http://schemas.android.com/apk/res-auto/com.android.launcher3", attribute); in getAttributeValue() 535 value = parser.getAttributeValue(null, attribute); in getAttributeValue() 544 private static int getAttributeResourceValue(XmlResourceParser parser, String attribute, in getAttributeResourceValue() argument 547 "http://schemas.android.com/apk/res-auto/com.android.launcher3", attribute, in getAttributeResourceValue() 550 value = parser.getAttributeResourceValue(null, attribute, defaultValue); in getAttributeResourceValue()
|
D | LauncherProvider.java | 2257 private static String getAttributeValue(XmlResourceParser parser, String attribute) { in getAttributeValue() argument 2259 "http://schemas.android.com/apk/res-auto/com.android.launcher3", attribute); in getAttributeValue() 2261 value = parser.getAttributeValue(null, attribute); in getAttributeValue() 2270 private static int getAttributeResourceValue(XmlResourceParser parser, String attribute, in getAttributeResourceValue() argument 2273 "http://schemas.android.com/apk/res-auto/com.android.launcher3", attribute, in getAttributeResourceValue() 2276 value = parser.getAttributeResourceValue(null, attribute, defaultValue); in getAttributeResourceValue()
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | MosaicRendererSurfaceView.java | 204 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() argument 206 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib() 296 int attribute = attributes[i]; in printConfig() local 298 if (egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
|
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/ |
D | SmilXmlSerializer.java | 55 Attr attribute = (Attr)attributes.item(i); in writeElement() local 56 writer.write(" " + attribute.getName()); in writeElement() 57 writer.write("=\"" + attribute.getValue() + "\""); in writeElement()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | BaseAccountType.java | 685 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr() argument 686 return attrs.getAttributeBooleanValue(null, attribute, defaultValue); in getAttr() 689 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr() argument 690 return attrs.getAttributeIntValue(null, attribute, defaultValue); in getAttr() 693 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr() argument 694 return attrs.getAttributeValue(null, attribute); in getAttr()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | XmlParseUtils.java | 55 final String attribute) { in IllegalAttribute() argument 56 super("Tag " + tag + " has illegal attribute " + attribute, parser); in IllegalAttribute()
|
/packages/apps/Email/tests/src/com/android/emailcommon/mail/ |
D | MessageTestUtils.java | 251 public TextBuilder addTag(String tag, String attribute, String value) { in addTag() argument 252 return addText(String.format("<%s %s=\"%s\">", tag, attribute, value)); in addTag()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 644 serializer.attribute(null, LENGTH_ATTRIBUTE, Objects.toString(values.size())); 653 serializer.attribute(null, LENGTH_ATTRIBUTE, "0"); 705 serializer.attribute(null, VERSION, Objects.toString(EXPECTED_STATE_VERSION));
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredServicesCache.java | 423 out.attribute(null, "component", service.getKey().flattenToString()); in writeDynamicAidsLocked() 424 out.attribute(null, "uid", Integer.toString(service.getValue().uid)); in writeDynamicAidsLocked()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | sample.combined | 6 # the content, these are included as is in the binary file. The first attribute
|