Searched refs:put (Results 101 - 125 of 846) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/google/android/util/
H A DSmileyResources.java38 mSmileyToRes.put(smilies[i], smileyResIds[i]);
/frameworks/base/libs/hwui/utils/
H A DTinyHashMap.h36 void put(TKey key, TValue value) { function in class:android::uirenderer::TinyHashMap
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUI.java48 mComponents.put(interfaceType, component);
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java308 vtx.put(0, x);
309 vtx.put(1, y);
310 vtx.put(2, x);
311 vtx.put(3, y + h);
312 vtx.put(4, x + w);
313 vtx.put(5, y + h);
314 vtx.put(6, x + w);
315 vtx.put(7, y);
477 mTexCoordBuffer.put(0, 0f); mTexCoordBuffer.put(
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java54 * cache.put(key, value);
59 * value of null from {@link #get}, {@link #put} or {@link #remove} is
144 mapValue = map.put(key, createdValue);
147 // There was a conflict so undo that last put
148 map.put(key, mapValue);
169 public final V put(K key, V value) { method in class:LruCache
178 previous = map.put(key, value);
263 * {@link #remove}, or replaced by a call to {@link #put}. The default
270 * if the removal was caused by a {@link #put} or {@link #remove}.
272 * this removal was caused by a {@link #put}
[all...]
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DAwaitableCompletionListener.java38 mQueue.put(new Object());
H A DAwaitableErrorListener.java46 mQueue.put(new Object());
/frameworks/native/opengl/tools/glgen/src/
H A DParameterChecker.java41 map.put(tokens[0], tokens);
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java59 networks.put(0, config);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java132 sKnownPhoneTypesMap_ItoS.put(Phone.TYPE_CAR, VCardConstants.PARAM_TYPE_CAR);
133 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_TYPE_CAR, Phone.TYPE_CAR);
134 sKnownPhoneTypesMap_ItoS.put(Phone.TYPE_PAGER, VCardConstants.PARAM_TYPE_PAGER);
135 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_TYPE_PAGER, Phone.TYPE_PAGER);
136 sKnownPhoneTypesMap_ItoS.put(Phone.TYPE_ISDN, VCardConstants.PARAM_TYPE_ISDN);
137 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_TYPE_ISDN, Phone.TYPE_ISDN);
139 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_TYPE_HOME, Phone.TYPE_HOME);
140 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_TYPE_WORK, Phone.TYPE_WORK);
141 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_TYPE_CELL, Phone.TYPE_MOBILE);
143 sKnownPhoneTypeMap_StoI.put(VCardConstant
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardBuilderTest.java39 values.put(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, "ने");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContentValuesVerifierElem.java37 contentValues.put(Data.MIMETYPE, mimeType);
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java106 mapValue = map.put(key, createdValue);
109 // There was a conflict so undo that last put
110 map.put(key, mapValue);
131 public final V put(K key, V value) { method in class:LruCache
140 previous = map.put(key, value);
215 * {@link #remove}, or replaced by a call to {@link #put}. The default
222 * if the removal was caused by a {@link #put} or {@link #remove}.
224 * this removal was caused by a {@link #put}. Otherwise it was caused by
241 * thread calls {@link #put} while another is creating a value for the same
316 * Returns the number of times {@link #put} wa
[all...]
H A DArrayMap.java30 * avoid having to create an extra object for every entry put in to the map, and it
101 put(key, value);
134 * Perform a {@link #put(Object, Object)} of all key/value pairs in <var>map</var>
141 put(entry.getKey(), entry.getValue());
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockCache.java47 public void put(String key, Entry entry) { method in class:MockCache
/frameworks/base/core/java/android/provider/
H A DBrowser.java193 * of text/plain. The string is put into {@link Intent#EXTRA_TEXT}.
322 values.put(History.VISITS, c.getInt(1) + 1);
324 values.put(History.USER_ENTERED, 1);
326 values.put(History.DATE_LAST_VISITED, now);
341 values.put(History.URL, url);
342 values.put(History.VISITS, visits);
343 values.put(History.DATE_LAST_VISITED, now);
344 values.put(History.TITLE, url);
345 values.put(History.DATE_CREATED, 0);
346 values.put(Histor
[all...]
H A DCalendarContract.java525 cv.put(_ID, calendarId);
1365 cv.put(Events._ID, eventId);
1447 reminderValues.put(Reminders.MINUTES, subCursor.getInt(COLUMN_MINUTES));
1448 reminderValues.put(Reminders.METHOD, subCursor.getInt(COLUMN_METHOD));
1469 attendeeValues.put(Attendees.ATTENDEE_NAME,
1471 attendeeValues.put(Attendees.ATTENDEE_EMAIL,
1473 attendeeValues.put(Attendees.ATTENDEE_RELATIONSHIP,
1475 attendeeValues.put(Attendees.ATTENDEE_TYPE,
1477 attendeeValues.put(Attendees.ATTENDEE_STATUS,
1479 attendeeValues.put(Attendee
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableString.java49 buffer.put(arr);
50 buffer.put(NUL); // metadata strings are NUL-terminated
/frameworks/base/core/java/android/transition/
H A DChangeScroll.java56 transitionValues.values.put(PROPNAME_SCROLL_X, transitionValues.view.getScrollX());
57 transitionValues.values.put(PROPNAME_SCROLL_Y, transitionValues.view.getScrollY());
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java48 mSceneMap.put(button, scene);
52 mSceneMap.put(button, scene);
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DAbstractCache.java37 public boolean put(K key, V value) { method in class:AbstractCache
39 Log.v(TAG, "Trying to put " + key + " into cache.");
54 mCacheMap.put(key, cacheEntry);
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DBasicNetworkTest.java64 result.put("requestheader", "foo");
71 result.put("requestpost", "foo");
/frameworks/base/keystore/tests/src/android/security/
H A DKeyStoreTest.java147 assertTrue(mKeyStore.put(TEST_KEYNAME, TEST_KEYVALUE, KeyStore.UID_SELF,
154 assertFalse(mKeyStore.put(TEST_KEYNAME, TEST_KEYVALUE, KeyStore.UID_SELF,
158 assertTrue(mKeyStore.put(TEST_KEYNAME, TEST_KEYVALUE, KeyStore.UID_SELF,
165 assertFalse(mKeyStore.put(TEST_KEYNAME, TEST_KEYVALUE, Process.WIFI_UID,
169 assertTrue(mKeyStore.put(TEST_KEYNAME, TEST_KEYVALUE, Process.WIFI_UID,
176 assertFalse(mKeyStore.put(TEST_KEYNAME, TEST_KEYVALUE, Process.BLUETOOTH_UID,
180 assertFalse(mKeyStore.put(TEST_KEYNAME, TEST_KEYVALUE, Process.BLUETOOTH_UID,
186 assertFalse(mKeyStore.put(TEST_I18N_KEY, TEST_I18N_VALUE, KeyStore.UID_SELF,
190 assertTrue(mKeyStore.put(TEST_I18N_KEY, TEST_I18N_VALUE, KeyStore.UID_SELF,
200 assertTrue(mKeyStore.put(TEST_KEYNAM
[all...]
/frameworks/base/core/java/android/os/
H A DBundle.java323 mMap.put(key, value);
336 mMap.put(key, value);
348 mMap.put(key, value);
361 mMap.put(key, value);
376 mMap.put(key, value);
383 mMap.put(key, value);
398 mMap.put(key, value);
519 mMap.put(key, value);
538 mMap.put(key, value);
554 mMap.put(ke
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java91 headers.put(null, null);
103 headers.put("TestHeader", null);
115 headers.put("TestHeader", "");
135 headers.put("TestHeader", "RequestAddHeader");
147 headers.put("TestHeader", "RequestAddMultiHeader");
148 headers.put("TestHeader2", "RequestAddMultiHeader");
149 headers.put("TestHeader3", "RequestAddMultiHeader");
161 headers.put("TestHeader", "RequestAddSameHeader");
162 headers.put("TestHeader", "RequestAddSameHeader");
163 headers.put("TestHeade
[all...]

Completed in 663 milliseconds

1234567891011>>