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

/packages/apps/Settings/src/com/android/settings/
H A DGoogleLocationSettingHelper.java58 private static final String VALUE = "value"; field in class:GoogleLocationSettingHelper
90 c = resolver.query(GOOGLE_SETTINGS_CONTENT_URI, new String[] { VALUE }, NAME + "=?",
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
H A DGoogleSettingsContract.java44 public static final String VALUE = "value"; field in class:GoogleSettingsContract.NameValueTable
52 values.put(VALUE, value);
87 c = resolver.query(CONTENT_URI, new String[] { NameValueTable.VALUE },
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java53 CalendarCache.KEY, CalendarCache.VALUE
104 int valueColumn = cursor.getColumnIndexOrThrow(CalendarCache.VALUE);
240 values.put(CalendarCache.VALUE, mUseHomeTZ ? CalendarCache.TIMEZONE_TYPE_HOME
248 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/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java449 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.VALUE,
450 android.provider.Contacts.Extensions.VALUE);
687 ExtensionsColumns.VALUE
688 + " AS " + android.provider.Contacts.Extensions.VALUE +
772 android.provider.Contacts.Settings.VALUE + " STRING " +
1263 values.getAsInteger(android.provider.Contacts.Settings.VALUE));
1321 + android.provider.Contacts.Settings.VALUE;
1344 mValues.put(android.provider.Contacts.Settings.VALUE, value);
1495 ContactsDatabaseHelper.copyStringValue(mValues, ExtensionsColumns.VALUE,
1496 values, android.provider.Contacts.People.Extensions.VALUE);
[all...]
H A DContactsDatabaseHelper.java417 public static final String VALUE = Data.DATA2; field in interface:ContactsDatabaseHelper.ExtensionsColumns
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java600 values.put(Extensions.VALUE, "Bar");
620 values.put(Extensions.VALUE, "Bar");
626 values.put(Extensions.VALUE, "Baz");
868 values.put(Settings.VALUE, 7);
872 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "7");
884 + Settings.KEY + "='" + Settings.SYNC_EVERYTHING + "'", null, Settings.VALUE, "8");
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncAdapter.java1384 .withValue(ExtendedProperties.VALUE, value)
1413 .withValue(ExtendedProperties.VALUE, value).build());
1639 ncvValues.getAsString(ExtendedProperties.VALUE);
1854 if ("1".equals(ncvValues.getAsString(ExtendedProperties.VALUE))) {
2034 ncvValues.getAsString(ExtendedProperties.VALUE);
2040 ncvValues.getAsString(ExtendedProperties.VALUE);
2086 cv.put(ExtendedProperties.VALUE, newTokenizedAttendees.toString());
2144 cidValues.put(ExtendedProperties.VALUE,
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java359 map.put(Settings.VALUE, Settings.VALUE);
445 Settings.VALUE + " TEXT NOT NULL" +
475 values.put(Settings.VALUE, 1);
1598 return db.insertOrThrow(TABLE_SETTINGS, Settings.VALUE, values);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java121 CalendarContract.ExtendedProperties.VALUE;
467 CalendarContract.ExtendedProperties.VALUE + " TEXT" +
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1991 extended.put(CalendarContract.ExtendedProperties.VALUE, "bar");
2038 extended.put(CalendarContract.ExtendedProperties.VALUE, "baz");

Completed in 606 milliseconds