Searched defs:TYPE_INTEGER (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java147 private static final String TYPE_INTEGER = "i"; field in class:Content.Parser
361 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java84 public static final int TYPE_INTEGER = 5; field in class:RestrictionEntry
183 * Constructor for {@link #TYPE_INTEGER} type.
189 mType = TYPE_INTEGER;
288 * Returns the value of the entry as an integer when the type is {@link #TYPE_INTEGER}.
296 * Sets the integer value of the entry when the type is {@link #TYPE_INTEGER}.
/frameworks/base/include/androidfw/
H A DResourceTypes.h1459 TYPE_INTEGER = 1<<2, enumerator in enum:android::ResTable_map::__anon1020

Completed in 1083 milliseconds