Home
last modified time | relevance | path

Searched refs:delayMillis (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryService.java202 long delayMillis) { in startInsert() argument
212 info.delayMillis = delayMillis; in startInsert()
238 String selection, String[] selectionArgs, long delayMillis) { in startUpdate() argument
250 info.delayMillis = delayMillis; in startUpdate()
275 String[] selectionArgs, long delayMillis) { in startDelete() argument
286 info.delayMillis = delayMillis; in startDelete()
306 ArrayList<ContentProviderOperation> cpo, long delayMillis) { in startBatch() argument
316 info.delayMillis = delayMillis; in startBatch()
DAsyncQueryServiceHelper.java70 public long delayMillis; field in AsyncQueryServiceHelper.OperationInfo
81 mScheduledTimeMillis = SystemClock.elapsedRealtime() + delayMillis; in calculateScheduledTime()
114 builder.append(delayMillis); in toString()
185 if (info.delayMillis > 0 && lastScheduleTime < info.mScheduledTimeMillis) { in getLastCancelableOperation()
/packages/apps/Calendar/tests/src/com/android/calendar/
DAsyncQueryServiceTest.java100 work[index].delayMillis = 0; in testQuery()
127 work[index].delayMillis = 0; in testInsert()
132 work[index].delayMillis); in testInsert()
155 work[index].delayMillis = 0; in testUpdate()
160 work[index].selection, work[index].selectionArgs, work[index].delayMillis); in testUpdate()
181 work[index].delayMillis = 0; in testDelete()
190 work[index].delayMillis); in testDelete()
212 work[index].delayMillis = 0; in testBatch()
222 work[index].delayMillis); in testBatch()
344 private OperationInfo generateWork(long delayMillis) { in generateWork() argument
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DCallDetailActivity.java190 private synchronized void postDelayed(Runnable runnable, long delayMillis) { in postDelayed() argument
196 blankView.postDelayed(runnable, delayMillis); in postDelayed()
/packages/apps/Phone/src/com/android/phone/
DCallNotifier.java1299 /* package */ void sendMwiChangedDelayed(long delayMillis) { in sendMwiChangedDelayed() argument
1301 sendMessageDelayed(message, delayMillis); in sendMwiChangedDelayed()
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java140 ArrayList<ContentProviderOperation> cpo, long delayMillis) { in getAsyncQueryService()