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