Searched refs:PropertyUtils (Results 1 – 5 of 5) sorted by relevance
34 import com.android.providers.contacts.util.PropertyUtils;102 PropertyUtils.createPropertiesTable(db); in onCreate()270 return PropertyUtils.getProperty(getReadableDatabase(), key, defaultValue); in getProperty()274 PropertyUtils.setProperty(getWritableDatabase(), key, value); in setProperty()491 if ("1".equals(PropertyUtils.getProperty(calllog, DbProperties.DATA_MIGRATED, ""))) { in migrateFromLegacyTables()536 PropertyUtils.setProperty(calllog, DbProperties.CALL_LOG_LAST_SYNCED, in migrateFromLegacyTables()537 PropertyUtils.getProperty(contacts, in migrateFromLegacyTables()554 PropertyUtils.setProperty(calllog, DbProperties.DATA_MIGRATED, "1"); in migrateFromLegacyTables()
104 import com.android.providers.contacts.util.PropertyUtils;1099 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf( in setDatabaseCreationTime()1107 final String timestamp = PropertyUtils.getProperty(db, in loadDatabaseCreationTime()1123 PropertyUtils.setProperty(db, in loadDatabaseCreationTime()1217 PropertyUtils.createPropertiesTable(db); in onCreate()1671 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in createDirectoriesTable()2634 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in onUpgrade()2712 PropertyUtils.setProperty(db, DbProperties.ICU_VERSION, getDeviceIcuVersion()); in rebuildLocaleData()2713 PropertyUtils.setProperty(db, DbProperties.LOCALE, locales.toString()); in rebuildLocaleData()4439 return PropertyUtils.getProperty(getReadableDatabase(), key, defaultValue); in getProperty()[all …]
26 public class PropertyUtils { class27 private PropertyUtils() { in PropertyUtils() method in PropertyUtils
62 import com.android.providers.contacts.util.PropertyUtils;214 new TableColumn(PropertyUtils.PropertiesColumns.PROPERTY_KEY, TEXT, false, null),215 new TableColumn(PropertyUtils.PropertiesColumns.PROPERTY_VALUE, TEXT, false, null),554 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS),
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...