Searched refs:mTotalSize (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoStore.java52 private long mTotalSize = 0; field in class:PhotoStore
96 mTotalSize = 0;
101 return mTotalSize;
256 mTotalSize += entry.size;
259 mTotalSize += (entry.size - oldEntry.size);
271 mTotalSize -= entry.size;
/packages/apps/Browser/tests/src/com/android/browser/
H A DWebStorageSizeManagerUnitTests.java41 private long mTotalSize; field in class:WebStorageSizeManagerUnitTests.MockDiskInfo
48 return mTotalSize;
56 mTotalSize = totalSize;
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageMeasurement.java95 private long mTotalSize; field in class:StorageMeasurement
178 bundle.putLong(TOTAL_SIZE, mTotalSize);
194 bundle.putLong(TOTAL_SIZE, mTotalSize);
377 mTotalSize = totalBlocks * blockSize;
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java105 private TextView mTotalSize; field in class:InstalledAppDetails
343 mTotalSize = (TextView)view.findViewById(R.id.total_size_text);
548 mTotalSize.setText(mComputingStr);
577 mTotalSize.setText(getSizeStr(mAppEntry.size));

Completed in 184 milliseconds