Home
last modified time | relevance | path

Searched defs:namespace (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/util/
DAttributeSet.java122 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()
DXmlPullAttributes.java49 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/
DNopAttributeSet.java46 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()
DBridgeLayoutParamsMapAttributes.java41 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()
DBridgeXmlBlockParser.java286 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/
DBridgeXmlPullAttributes.java103 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/
DLocalSocketAddress.java60 private final Namespace namespace; field in LocalSocketAddress
68 public LocalSocketAddress(String name, Namespace namespace) { in LocalSocketAddress()
DLocalSocketImpl.java201 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/
DAssetFactory.java37 String namespace = asset.optString(Utils.NAMESPACE_FIELD, null); in create() local
DAssetMatcherFactory.java34 String namespace = queryObject.optString(Utils.NAMESPACE_FIELD, null); in create() local
/frameworks/base/core/java/android/content/res/
DXmlBlock.java227 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/
DFastXmlSerializer.java184 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/
DLayoutPullParser.java92 String namespace = getAttributeNamespace(i); in getViewCookie() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java174 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/
DRemoteXmlPullParser.java95 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/
DRemoteXmlPullParserAdapter.java311 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/
DRemoteXmlPullParserAdapter.java200 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/
DPackageStatusStorage.java321 final String namespace = null; in writePackageStatusLocked() local