Searched refs:put (Results 176 - 200 of 515) sorted by relevance

1234567891011>>

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestActivity.java93 temp.put(KEY_TITLE, name);
94 temp.put(KEY_CLASS, clazz);
95 temp.put(KEY_FRAGMENT_ID, fragmentId);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java99 mNameToResultKey.put(parts[0], parts[1]);
124 mNameToIntent.put(ri.loadLabel(pm).toString(), startIntent);
125 mNameToProcess.put(ri.loadLabel(pm).toString(),
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java62 mAnimDataMap.put(fullName, new AnimStat());
72 mDataMap.put(name, aggVal + e.getValue());
93 mDataMap.put(label, aggVal);
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DBasicNetwork.java186 headers.put("If-None-Match", entry.etag);
191 headers.put("If-Modified-Since", DateUtils.formatDate(refTime));
236 result.put(headers[i].getName(), headers[i].getValue());
H A DDiskBasedCache.java177 put(key, entry);
186 public synchronized void put(String key, Entry entry) { method in class:DiskBasedCache
290 mEntries.put(key, entry);
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java76 sThumbFiles.put(type, file);
202 mBuffer.put((byte) 1);
205 mBuffer.put(data);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java1062 map.put("handler", handler);
1063 map.put("error", error);
1086 map.put("handler", handler);
1087 map.put("host_and_port", host_and_port);
1413 map.put("databaseIdentifier", databaseIdentifier);
1414 map.put("url", url);
1415 map.put("quota", quota);
1416 map.put("estimatedDatabaseSize", estimatedDatabaseSize);
1417 map.put("totalQuota", totalQuota);
1418 map.put("quotaUpdate
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java359 accountNamesByType.put(accountType, accountNames);
374 accounts.accountCache.put(accountType, accountsForType);
549 values.put(ACCOUNTS_NAME, account.name);
550 values.put(ACCOUNTS_TYPE, account.type);
551 values.put(ACCOUNTS_PASSWORD, password);
580 values.put(EXTRAS_KEY, key);
581 values.put(EXTRAS_ACCOUNTS_ID, accountId);
582 values.put(EXTRAS_VALUE, value);
827 values.put(AUTHTOKENS_ACCOUNTS_ID, accountId);
828 values.put(AUTHTOKENS_TYP
[all...]
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java141 sAuthorityRenames.put("contacts", "com.android.contacts");
142 sAuthorityRenames.put("calendar", "com.android.calendar");
777 mMasterSyncAutomatically.put(userId, flag);
952 removing.put(auth.ident, auth);
1212 mCurrentSyncs.put(userId, syncs);
1385 mAccounts.put(au, account);
1400 account.authorities.put(authorityName, authority);
1401 mAuthorities.put(ident, authority);
1434 mSyncStatus.put(authorityId, status);
1519 mMasterSyncAutomatically.put(
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java179 mViewKeyMap.put(view, viewKey);
471 mTypedArrayCache.put(attrs, map);
474 map.put(resid, ta);
483 mTypedArrayCache.put(attrs, map);
491 map.put(resid, ta);
521 mDefaultPropMaps.put(key, defaultPropMap);
572 defaultPropMap.put("style", defStyleName);
610 defaultPropMap.put("style", item.getName());
689 // put the first default value, before the resolution.
691 defaultPropMap.put(attrNam
[all...]
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java96 mUserServices.put(userId, services);
337 user.services.put(info.type, info);
338 user.persistentServices.put(info.type, info.uid);
346 user.services.put(info.type, info);
356 user.services.put(info.type, info);
357 user.persistentServices.put(info.type, info.uid);
493 user.persistentServices.put(service, uid);
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java72 * those details. To write an NDEF Record as binary you must first put it
901 buffer.put(flags);
903 buffer.put((byte)mType.length);
905 buffer.put((byte)mPayload.length);
910 buffer.put((byte)mId.length);
913 buffer.put(mType);
914 buffer.put(mId);
915 buffer.put(mPayload);
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java189 mLaunchTimes.put(comp, times);
209 mLaunchTimes.put(comp, times);
218 mLaunchTimes.put(comp, times);
349 mStats.put(pkgName, pus);
392 mLastResumeTimes.put(pkg, lrt);
394 lrt.put(comp, lastResumeTime);
601 mLastResumeTimes.put(info.packageName, tmpLastResumeTimes.get(info.packageName));
714 mStats.put(pkgName, pus);
724 mLastResumeTimes.put(pkgName, componentResumeTimes);
726 componentResumeTimes.put(mLastResumedCom
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2827 mActionMap.put(EditStyledText.MODE_NOTHING, mNothingAction);
2828 mActionMap.put(EditStyledText.MODE_COPY, mCopyAction);
2829 mActionMap.put(EditStyledText.MODE_PASTE, mPasteAction);
2830 mActionMap.put(EditStyledText.MODE_SELECT, mSelectAction);
2831 mActionMap.put(EditStyledText.MODE_CUT, mCutAction);
2832 mActionMap.put(EditStyledText.MODE_SELECTALL, mSelectAllAction);
2833 mActionMap.put(EditStyledText.MODE_HORIZONTALLINE, mHorizontalLineAction);
2834 mActionMap.put(EditStyledText.MODE_STOP_SELECT, mStopSelectionAction);
2835 mActionMap.put(EditStyledText.MODE_CLEARSTYLES, mClearStylesAction);
2836 mActionMap.put(EditStyledTex
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java564 * that may not apply. What we need to do now is put the clone in an uninitialized
583 nodeCloneMap.put(node, nodeClone);
585 anim.mNodeMap.put(nodeClone.animation, nodeClone);
1040 mNodeMap.put(anim, mCurrentNode);
1056 mNodeMap.put(anim, node);
1076 mNodeMap.put(anim, node);
1096 mNodeMap.put(anim, node);
H A DPropertyValuesHolder.java453 propertyMapMap.put(targetClass, propertyMap);
455 propertyMap.put(mPropertyName, setterOrGetter);
861 sJNISetterPropertyMap.put(targetClass, propertyMap);
863 propertyMap.put(mPropertyName, mJniSetter);
998 sJNISetterPropertyMap.put(targetClass, propertyMap);
1000 propertyMap.put(mPropertyName, mJniSetter);
/frameworks/base/core/java/android/app/
H A DLoaderManager.java410 mLoaders.put(mId, null);
439 mLoaders.put(mId, null);
564 mLoaders.put(info.mId, info);
667 mInactiveLoaders.put(id, info);
676 mLoaders.put(id, null);
700 mInactiveLoaders.put(id, info);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java356 mEffectsParams.put(id, params);
364 mMeshIdNameMap.put(id, name);
404 mEffectsParams.put(id, params);
446 mLights.put(id, sceneLight);
471 mCameras.put(id, sceneCamera);
483 mImages.put(id, tex);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiSelector.java74 ret.mSelectorAttributes.put(SELECTOR_CHILD, new UiSelector(getChildSelector()));
76 ret.mSelectorAttributes.put(SELECTOR_PARENT, new UiSelector(getParentSelector()));
78 ret.mSelectorAttributes.put(SELECTOR_PATTERN, new UiSelector(getPatternSelector()));
515 selector.getLastSubSelector().mSelectorAttributes.put(selectorId, selectorValue);
517 selector.mSelectorAttributes.put(selectorId, selectorValue);
731 mSelectorAttributes.put(UiSelector.SELECTOR_COUNT, ++currentSelectorCounter);
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java190 mSensorAccuracies.put(handle, t.accuracy);
197 mFirstEvent.put(handle, true);
216 mSensors.put(sensor.getHandle(), true);
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java692 mSanitizers.put(parameter, valueSanitizer);
705 mSanitizers.put(parameters[i], valueSanitizer);
797 mEntries.put(parameter, value);
/frameworks/base/core/java/android/net/http/
H A DRequestHandle.java188 mHeaders.put("Cookie", cookie);
229 mHeaders.put(authorizationHeader(isProxy), "Basic " + response);
250 mHeaders.put(authorizationHeader(isProxy), "Digest " + response);
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java83 private boolean put(byte[] key, byte[] value) { method in class:KeyStore
88 public boolean put(String key, byte[] value) { method in class:KeyStore
89 return put(getKeyBytes(key), value);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java115 userState.put(base.userState.keyAt(i),
170 userState.put(base.userState.keyAt(i), base.userState.valueAt(i));
179 userState.put(userId, state);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
H A DMockRilTest.java90 data.put((byte)3);
91 data.put((byte)4);
92 data.put((byte)5);

Completed in 5390 milliseconds

1234567891011>>