Searched refs:DbProperties (Results 1 – 7 of 7) sorted by relevance
60 ContactsDatabaseHelper.DbProperties.DATABASE_TIME_CREATED, ""); in onReceive()68 ContactsDatabaseHelper.DbProperties.DATABASE_TIME_CREATED, ""); in onReceive()
41 import com.android.providers.contacts.ContactsDatabaseHelper.DbProperties;182 getDbHelper().setProperty(DbProperties.KNOWN_DIRECTORY_PACKAGES, in saveKnownDirectoryProviders()188 final String prev = getDbHelper().getProperty(DbProperties.KNOWN_DIRECTORY_PACKAGES, ""); in haveKnownDirectoryProvidersChanged()205 getDbHelper().getProperty(DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in isRescanNeeded()246 getDbHelper().setProperty(DbProperties.DIRECTORY_SCAN_COMPLETE, "1"); in scanAllPackagesIfNeeded()
365 public interface DbProperties { interface in ContactsDatabaseHelper1116 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf( in setDatabaseCreationTime()1125 DbProperties.DATABASE_TIME_CREATED, ""); in loadDatabaseCreationTime()1141 DbProperties.DATABASE_TIME_CREATED, Long.toString(mDatabaseCreationTime)); in loadDatabaseCreationTime()1673 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in createDirectoriesTable()2409 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf( in onUpgrade()2716 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in onUpgrade()2753 final String dbLocale = getProperty(DbProperties.LOCALE, ""); in needsToUpdateLocaleData()2758 final String dbICUVersion = getProperty(DbProperties.ICU_VERSION, in needsToUpdateLocaleData()2793 PropertyUtils.setProperty(db, DbProperties.ICU_VERSION, getDeviceIcuVersion()); in rebuildLocaleData()[all …]
68 import com.android.providers.contacts.CallLogDatabaseHelper.DbProperties;1334 ? DbProperties.CALL_LOG_LAST_SYNCED_FOR_SHADOW in getLastSyncTimePropertyName()1335 : DbProperties.CALL_LOG_LAST_SYNCED; in getLastSyncTimePropertyName()
81 public interface DbProperties { interface in CallLogDatabaseHelper
155 import com.android.providers.contacts.ContactsDatabaseHelper.DbProperties;5372 stringToAccounts(dbHelper.getProperty(DbProperties.KNOWN_ACCOUNTS, "")); in haveAccountsChanged()5386 DbProperties.KNOWN_ACCOUNTS, accountsToString(Sets.newHashSet(systemAccounts))); in saveAccounts()10112 mContactsHelper.getProperty(DbProperties.AGGREGATION_ALGORITHM, "1")); in isAggregationUpgradeNeeded()10182 mContactsHelper.setProperty(DbProperties.AGGREGATION_ALGORITHM, in updateAggregationAlgorithmVersion()
95 import com.android.providers.contacts.ContactsDatabaseHelper.DbProperties;6657 dbHelper.setProperty(DbProperties.KNOWN_ACCOUNTS, "x"); in testHaveAccountsChanged()