Searched defs:DbProperties (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogDatabaseHelper.java66 public interface DbProperties { interface in class:CallLogDatabaseHelper
297 if ("1".equals(PropertyUtils.getProperty(calllog, DbProperties.DATA_MIGRATED, ""))) {
342 PropertyUtils.setProperty(calllog, DbProperties.CALL_LOG_LAST_SYNCED,
360 PropertyUtils.setProperty(calllog, DbProperties.DATA_MIGRATED, "1");
H A DContactsDatabaseHelper.java355 public interface DbProperties { interface in class:ContactsDatabaseHelper
1022 * Time when the DB was created. It's persisted in {@link DbProperties#DATABASE_TIME_CREATED},
1119 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf(
1128 DbProperties.DATABASE_TIME_CREATED, "");
1144 DbProperties.DATABASE_TIME_CREATED, Long.toString(mDatabaseCreationTime));
1710 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0");
2466 PropertyUtils.setProperty(db, DbProperties.DATABASE_TIME_CREATED, String.valueOf(
2706 PropertyUtils.setProperty(db, DbProperties.DIRECTORY_SCAN_COMPLETE, "0");
2743 final String dbLocale = getProperty(DbProperties.LOCALE, "");
2748 final String dbICUVersion = getProperty(DbProperties
[all...]

Completed in 77 milliseconds