Searched refs:TIME (Results 1 – 7 of 7) sorted by relevance
39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)") variable56 m = TIME.match(s[0])
59 private static final Time TIME = new Time(); field in CallLogGroupBuilder258 int days = DateUtils.getDayDifference(TIME, date, now); in getDayGroup()
74 msgTimeMillis = parseTime(wrappedData.getString(OmtpConstants.TIME)); in SyncMessage()
74 public static final String TIME = "dt"; field in OmtpConstants
174 TimeUnit.MILLISECONDS.toDays(System.currentTimeMillis() - Build.TIME); in refreshBuildInfo()
1659 case TIME: in getType()4860 private static final int TIME = 23; field in CalendarProvider24921 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time/#", TIME); in sUriMatcher.addURI() argument4922 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time", TIME); in sUriMatcher.addURI() argument
908 return Build.TIME / 1000; in lastModifiedTime()