Searched refs:VALUE (Results 1 - 13 of 13) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DSimpleBackupSharedPreference.java35 private static final String VALUE = "value"; field in class:SimpleBackupSharedPreference
66 json.put(VALUE, array);
68 json.put(VALUE, mValue);
74 Object value = json.get(VALUE);
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java54 CalendarCache.KEY, CalendarCache.VALUE
105 int valueColumn = cursor.getColumnIndexOrThrow(CalendarCache.VALUE);
241 values.put(CalendarCache.VALUE, mUseHomeTZ ? CalendarCache.TIMEZONE_TYPE_HOME
249 values2.put(CalendarCache.VALUE, mHomeTZ);
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
H A DPeopleActivityTest.java165 .withProjection(Settings.System.VALUE)
172 .withProjection(Settings.System.VALUE)
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSyncCalendar.java527 final String propertyValue = ncvValues.getAsString(ExtendedProperties.VALUE);
775 attendeeString = ncvValues.getAsString(ExtendedProperties.VALUE);
778 userAttendeeStatus = ncvValues.getAsString(ExtendedProperties.VALUE);
820 cv.put(ExtendedProperties.VALUE, newTokenizedAttendees.toString());
879 cv.put(ExtendedProperties.VALUE, Integer.toString(currentStatus));
918 if ("1".equals(ncvValues.getAsString(ExtendedProperties.VALUE))) {
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoDatabase.java77 { Metadata.VALUE, "TEXT NOT NULL" },
H A DPhotoProvider.java181 public static final String VALUE = "value"; field in interface:PhotoProvider.Metadata
422 if (values.get(Metadata.VALUE) == null) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java452 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.VALUE,
453 android.provider.Contacts.Extensions.VALUE);
690 ExtensionsColumns.VALUE
691 + " AS " + android.provider.Contacts.Extensions.VALUE +
775 android.provider.Contacts.Settings.VALUE + " STRING " +
1264 values.getAsInteger(android.provider.Contacts.Settings.VALUE));
1322 + android.provider.Contacts.Settings.VALUE;
1345 mValues.put(android.provider.Contacts.Settings.VALUE, value);
1496 ContactsDatabaseHelper.copyStringValue(mValues, ExtensionsColumns.VALUE,
1497 values, android.provider.Contacts.People.Extensions.VALUE);
[all...]
H A DContactsDatabaseHelper.java474 public static final String VALUE = Data.DATA2; field in interface:ContactsDatabaseHelper.ExtensionsColumns
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java598 values.put(Extensions.VALUE, "Bar");
618 values.put(Extensions.VALUE, "Bar");
624 values.put(Extensions.VALUE, "Baz");
866 values.put(Settings.VALUE, 7);
870 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "7");
882 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "8");
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java369 map.put(Settings.VALUE, Settings.VALUE);
456 Settings.VALUE + " TEXT NOT NULL" +
486 values.put(Settings.VALUE, 1);
1660 return db.insertOrThrow(TABLE_SETTINGS, Settings.VALUE, values);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncParser.java186 .withValue(ExtendedProperties.VALUE, value),
214 .withValue(ExtendedProperties.VALUE, value)));
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java139 CalendarContract.ExtendedProperties.VALUE;
489 CalendarContract.ExtendedProperties.VALUE + " TEXT" +
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2271 extended.put(CalendarContract.ExtendedProperties.VALUE, "bar");
2318 extended.put(CalendarContract.ExtendedProperties.VALUE, "baz");

Completed in 334 milliseconds