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