Searched refs:mExpiryTime (Results 1 – 5 of 5) sorted by relevance
32 @NonNull private final long mExpiryTime; field in ODPAuthorizationToken62 this.mExpiryTime = expiryTime; in ODPAuthorizationToken()64 NonNull.class, null, mExpiryTime); in ODPAuthorizationToken()86 return mExpiryTime; in getExpiryTime()105 && mExpiryTime == that.mExpiryTime; in equals()118 _hash = 31 * _hash + Long.hashCode(mExpiryTime); in hashCode()133 private @NonNull long mExpiryTime; field in ODPAuthorizationToken.Builder153 mExpiryTime = expiryTime; in Builder()155 NonNull.class, null, mExpiryTime); in Builder()186 mExpiryTime = value; in setExpiryTime()[all …]
62 private final long mExpiryTime; field in FederatedComputeEncryptionKey122 this.mExpiryTime = expiryTime; in FederatedComputeEncryptionKey()164 return mExpiryTime; in getExpiryTime()184 && mExpiryTime == that.mExpiryTime; in equals()198 _hash = 31 * _hash + Long.hashCode(mExpiryTime); in hashCode()214 private long mExpiryTime; field in FederatedComputeEncryptionKey.Builder247 mExpiryTime = expiryTime; in Builder()301 mExpiryTime = value; in setExpiryTime()315 mExpiryTime); in build()
42 private long mExpiryTime; field in ANQPData66 mExpiryTime = mClock.getElapsedSinceBootMillis() + dataLifetime; in ANQPData()76 mExpiryTime = mClock.getElapsedSinceBootMillis() + DATA_LIFETIME_MILLISECONDS; in update()95 return mExpiryTime <= at; in expired()103 sb.append(" expires in ").append(Utils.toHMS(mExpiryTime - now)).append(' '); in toString()
115 private long mExpiryTime = -1; field in CaptivePortalData.Builder214 mExpiryTime = expiryTime; in setExpiryTime()242 mIsSessionExtendable, mBytesRemaining, mExpiryTime, mCaptive, in build()
75 private long mExpiryTime; field in Source580 && mExpiryTime == source.mExpiryTime in equals()637 mExpiryTime, in hashCode()767 return mExpiryTime; in getExpiryTime()1360 builder.setExpiryTime(copyFrom.mExpiryTime); in from()1492 mBuilding.mExpiryTime = expiryTime; in setExpiryTime()