Home
last modified time | relevance | path

Searched refs:PropertyUtils (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java34 import com.android.providers.contacts.util.PropertyUtils;
102 PropertyUtils.createPropertiesTable(db); in onCreate()
257 return PropertyUtils.getProperty(getReadableDatabase(), key, defaultValue); in getProperty()
261 PropertyUtils.setProperty(getWritableDatabase(), key, value); in setProperty()
468 if ("1".equals(PropertyUtils.getProperty(calllog, DbProperties.DATA_MIGRATED, ""))) { in migrateFromLegacyTables()
513 PropertyUtils.setProperty(calllog, DbProperties.CALL_LOG_LAST_SYNCED, in migrateFromLegacyTables()
514 PropertyUtils.getProperty(contacts, in migrateFromLegacyTables()
531 PropertyUtils.setProperty(calllog, DbProperties.DATA_MIGRATED, "1"); in migrateFromLegacyTables()
DContactsDatabaseHelper.java23 import com.android.providers.contacts.util.PropertyUtils;
1124 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf( in setDatabaseCreationTime()
1132 final String timestamp = PropertyUtils.getProperty(db, in loadDatabaseCreationTime()
1148 PropertyUtils.setProperty(db, in loadDatabaseCreationTime()
1242 PropertyUtils.createPropertiesTable(db); in onCreate()
1717 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in createDirectoriesTable()
2443 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf( in onUpgrade()
2695 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0"); in onUpgrade()
2724 PropertyUtils.setProperty(db, SearchIndexManager.PROPERTY_SEARCH_INDEX_VERSION, "0"); in rebuildSearchIndex()
2773 PropertyUtils.setProperty(db, DbProperties.ICU_VERSION, getDeviceIcuVersion()); in rebuildLocaleData()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPropertyUtils.java26 public class PropertyUtils { class
27 private PropertyUtils() { in PropertyUtils() method in PropertyUtils
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java67 import com.android.providers.contacts.util.PropertyUtils;
219 new TableColumn(PropertyUtils.PropertiesColumns.PROPERTY_KEY, TEXT, false, null),
220 new TableColumn(PropertyUtils.PropertiesColumns.PROPERTY_VALUE, TEXT, false, null),
571 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS),
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...