Home | History | Annotate | Download | only in content

Lines Matching refs:startTime

1063             sb.append("startTime ").append(mStartTime)
1797 public Long startTime = null;
1800 sb.append("isActive ").append(isActive).append(", startTime ").append(startTime);
2504 mSyncNotificationInfo.startTime = null;
2513 if (mSyncNotificationInfo.startTime == null) {
2514 mSyncNotificationInfo.startTime = now;
2529 now > mSyncNotificationInfo.startTime + SYNC_NOTIFICATION_DELAY;
2570 && mSyncHandler.mSyncNotificationInfo.startTime != null)
2571 ? mSyncHandler.mSyncNotificationInfo.startTime + SYNC_NOTIFICATION_DELAY