HomeSort by relevance Sort by last modified time
    Searched refs:DbProperties (Results 1 - 9 of 9) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
BootCompletedReceiver.java 60 ContactsDatabaseHelper.DbProperties.DATABASE_TIME_CREATED, "");
68 ContactsDatabaseHelper.DbProperties.DATABASE_TIME_CREATED, "");
CallLogDatabaseHelper.java 62 public interface DbProperties {
260 if ("1".equals(PropertyUtils.getProperty(calllog, DbProperties.DATA_MIGRATED, ""))) {
305 PropertyUtils.setProperty(calllog, DbProperties.CALL_LOG_LAST_SYNCED,
323 PropertyUtils.setProperty(calllog, DbProperties.DATA_MIGRATED, "1");
ContactDirectoryManager.java 37 import com.android.providers.contacts.ContactsDatabaseHelper.DbProperties;
172 String scanComplete = getDbHelper().getProperty(DbProperties.DIRECTORY_SCAN_COMPLETE, "0");
179 getDbHelper().setProperty(DbProperties.DIRECTORY_SCAN_COMPLETE, "1");
CallLogProvider.java 49 import com.android.providers.contacts.CallLogDatabaseHelper.DbProperties;
666 ? DbProperties.CALL_LOG_LAST_SYNCED_FOR_SHADOW
667 : DbProperties.CALL_LOG_LAST_SYNCED;
ContactsDatabaseHelper.java 331 public interface DbProperties {
    [all...]
ContactsProvider2.java 131 import com.android.providers.contacts.ContactsDatabaseHelper.DbProperties;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogMigrationTest.java 78 dbh.getProperty(CallLogDatabaseHelper.DbProperties.CALL_LOG_LAST_SYNCED, ""));
85 dbh.getProperty(CallLogDatabaseHelper.DbProperties.DATA_MIGRATED, ""));
CallLogProviderTest.java 21 import com.android.providers.contacts.CallLogDatabaseHelper.DbProperties;
ContactsProvider2Test.java 83 import com.android.providers.contacts.ContactsDatabaseHelper.DbProperties;
    [all...]

Completed in 2661 milliseconds