Searched refs:cachedGrantTime (Results 1 – 1 of 1) sorted by relevance
615 Instant cachedGrantTime = mUidToGrantTime.get(uid); in get() local616 return cachedGrantTime == null ? Optional.empty() : Optional.of(cachedGrantTime); in get()