Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/
Dmaketests.py39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)") variable
56 m = TIME.match(s[0])
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1475 case TIME: in getType()
4534 private static final int TIME = 23; field in CalendarProvider2
4588 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time/#", TIME); in sUriMatcher.addURI() argument
4589 sUriMatcher.addURI(CalendarContract.AUTHORITY, "time", TIME); in sUriMatcher.addURI() argument