Searched refs:idCreationTime (Results 1 – 2 of 2) sorted by relevance
95 public final long idCreationTime; field in RemoteAccessStorage.ClientIdEntry98 ClientIdEntry(String clientId, long idCreationTime, String uidName) { in ClientIdEntry() argument101 this.idCreationTime = idCreationTime; in ClientIdEntry()114 return clientId.equals(other.clientId) && idCreationTime == other.idCreationTime in equals()120 return Objects.hash(clientId, idCreationTime, uidName); in hashCode()126 .append(", idCreationTime: ").append(idCreationTime).append(", uidName: ") in toString()239 values.put(COLUMN_CLIENT_ID_CREATION_TIME, entry.idCreationTime); in replaceEntry()
1284 new ClientToken(entry.clientId, entry.idCreationTime)); in populatePackageClientIdMapping()