Searched refs:TIME (Results 1 – 9 of 9) 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
175 TimeUnit.MILLISECONDS.toDays(System.currentTimeMillis() - Build.TIME); in refreshBuildInfo()
265 .format(Instant.ofEpochMilli(Build.TIME));
520 .format(Instant.ofEpochMilli(Build.TIME));
1679 case TIME: in getType()4884 private static final int TIME = 23; field in CalendarProvider24945 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time/#", TIME); in sUriMatcher.addURI() argument4946 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time", TIME); in sUriMatcher.addURI() argument
1648 return Build.TIME / 1000; in lastModifiedTime()