Searched refs:VALUE (Results 1 - 11 of 11) 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/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");
864 values.put(Settings.VALUE, 7);
868 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "7");
880 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "8");
/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.java522 public static final String VALUE = Data.DATA2; field in interface:ContactsDatabaseHelper.ExtensionsColumns
/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.java2053 extended.put(CalendarContract.ExtendedProperties.VALUE, "bar");
2334 extended.put(CalendarContract.ExtendedProperties.VALUE, "bar");
2381 extended.put(CalendarContract.ExtendedProperties.VALUE, "baz");
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 369 milliseconds