Searched refs:put (Results 226 - 250 of 846) sorted by relevance

1234567891011>>

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConnectionStatistics.java77 untrustedNetworkHistory.put(SSID, stats);
148 stats.untrustedNetworkHistory.put(Key, st);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java65 mGroups.put(item.getKey(), item.getValue());
86 mGroups.put(group.getNetworkId(), group);
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
H A DStochasticLinearRanker.java95 slrModel.weights.put(wKeys[i], wValues[i]);
101 slrModel.parameters.put(paramKeys[i], paramValues[i]);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorManager.java65 mAggregators.put(agg.getClass().getName(), agg);
69 sFeatureMap.put(fl[i], agg);
H A DBordeauxSessionManager.java120 // found session in the storage, put in the cache
121 mSessions.put(key.value, stored);
134 mSessions.put(key.value, session);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java232 values.put(CalendarContract.Events.DTSTART, millis);
240 values.put(CalendarContract.Events.RRULE, rrule);
241 values.put(CalendarContract.Events.RDATE, rdate);
242 values.put(CalendarContract.Events.EXRULE, exrule);
243 values.put(CalendarContract.Events.EXDATE, exdate);
244 values.put(CalendarContract.Events.EVENT_TIMEZONE, tzid);
245 values.put(CalendarContract.Events.DURATION, duration);
246 values.put(CalendarContract.Events.ALL_DAY, allDay ? 1 : 0);
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java86 mColumnIndices.put(column, newCursor.getColumnIndexOrThrow(column));
92 mColumnIndices.put(column, index);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsBroadcastUndelivered.java127 multiPartReceivedCount.put(reference, 1); // first segment seen
143 multiPartReceivedCount.put(reference, newCount);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddress.java145 numericCharDialableMap.put(numericCharsDialable[i], true);
148 numericCharDialableMap.put(numericCharsSugar[i], false);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java92 mChildStates.put(key, savedBundle.getSparseParcelableArray(key));
173 mChildStates.put(key, container);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportActionModeWrapper.java180 mMenus.put(menu, wrapper);
195 mActionModes.put(mode, wrapper);
/frameworks/volley/src/com/android/volley/
H A DRequestQueue.java243 mWaitingRequests.put(cacheKey, stagedRequests);
250 mWaitingRequests.put(cacheKey, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java478 mMobileSignalControllers.put(subId, cachedControllers.remove(subId));
483 mMobileSignalControllers.put(subId, controller);
762 mMobileSignalControllers.put(i, new MobileSignalController(mContext,
1142 mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_EVDO_0, TelephonyIcons.THREE_G);
1143 mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_EVDO_A, TelephonyIcons.THREE_G);
1144 mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_EVDO_B, TelephonyIcons.THREE_G);
1145 mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_EHRPD, TelephonyIcons.THREE_G);
1146 mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_UMTS, TelephonyIcons.THREE_G);
1149 mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_UNKNOWN,
1151 mNetworkToIconLookup.put(TelephonyManage
[all...]
/frameworks/av/drm/common/
H A DDrmInfo.cpp44 status_t DrmInfo::put(const String8& key, const String8& value) { function in class:DrmInfo
H A DDrmInfoRequest.cpp41 status_t DrmInfoRequest::put(const String8& key, const String8& value) { function in class:DrmInfoRequest
/frameworks/av/include/drm/
H A DDrmConstraints.h143 status_t put(const String8* key, const char* value);
/frameworks/base/core/java/android/app/usage/
H A DUsageStatsManager.java213 aggregatedStats.put(newStat.mPackageName, newStat);
/frameworks/base/core/java/android/gesture/
H A DInstanceLearner.java68 label2score.put(sample.label, weight);
/frameworks/base/core/java/android/hardware/camera2/marshal/
H A DMarshalRegistry.java93 // Only put when no cached version exists to avoid +0.5ms lookup per call.
94 sMarshalerMap.put(marshalToken, marshaler);
/frameworks/base/core/java/android/os/
H A DSystemService.java43 sStates.put(state, this);
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java51 mQueue.put(item);
54 // to be have an unbounded size. put() will therefore never block.
/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java206 mRecycler.put(selectedPosition, view);
265 recycleBin.put(index, v);
445 public void put(int position, View v) { method in class:AbsSpinner.RecycleBin
446 mScrapHeap.put(position, v);
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java160 sTypefaceCache.put(ni, styles);
162 styles.put(style, typeface);
309 systemFonts.put(f.name, typeface);
319 systemFonts.put(alias.name, newFace);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterContext.java78 mStoredFrames.put(key, frame.retain());
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DProviderExecutor.java44 sExecutors.put(authority, executor);

Completed in 670 milliseconds

1234567891011>>