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 118 public interface PropertiesColumns {
381 PropertiesColumns.PROPERTY_KEY + " TEXT PRIMARY KEY, " +
382 PropertiesColumns.PROPERTY_VALUE + " TEXT " +
430 values.put(PropertiesColumns.PROPERTY_KEY, key);
431 values.put(PropertiesColumns.PROPERTY_VALUE, value);
445 new String[] {PropertiesColumns.PROPERTY_VALUE},
446 PropertiesColumns.PROPERTY_KEY + "=?",
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]

Completed in 51 milliseconds