Home
last modified time | relevance | path

Searched refs:currentTime (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactAggregationScheduler.java123 mInitialRequestTimestamp = currentTime(); in schedule()
148 if (currentTime() - mInitialRequestTimestamp < MAX_AGGREGATION_DELAY) { in schedule()
158 if (currentTime() - mInitialRequestTimestamp < MAX_AGGREGATION_DELAY) { in schedule()
180 mLastAggregationEndedTimestamp = currentTime(); in run()
214 /* package */ long currentTime() { in currentTime() method in ContactAggregationScheduler
/packages/apps/Calendar/src/com/android/calendar/
DAlertService.java413 long currentTime = System.currentTimeMillis(); in processMessage() local
414 values.put(CalendarAlerts.NOTIFY_TIME, currentTime); in processMessage()
420 if (currentTime > alarmTime + DateUtils.MINUTE_IN_MILLIS) { in processMessage()
421 long minutesLate = (currentTime - alarmTime) / DateUtils.MINUTE_IN_MILLIS; in processMessage()
424 String currentTimeStr = DateUtils.formatDateTime(this, currentTime, flags); in processMessage()
DMonthActivity.java94 Time currentTime = current.getTime(); in goTo() local
101 int currentMonth = currentTime.month + currentTime.year * 12; in goTo()
DAlertActivity.java171 long currentTime = System.currentTimeMillis(); in makeContentValues() local
172 values.put(CalendarAlerts.CREATION_TIME, currentTime); in makeContentValues()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java155 long currentTime() { in currentTime() method in SynchronousContactsProvider2.SynchronousAggregationScheduler
DLegacyContactImporterPerformanceTest.java135 long currentTime() { in currentTime() method in LegacyContactImporterPerformanceTest.TestAggregationScheduler
DContactAggregationSchedulerTest.java174 long currentTime() { in currentTime() method in ContactAggregationSchedulerTest.TestContactAggregationScheduler