Searched refs:mMaxCapacity (Results 1 – 9 of 9) sorted by relevance
28 final long mMaxCapacity; field in MtpRoot42 mMaxCapacity = maxCapacity; in MtpRoot()51 mMaxCapacity = storageInfo.getMaxCapacity(); in MtpRoot()64 mMaxCapacity == other.mMaxCapacity && in equals()71 ((int) mFreeSpace) ^ ((int) mMaxCapacity) ^ mVolumeIdentifier.hashCode(); in hashCode()
804 values.put(Document.COLUMN_SIZE, root.mMaxCapacity - root.mFreeSpace); in getStorageDocumentValues()808 extraValues.put(Root.COLUMN_CAPACITY_BYTES, root.mMaxCapacity); in getStorageDocumentValues()
41 mMaxCapacity(0), in MtpStorage()65 if (mMaxCapacity == 0) { in getMaxCapacity()69 mMaxCapacity = (uint64_t)stat.f_blocks * (uint64_t)stat.f_bsize; in getMaxCapacity()71 return mMaxCapacity; in getMaxCapacity()
33 mMaxCapacity(0), in MtpStorageInfo()55 if (!packet.getUInt64(mMaxCapacity)) return false; in read()73 mMaxCapacity, mFreeSpaceBytes, mFreeSpaceObjects); in print()
32 uint64_t mMaxCapacity; variable
33 uint64_t mMaxCapacity; variable
29 private long mMaxCapacity; field in MtpStorageInfo54 return mMaxCapacity; in getMaxCapacity()
324 if (storageInfo->mMaxCapacity) in android_mtp_MtpDevice_get_storage_info()325 env->SetLongField(info, field_storageInfo_maxCapacity, storageInfo->mMaxCapacity); in android_mtp_MtpDevice_get_storage_info()
4142 private final int mMaxCapacity; field in NetworkPolicyManagerService.ProcStateSeqHistory4157 mMaxCapacity = maxCapacity; in ProcStateSeqHistory()4158 mUids = new int[mMaxCapacity]; in ProcStateSeqHistory()4160 mProcStateSeqs = new long[mMaxCapacity]; in ProcStateSeqHistory()4192 if (next >= mMaxCapacity) { in increaseNext()4195 next = mMaxCapacity - 1; in increaseNext()