Searched refs:persisted (Results 1 – 3 of 3) sorted by relevance
511 final ArrayList<UriPermission> persisted = Lists.newArrayList(); in maybePrunePersistedUriGrants()514 persisted.add(perm); in maybePrunePersistedUriGrants()518 final int trimCount = persisted.size() - MAX_PERSISTED_URI_GRANTS; in maybePrunePersistedUriGrants()521 Collections.sort(persisted, new UriPermission.PersistedTimeComparator()); in maybePrunePersistedUriGrants()523 final UriPermission perm = persisted.get(i); in maybePrunePersistedUriGrants()
1106 public void writeToProto(ProtoOutputStream protoOutputStream, long fieldId, boolean persisted, in writeToProto() argument1128 if (!persisted && windowConfiguration != null) { in writeToProto()
825 // execution time, but not persisted by the system. This is provided by