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