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

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 270 AttrImpl newAttrImpl = (AttrImpl) newAttr;
272 if (newAttrImpl.document != this.document) {
276 if (newAttrImpl.getOwnerElement() != null) {
288 attributes.add(newAttrImpl);
289 newAttrImpl.ownerElement = this;
295 AttrImpl newAttrImpl = (AttrImpl) newAttr;
297 if (newAttrImpl.document != this.document) {
301 if (newAttrImpl.getOwnerElement() != null) {
313 attributes.add(newAttrImpl);
314 newAttrImpl.ownerElement = this
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 86 milliseconds