HomeSort by relevance Sort by last modified time
    Searched refs:mEstimatedStorageRequirement (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 100 private long mEstimatedStorageRequirement = DATABASE_MIN_SIZE;
142 mEstimatedStorageRequirement = oldDatabaseSize * DATABASE_SIZE_MULTIPLIER / 1024 / 1024;
143 if (mEstimatedStorageRequirement < DATABASE_MIN_SIZE) {
144 mEstimatedStorageRequirement = DATABASE_MIN_SIZE;
151 return mEstimatedStorageRequirement;
    [all...]
ContactsProvider2.java     [all...]

Completed in 293 milliseconds