Searched refs:subSecs (Results 1 – 2 of 2) sorted by relevance
2028 String subSecs = getAttribute(TAG_SUBSEC_TIME); in getDateTime() local2029 if (subSecs != null) { in getDateTime()2031 long sub = Long.parseLong(subSecs); in getDateTime()
1959 String subSecs = getAttribute(TAG_SUBSEC_TIME); in getDateTime() local1960 if (subSecs != null) { in getDateTime()1962 long sub = Long.parseLong(subSecs); in getDateTime()