Searched refs:lastUpdatedTime (Results 1 – 5 of 5) sorted by relevance
34 public Quota(@NonNull Instant lastUpdatedTime, float remainingQuota) { in Quota() argument35 Objects.requireNonNull(lastUpdatedTime); in Quota()37 mLastUpdatedTime = lastUpdatedTime; in Quota()50 public void setLastUpdatedTime(Instant lastUpdatedTime) { in setLastUpdatedTime() argument51 mLastUpdatedTime = lastUpdatedTime; in setLastUpdatedTime()
359 Instant lastUpdatedTime = quota.getLastUpdatedTime(); in getAvailableQuota() local361 Duration timeSinceLastQuotaSpend = Duration.between(lastUpdatedTime, currentTime); in getAvailableQuota()
45 long lastUpdatedTime = ContactsProviderUtil.getUpdatedContactIds(mContext, in testGetUpdatedContactIds_getAll() local48 assertThat(lastUpdatedTime).isEqualTo( in testGetUpdatedContactIds_getAll()63 long lastUpdatedTime = ContactsProviderUtil.getUpdatedContactIds(mContext, in testGetUpdatedContactIds_getNone() local67 assertThat(lastUpdatedTime).isEqualTo( in testGetUpdatedContactIds_getNone()92 long lastUpdatedTime = ContactsProviderUtil.getUpdatedContactIds(mContext, in testGetUpdatedContactIds() local96 assertThat(lastUpdatedTime).isEqualTo( in testGetUpdatedContactIds()
52 public long lastUpdatedTime; field in DownloadEntry68 .append("last_updated").append(lastUpdatedTime).append(",") in toString()
316 long lastUpdatedTime = c.getLong(1); in updateSecondaryVersionCounter() local317 if (lastUpdatedTime > sContactsLastUpdated) { in updateSecondaryVersionCounter()