Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogDatabaseHelper.java34 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()
H A DContactsDatabaseHelper.java104 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 …]
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DPropertyUtils.java26 public class PropertyUtils { class
27 private PropertyUtils() { in PropertyUtils() method in PropertyUtils
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsDatabaseHelperUpgradeTest.java62 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),
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...