OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAMESPACE_FIELD
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AssetFactory.java
37
String namespace = asset.optString(Utils.
NAMESPACE_FIELD
, null);
40
FIELD_NOT_STRING_FORMAT_STRING, Utils.
NAMESPACE_FIELD
));
AssetMatcherFactory.java
34
String namespace = queryObject.optString(Utils.
NAMESPACE_FIELD
, null);
37
FIELD_NOT_STRING_FORMAT_STRING, Utils.
NAMESPACE_FIELD
));
Utils.java
40
public static final String
NAMESPACE_FIELD
= "namespace";
WebAsset.java
76
writer.writeFieldLower(Utils.
NAMESPACE_FIELD
, Utils.NAMESPACE_WEB);
AndroidAppAsset.java
68
writer.writeFieldLower(Utils.
NAMESPACE_FIELD
, Utils.NAMESPACE_ANDROID_APP);
Completed in 47 milliseconds