Searched refs:mEstimatedStorageRequirement (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java102 private long mEstimatedStorageRequirement = DATABASE_MIN_SIZE; field in class:LegacyContactImporter
145 mEstimatedStorageRequirement = oldDatabaseSize * DATABASE_SIZE_MULTIPLIER / 1024 / 1024;
146 if (mEstimatedStorageRequirement < DATABASE_MIN_SIZE) {
147 mEstimatedStorageRequirement = DATABASE_MIN_SIZE;
154 return mEstimatedStorageRequirement;
H A DContactsProvider2.java1362 private long mEstimatedStorageRequirement = 0; field in class:ContactsProvider2
1960 mEstimatedStorageRequirement = importer.getEstimatedStorageRequirement();
5980 row.add(mEstimatedStorageRequirement);

Completed in 126 milliseconds