Searched refs:VALUE (Results 1 - 14 of 14) 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/Dialer/java/com/android/incallui/calllocation/impl/
H A DGoogleLocationSettingHelper.java47 private static final String VALUE = "value"; field in class:GoogleLocationSettingHelper
75 new String[] {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/Launcher3/src/com/android/launcher3/
H A DSessionCommitReceiver.java145 return c.getInt(c.getColumnIndexOrThrow(Settings.NameValueTable.VALUE)) != 0;
/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.java421 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.VALUE,
422 android.provider.Contacts.Extensions.VALUE);
661 ExtensionsColumns.VALUE
662 + " AS " + android.provider.Contacts.Extensions.VALUE +
746 android.provider.Contacts.Settings.VALUE + " STRING " +
1201 values.getAsInteger(android.provider.Contacts.Settings.VALUE));
1259 + android.provider.Contacts.Settings.VALUE;
1282 mValues.put(android.provider.Contacts.Settings.VALUE, value);
1435 ContactsDatabaseHelper.copyStringValue(mValues, ExtensionsColumns.VALUE,
1436 values, android.provider.Contacts.People.Extensions.VALUE);
[all...]
H A DContactsDatabaseHelper.java549 public static final String VALUE = Data.DATA2; field in interface:ContactsDatabaseHelper.ExtensionsColumns
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java622 values.put(Extensions.VALUE, "Bar");
642 values.put(Extensions.VALUE, "Bar");
648 values.put(Extensions.VALUE, "Baz");
888 values.put(Settings.VALUE, 7);
892 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "7");
904 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "8");
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java629 private static final FloatPropertyCompat<SpringFloatValue> VALUE = field in class:DragView.SpringFloatValue
656 mSpring = new SpringAnimation(this, VALUE, 0)
/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 499 milliseconds