Home
last modified time | relevance | path

Searched defs:TIME (Results 1 – 2 of 2) sorted by relevance

/packages/providers/CalendarProvider/
Dmaketests.py39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)") variable
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java4545 private static final int TIME = 23; field in CalendarProvider2
4600 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time/#", TIME); in sUriMatcher.addURI() argument
4601 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time", TIME); in sUriMatcher.addURI() argument