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

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java121 private static final int TAG_UNDEFINED = -1; field in class:AppWidgetServiceImpl
2388 provider.tag = TAG_UNDEFINED;
2394 host.tag = TAG_UNDEFINED;
2600 parser.getAttributeValue(null, "p"), 16) : TAG_UNDEFINED;
3220 int tag = TAG_UNDEFINED; // for use while saving state (the index)
3305 int tag = TAG_UNDEFINED; // for use while saving state (the index)

Completed in 43 milliseconds