Searched refs:mAvailableStorageBytes (Results 1 – 1 of 1) sorted by relevance
76 @IntRange(from = 0) long mAvailableStorageBytes = 0; field in UserData173 this.mAvailableStorageBytes = availableStorageBytes; in UserData()175 IntRange.class, null, mAvailableStorageBytes, in UserData()221 return mAvailableStorageBytes; in getAvailableStorageBytes()287 && mAvailableStorageBytes == that.mAvailableStorageBytes in equals()304 _hash = 31 * _hash + Long.hashCode(mAvailableStorageBytes); in hashCode()324 dest.writeLong(mAvailableStorageBytes); in writeToParcel()358 this.mAvailableStorageBytes = availableStorageBytes; in UserData()360 IntRange.class, null, mAvailableStorageBytes, in UserData()405 private @IntRange(from = 0) long mAvailableStorageBytes; field in UserData.Builder[all …]