/frameworks/base/include/utils/ |
D | KeyedVector.h | 32 template <typename KEY, typename VALUE> 37 typedef VALUE value_type; 63 const VALUE& valueFor(const KEY& key) const; 64 const VALUE& valueAt(size_t index) const; 72 VALUE& editValueFor(const KEY& key); 73 VALUE& editValueAt(size_t index); 79 ssize_t add(const KEY& key, const VALUE& item); 80 ssize_t replaceValueFor(const KEY& key, const VALUE& item); 81 ssize_t replaceValueAt(size_t index, const VALUE& item); 91 SortedVector< key_value_pair_t<KEY, VALUE> > mVector; [all …]
|
D | TypeHelpers.h | 214 template <typename KEY, typename VALUE> 217 VALUE value; 220 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { }
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentQueryMapTest.java | 62 Settings.System.VALUE, in testContentQueryMap() 74 String value = v.getAsString(Settings.System.VALUE); in testContentQueryMap() 82 String value = v.getAsString(Settings.System.VALUE); in testContentQueryMap()
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsProviderTest.java | 75 v.put(Settings.System.VALUE, "Test"); in testRowNameContentUri() 84 assertEquals("Test", c.getString(c.getColumnIndex(Settings.System.VALUE))); in testRowNameContentUri() 103 assertEquals("Test", c.getString(c.getColumnIndex(Settings.System.VALUE))); in testRowNameContentUri() 110 v.put(Settings.System.VALUE, "Toast"); in testRowNameContentUri() 117 assertEquals("Toast", c.getString(c.getColumnIndex(Settings.System.VALUE))); in testRowNameContentUri()
|
/frameworks/base/core/java/android/provider/ |
D | BrowserContract.java | 528 public static final String VALUE = "value"; field in BrowserContract.Settings 541 cursor = context.getContentResolver().query(CONTENT_URI, new String[] { VALUE }, in isSyncEnabled() 558 values.put(VALUE, enabled ? 1 : 0); in setSyncEnabled()
|
D | Contacts.java | 134 public static final String VALUE = "value"; field 206 Cursor cursor = cr.query(Settings.CONTENT_URI, new String[]{VALUE}, in getSetting() 230 values.put(VALUE, value); in setSetting() 1915 public static final String VALUE = "value"; field
|
D | CalendarContract.java | 1153 ExtendedProperties.VALUE 1309 extendedValues.put(ExtendedProperties.VALUE, in getEntityAndIncrementCursor() 1673 public static final String VALUE = "value"; field 2245 public static final String VALUE = "value"; field
|
D | Settings.java | 630 public static final String VALUE = "value"; field in Settings.NameValueTable 638 values.put(VALUE, value); in putString() 658 new String[] { Settings.NameValueTable.VALUE };
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 288 new String[] { Settings.NameValueTable.NAME, Settings.NameValueTable.VALUE }, in fullyPopulateCache() 318 new String[] { Settings.NameValueTable.VALUE }, in ensureAndroidIdIsSet() 329 values.put(Settings.NameValueTable.VALUE, newAndroidIdValue); in ensureAndroidIdIsSet() 478 String value = initialValues.getAsString(Settings.Secure.VALUE); in parseProviderList() 488 String[] columns = {Settings.Secure.VALUE}; in parseProviderList() 532 initialValues.put(Settings.Secure.VALUE, newProviders); in parseProviderList() 556 String value = initialValues.getAsString(Settings.NameValueTable.VALUE); in insert() 798 String value = contentValues.getAsString(Settings.NameValueTable.VALUE); in populate() 805 put(name, Bundle.forPair(Settings.NameValueTable.VALUE, value)); in populate()
|
D | SettingsBackupAgent.java | 94 Settings.NameValueTable.VALUE 433 contentValues.put(Settings.NameValueTable.VALUE, value); in restoreSettings()
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_winmo_65.vcf | 5 ANNIVERSARY;VALUE=DATE:20091010
|
/frameworks/compile/libbcc/runtime/www/ |
D | menu.css | 10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
|
/frameworks/base/services/java/com/android/server/ |
D | PowerManagerService.java | 437 Integer iVal = values != null ? values.getAsInteger(Settings.System.VALUE) : null; in getInt() 443 Float fVal = values != null ? values.getAsFloat(Settings.System.VALUE) : null; in getFloat()
|
/frameworks/base/api/ |
D | current.txt | 15757 field public static final java.lang.String VALUE = "value"; 15891 field public static final java.lang.String VALUE = "value"; 16028 field public static final deprecated java.lang.String VALUE = "value"; 16256 field public static final deprecated java.lang.String VALUE = "value"; 17292 field public static final java.lang.String VALUE = "value";
|
D | 14.txt | 15757 field public static final java.lang.String VALUE = "value"; 15891 field public static final java.lang.String VALUE = "value"; 16028 field public static final deprecated java.lang.String VALUE = "value"; 16256 field public static final deprecated java.lang.String VALUE = "value"; 17292 field public static final java.lang.String VALUE = "value";
|