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

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

Completed in 2942 milliseconds