Searched defs:TYPE_STRING (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java100 static final int TYPE_STRING = 'L' | 's' << 8; field in class:TypedProperties
128 return TYPE_STRING;
325 } else if (type == TYPE_STRING) {
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java146 private static final String TYPE_STRING = "s"; field in class:Content.Parser
357 if (TYPE_STRING.equals(type)) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java91 public static final int TYPE_STRING = 6; field in class:RestrictionEntry
/frameworks/base/core/java/android/util/
H A DTypedValue.java40 public static final int TYPE_STRING = 0x03; field in class:TypedValue
436 if (t == TYPE_STRING) {
506 if (type == TYPE_STRING) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java810 private static final String TYPE_STRING = "string"; field in class:PrintSpoolerService.PersistenceManager
1032 serializer.attribute(null, ATTR_TYPE, TYPE_STRING);
1310 if (TYPE_STRING.equals(type)) {
/frameworks/base/tools/aapt/
H A DAaptAssets.h350 TYPE_STRING enumerator in enum:AaptSymbolEntry::__anon1135
386 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
/frameworks/base/include/androidfw/
H A DResourceTypes.h280 TYPE_STRING = 0x03, enumerator in enum:android::Res_value::__anon978
1455 TYPE_STRING = 1<<1, enumerator in enum:android::ResTable_map::__anon1020

Completed in 434 milliseconds