Searched refs:ATTR_USER_SET (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java250 private static final String ATTR_USER_SET = "set"; field in class:Settings
5295 serializer.attribute(null, ATTR_USER_SET, "true");
5477 if ("true".equals(parser.getAttributeValue(null, ATTR_USER_SET))) {
H A DPackageManagerService.java1387 private static final String ATTR_USER_SET = "set"; field in class:PackageManagerService
20293 serializer.attribute(null, ATTR_USER_SET, "true");
20337 if ("true".equals(parser.getAttributeValue(null, ATTR_USER_SET))) {
[all...]

Completed in 55 milliseconds