HomeSort by relevance Sort by last modified time
    Searched refs:readIntAttribute (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 67 import static com.android.internal.util.XmlUtils.readIntAttribute;
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 771 int storedId = readIntAttribute(parser, ATTR_ID, -1);
776 serialNumber = readIntAttribute(parser, ATTR_SERIAL_NO, id);
777 flags = readIntAttribute(parser, ATTR_FLAGS, 0);
783 failedAttempts = readIntAttribute(parser, ATTR_FAILED_ATTEMPTS, 0);
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 920 public static int readIntAttribute(XmlPullParser in, String name) throws IOException {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 20 import static com.android.internal.util.XmlUtils.readIntAttribute;
    [all...]

Completed in 61 milliseconds