Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 124) sorted by relevance

12345

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanFilterQueue.java92 Entry entry = new Entry(); in addDeviceAddress() local
100 Entry entry = new Entry(); in addServiceChanged() local
106 Entry entry = new Entry(); in addUuid() local
114 Entry entry = new Entry(); in addUuid() local
122 Entry entry = new Entry(); in addSolicitUuid() local
129 Entry entry = new Entry(); in addName() local
136 Entry entry = new Entry(); in addManufacturerData() local
147 Entry entry = new Entry(); in addManufacturerData() local
157 Entry entry = new Entry(); in addServiceData() local
169 Entry entry = iterator.next(); in pop() local
[all …]
DContextMap.java143 App entry = i.next(); in remove() local
160 App entry = i.next(); in remove() local
175 App entry = getById(id); in addConnection() local
204 App entry = i.next(); in getById() local
217 App entry = i.next(); in getByUuid() local
255 App entry = getById(id); in connIdByAddress() local
297 App entry = i.next(); in clear() local
316 App entry = i.next(); in dump() local
DSearchQueue.java44 Entry entry = new Entry(); in add() local
58 Entry entry = new Entry(); in add() local
71 Entry entry = mEntries.get(0); in pop() local
78 Entry entry = it.next(); in removeConnId() local
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DAuthenticationCache.java67 CacheEntry entry = null; in retrieveAccessToken() local
85 CacheEntry entry = getEntry(context, account); in refreshAccessToken() local
93 CacheEntry entry; in getEntry() local
115 private void refreshEntry(Context context, CacheEntry entry) throws in refreshEntry()
141 private void saveEntry(Context context, CacheEntry entry) { in saveEntry()
154 private void clearEntry(Context context, CacheEntry entry) { in clearEntry()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DPhotoAppWidgetProvider.java40 static RemoteViews buildWidget(Context context, int id, Entry entry) { in buildWidget()
64 Entry entry = helper.getEntry(id); in onUpdate() local
80 private static RemoteViews buildStackWidget(Context context, int widgetId, Entry entry) { in buildStackWidget()
104 static RemoteViews buildFrameWidget(Context context, int appWidgetId, Entry entry) { in buildFrameWidget()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DIdentityCache.java44 Entry<K, V> entry = (Entry<K, V>) mQueue.poll(); in cleanUpWeakMap() local
53 Entry<K, V> entry = mWeakMap.put( in put() local
60 Entry<K, V> entry = mWeakMap.get(key); in get() local
DProfile.java125 private void sampleStack(WatchEntry entry) { in sampleStack()
141 WatchEntry entry = mList.get(i); in findEntry() local
156 WatchEntry entry = findEntry(t); in hold() local
167 WatchEntry entry = findEntry(t); in commit() local
178 WatchEntry entry = findEntry(t); in drop() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoFallbackEffect.java74 Entry entry = mList.get(i); in getEntry() local
83 Entry entry = mList.get(i); in draw() local
91 private void drawEntry(GLCanvas canvas, Entry entry) { in drawEntry()
165 Entry entry = mList.get(i); in setPositionProvider() local
174 Entry entry = mList.get(i); in acceptSlot() local
DAlbumSetSlidingWindow.java231 AlbumSetEntry entry = mData[slotIndex % mData.length]; in freeSlotContent() local
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) { in isLabelChanged()
246 private void updateAlbumSetEntry(AlbumSetEntry entry, int slotIndex) { in updateAlbumSetEntry()
291 AlbumSetEntry entry = new AlbumSetEntry(); in prepareSlotContent() local
320 AlbumSetEntry entry = mData[i % mData.length]; in updateTextureUploadQueue() local
341 AlbumSetEntry entry = mData[i % mData.length]; in updateAllImageRequests() local
377 AlbumSetEntry entry = mData[index % mData.length]; in onContentChanged() local
535 AlbumSetEntry entry = mData[i % mData.length]; in onSlotSizeChanged() local
DAlbumSlidingWindow.java81 public PanoSupportListener (AlbumEntry entry) { in PanoSupportListener()
183 AlbumEntry entry = mData[index % mData.length]; in uploadBgTextureInSlot() local
196 AlbumEntry entry = mData[i % mData.length]; in updateTextureUploadQueue() local
257 AlbumEntry entry = data[index]; in freeSlotContent() local
264 AlbumEntry entry = new AlbumEntry(); in prepareSlotContent() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java234 public void onPrimaryAction(ViewEntry entry); in onPrimaryAction()
235 public void onSecondaryAction(ViewEntry entry); in onSecondaryAction()
245 public void onPrimaryAction(ViewEntry entry) { in onPrimaryAction()
256 public void onSecondaryAction(ViewEntry entry) { in onSecondaryAction()
274 ViewEntry entry = ViewAdapter.getEntry(mSections, position, SHOW_SEPARATORS); in onItemClick() local
371 final ViewEntry entry = ViewEntry.fromValues(context, mimeType, kind, in buildEntries() local
552 final ViewEntry entry = new ViewEntry(); in fromValues() local
589 public boolean collapseWith(ViewEntry entry) { in collapseWith()
623 public boolean shouldCollapseWith(ViewEntry entry) { in shouldCollapseWith()
655 ViewEntry entry; field in ContactFragment.ViewCache
[all …]
/packages/apps/Mms/src/com/android/mms/dom/smil/
DSmilPlayer.java223 TimelineEntry entry = new TimelineEntry(beginOffset, in getTimeline() local
236 TimelineEntry entry = new TimelineEntry(endOffset, in getTimeline() local
378 private synchronized boolean isBeginOfSlide(TimelineEntry entry) { in isBeginOfSlide()
388 TimelineEntry entry = mAllEntries.get(i); in reloadActiveSlide() local
395 TimelineEntry entry = mAllEntries.get(0); in beginSmilDocument() local
401 TimelineEntry entry = mAllEntries.get(i); in getOffsetTime() local
517 private synchronized void actionEntry(TimelineEntry entry) { in actionEntry()
555 TimelineEntry entry = mAllEntries.get(i); in stopCurrentSlide() local
571 TimelineEntry entry; in loadNextSlide() local
596 TimelineEntry entry = mAllEntries.get(i); in loadPrevSlide() local
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DRecentFolderList.java181 final RecentFolderListEntry entry = new RecentFolderListEntry(folder); in loadFromUiProvider() local
182 mFolderCache.putElement(folder.folderUri.fullUri.toString(), entry); in loadFromUiProvider() local
209 final RecentFolderListEntry entry = new RecentFolderListEntry(folder); in touchFolder() local
210 mFolderCache.putElement(folder.folderUri.fullUri.toString(), entry); in touchFolder() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java125 Entry entry = new Entry(file); in initialize() local
213 Entry entry = new Entry(target); in insert() local
257 private void putEntry(long id, Entry entry) { in putEntry()
272 Entry entry = mEntries.get(id); in removeEntry() local
/packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/structure/v4/content/
Dprobability_entry_test.cpp30 const ProbabilityEntry entry(flag, probability); in TEST() local
46 const ProbabilityEntry entry(flag, NOT_A_PROBABILITY, &historicalInfo); in TEST() local
Dlanguage_model_dict_content_test.cpp34 const ProbabilityEntry entry = in TEST() local
51 const ProbabilityEntry entry = LanguageModelDictContent.getProbabilityEntry(wordId); in TEST() local
/packages/apps/InCallUI/src/com/android/incallui/
DContactInfoCache.java81 final ContactCacheEntry entry = new ContactCacheEntry(); in buildCacheEntryFromCall() local
219 ContactCacheEntry entry = new ContactCacheEntry(); in onPhoneNumberInfoComplete() local
274 final ContactCacheEntry entry = mInfoMap.get(callId); in onImageLoadComplete() local
460 private void sendInfoNotifications(String callId, ContactCacheEntry entry) { in sendInfoNotifications()
469 private void sendImageNotifications(String callId, ContactCacheEntry entry) { in sendImageNotifications()
515 public void onContactInfoComplete(String callId, ContactCacheEntry entry); in onContactInfoComplete()
516 public void onImageLoadComplete(String callId, ContactCacheEntry entry); in onImageLoadComplete()
DConferenceParticipantListAdapter.java77 public void setContactCacheEntry(ContactCacheEntry entry) { in setContactCacheEntry()
123 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete()
134 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete()
144 private void update(String callId, ContactCacheEntry entry) { in update()
360 /* package */ void updateContactInfo(String callId, ContactCacheEntry entry) { in updateContactInfo()
464 Map.Entry<String, ParticipantInfo> entry = it.next(); in updateParticipantInfo() local
/packages/apps/Gallery/src/com/android/camera/gallery/
DLruCache.java53 Entry<K, V> entry = (Entry<K, V>) mQueue.poll(); in cleanUpWeakMap() local
63 Entry<K, V> entry = mWeakMap.put( in put() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DLruCache.java57 Entry<K, V> entry = (Entry<K, V>) mQueue.poll(); in cleanUpWeakMap() local
72 Entry<K, V> entry = mWeakMap.put( in put() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhoneticNameEditorView.java105 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, in setValues()
121 PhoneticValuesDelta entry = (PhoneticValuesDelta) getEntry(); in onFieldChanged() local
145 ValuesDelta entry = getEntry(); in hasData() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppInfo.java34 AppInfo(Context context, ApplicationsState.AppEntry entry) { in AppInfo()
39 void setEntry(ApplicationsState.AppEntry entry) { in setEntry()
/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java232 CacheEntry entry = cacheLocked(application.componentName, info, labelCache, in getTitleAndIcon() local
249 CacheEntry entry = cacheLocked(component, launcherActInfo, null, user, true); in getIcon() local
268 CacheEntry entry = cacheLocked(component, launcherActInfo, null, user, usePkgIcon); in getTitleAndIcon() local
290 CacheEntry entry = cacheLocked(component, info, labelCache, info.getUser(), false); in getIcon() local
305 CacheEntry entry = mCache.get(cacheKey); in cacheLocked() local
362 CacheEntry entry = getEntryForPackage(packageName, user); in cachePackageInstallInfo() local
378 CacheEntry entry = mCache.get(cacheKey); in getEntryForPackage() local
/packages/apps/Settings/src/com/android/settings/applications/
DApplicationsState.java578 AppEntry entry = getEntryLocked(info); in handleRebuildList() local
662 final AppEntry entry = mEntriesMap.get(info.packageName); in doResumeIfNeededLocked() local
696 AppEntry entry = mEntriesMap.get(packageName); in getEntry() local
711 void ensureIcon(AppEntry entry) { in ensureIcon()
723 AppEntry entry = mEntriesMap.get(packageName); in requestSize() local
797 AppEntry entry = mEntriesMap.get(pkgName); in removePackage() local
828 AppEntry entry = mEntriesMap.get(info.packageName); in getEntryLocked() local
988 AppEntry entry = mAppEntries.get(i); in handleMessage() local
1026 AppEntry entry = mAppEntries.get(i); in handleMessage() local
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java98 Entry entry = null; in findEntryInDatabase() local
121 Entry entry = mEntryMap.get(stringUrl); in download() local
131 Entry entry = findEntryInDatabase(stringUrl); in download() local
299 Entry entry = null; in onFutureDone() local
342 synchronized void setResult(Entry entry) { in setResult()

12345