| /frameworks/base/core/java/android/util/ |
| D | AttributeSet.java | 122 public String getAttributeValue(String namespace, String name); in getAttributeValue() 161 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 203 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 229 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| D | XmlPullAttributes.java | 49 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 61 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 67 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 73 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 79 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 85 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 91 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
| D | NopAttributeSet.java | 46 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 61 public int getAttributeListValue(String namespace, String attribute, String[] options, int in getAttributeListValue() 67 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 73 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 78 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 83 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 89 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| D | BridgeLayoutParamsMapAttributes.java | 41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 84 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 90 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 96 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 102 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 108 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 114 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| D | BridgeXmlBlockParser.java | 286 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 352 public void require(int type, String namespace, String name) in require() 415 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 426 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() 436 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 446 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 462 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 472 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue()
|
| /frameworks/layoutlib/bridge/src/android/util/ |
| D | BridgeXmlPullAttributes.java | 103 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 120 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 137 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 144 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 179 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 196 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| /frameworks/base/core/java/android/net/ |
| D | LocalSocketAddress.java | 60 private final Namespace namespace; field in LocalSocketAddress 68 public LocalSocketAddress(String name, Namespace namespace) { in LocalSocketAddress()
|
| D | LocalSocketImpl.java | 201 int namespace) throws IOException; in connectLocal() 202 private native void bindLocal(FileDescriptor fd, String name, int namespace) in bindLocal()
|
| /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
| D | AssetFactory.java | 37 String namespace = asset.optString(Utils.NAMESPACE_FIELD, null); in create() local
|
| D | AssetMatcherFactory.java | 34 String namespace = queryObject.optString(Utils.NAMESPACE_FIELD, null); in create() local
|
| /frameworks/base/core/java/android/content/res/ |
| D | XmlBlock.java | 227 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 271 …public void require(int type, String namespace, String name) throws XmlPullParserException,IOExcep… in require() 318 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 326 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 334 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 342 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 350 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 359 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() 536 …private static final native int nativeGetAttributeIndex(long state, String namespace, String name); in nativeGetAttributeIndex()
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | FastXmlSerializer.java | 184 public XmlSerializer attribute(String namespace, String name, String value) throws IOException, in attribute() 219 public XmlSerializer endTag(String namespace, String name) throws IOException, in endTag() 297 public String getPrefix(String namespace, boolean generatePrefix) in getPrefix() 355 public void setPrefix(String prefix, String namespace) throws IOException, in setPrefix() 372 public XmlSerializer startTag(String namespace, String name) throws IOException, in startTag()
|
| /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
| D | LayoutPullParser.java | 92 String namespace = getAttributeNamespace(i); in getViewCookie() local
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | LayoutParserWrapper.java | 174 public String getAttributeValue(@Nullable String namespace, String name) { in getAttributeValue() 208 public final String namespace; field in LayoutParserWrapper.Attribute 212 public Attribute(@Nullable String namespace, String name, String value) { in Attribute()
|
| /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
| D | RemoteXmlPullParser.java | 95 String getAttributeValue(String namespace, String name) throws RemoteException; in getAttributeValue() 103 void require(int type, String namespace, String name) in require()
|
| /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
| D | RemoteXmlPullParserAdapter.java | 311 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 339 public void require(int type, String namespace, String name) in require()
|
| /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
| D | RemoteXmlPullParserAdapter.java | 200 public String getAttributeValue(String namespace, String name) throws RemoteException { in getAttributeValue() 220 public void require(int type, String namespace, String name) in require()
|
| /frameworks/base/services/core/java/com/android/server/timezone/ |
| D | PackageStatusStorage.java | 321 final String namespace = null; in writePackageStatusLocked() local
|