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

  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 117 public interface PropertiesColumns {
369 PropertiesColumns.PROPERTY_KEY + " TEXT PRIMARY KEY, " +
370 PropertiesColumns.PROPERTY_VALUE + " TEXT " +
418 values.put(PropertiesColumns.PROPERTY_KEY, key);
419 values.put(PropertiesColumns.PROPERTY_VALUE, value);
433 new String[] {PropertiesColumns.PROPERTY_VALUE},
434 PropertiesColumns.PROPERTY_KEY + "=?",
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]

Completed in 235 milliseconds