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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoStore.java51 private long mTotalSize = 0; field in class:PhotoStore
95 mTotalSize = 0;
100 return mTotalSize;
255 mTotalSize += entry.size;
258 mTotalSize += (entry.size - oldEntry.size);
270 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.java161 private long mTotalSize; field in class:StorageMeasurement
204 receiver.updateApproximate(this, mTotalSize, mAvailSize);
384 mTotalSize = stats[0];
402 details.totalSize = mTotalSize;
H A DStorageVolumePreferenceCategory.java80 private long mTotalSize; field in class:StorageVolumePreferenceCategory
299 mTotalSize = totalSize;
357 mUsageBarPreference.addEntry(order, size / (float) mTotalSize, pref.color);
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java129 private TextView mTotalSize; field in class:InstalledAppDetails
436 mTotalSize = (TextView)view.findViewById(R.id.total_size_text);
902 mTotalSize.setText(mComputingStr);
939 mTotalSize.setText(getSizeStr(mAppEntry.size));

Completed in 107 milliseconds