Searched defs:readLongAttribute (Results 1 – 2 of 2) sorted by relevance
1546 public static long readLongAttribute(XmlPullParser in, String name, long defaultValue) { in readLongAttribute() method in XmlUtils1555 public static long readLongAttribute(XmlPullParser in, String name) throws IOException { in readLongAttribute() method in XmlUtils
1163 private long readLongAttribute(XmlPullParser parser, String attr, long defaultValue) { in readLongAttribute() method in UserManagerService