Searched refs:PropertyUtils (Results 1 – 5 of 5) sorted by relevance
34 import com.android.providers.contacts.util.PropertyUtils;98 PropertyUtils.createPropertiesTable(db); in onCreate()237 return PropertyUtils.getProperty(getReadableDatabase(), key, defaultValue); in getProperty()241 PropertyUtils.setProperty(getWritableDatabase(), key, value); in setProperty()293 if ("1".equals(PropertyUtils.getProperty(calllog, DbProperties.DATA_MIGRATED, ""))) { in migrateFromLegacyTables()338 PropertyUtils.setProperty(calllog, DbProperties.CALL_LOG_LAST_SYNCED, in migrateFromLegacyTables()339 PropertyUtils.getProperty(contacts, in migrateFromLegacyTables()356 PropertyUtils.setProperty(calllog, DbProperties.DATA_MIGRATED, "1"); in migrateFromLegacyTables()
22 import com.android.providers.contacts.util.PropertyUtils;1111 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf( in setDatabaseCreationTime()1119 final String timestamp = PropertyUtils.getProperty(db, in loadDatabaseCreationTime()1135 PropertyUtils.setProperty(db, in loadDatabaseCreationTime()1229 PropertyUtils.createPropertiesTable(db); in onCreate()1702 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in createDirectoriesTable()2458 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf( in onUpgrade()2698 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in onUpgrade()2727 PropertyUtils.setProperty(db, SearchIndexManager.PROPERTY_SEARCH_INDEX_VERSION, "0"); in rebuildSearchIndex()2772 PropertyUtils.setProperty(db, DbProperties.ICU_VERSION, ICU.getIcuVersion()); in rebuildLocaleData()[all …]
26 public class PropertyUtils { class27 private PropertyUtils() { in PropertyUtils() method in PropertyUtils
68 import com.android.providers.contacts.util.PropertyUtils;228 new TableColumn(PropertyUtils.PropertiesColumns.PROPERTY_KEY, TEXT, false, null),229 new TableColumn(PropertyUtils.PropertiesColumns.PROPERTY_VALUE, TEXT, false, null),578 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS),
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...