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

/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java91 private static final String TAG_DISABLED_COMPONENTS = "disabled-components"; field in class:Settings
916 } else if (tagName.equals(TAG_DISABLED_COMPONENTS)) {
1062 serializer.startTag(null, TAG_DISABLED_COMPONENTS);
1068 serializer.endTag(null, TAG_DISABLED_COMPONENTS);
2166 if (tagName.equals(TAG_DISABLED_COMPONENTS)) {

Completed in 213 milliseconds