Searched defs:TAG_UNDEFINED (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java143 private static final int TAG_UNDEFINED = -1; field in class:AppWidgetServiceImpl
2807 provider.tag = TAG_UNDEFINED;
2813 host.tag = TAG_UNDEFINED;
3019 parser.getAttributeValue(null, "p"), 16) : TAG_UNDEFINED;
3674 int tag = TAG_UNDEFINED; // for use while saving state (the index)
3784 int tag = TAG_UNDEFINED; // for use while saving state (the index)

Completed in 29 milliseconds