| /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
| D | ScanFilterQueue.java | 93 Entry entry = new Entry(); in addDeviceAddress() local 101 Entry entry = new Entry(); in addServiceChanged() local 107 Entry entry = new Entry(); in addUuid() local 115 Entry entry = new Entry(); in addUuid() local 123 Entry entry = new Entry(); in addSolicitUuid() local 130 Entry entry = new Entry(); in addName() local 137 Entry entry = new Entry(); in addManufacturerData() local 148 Entry entry = new Entry(); in addManufacturerData() local 158 Entry entry = new Entry(); in addServiceData() local 170 Entry entry = iterator.next(); in pop() local [all …]
|
| D | ContextMap.java | 173 App entry = i.next(); in remove() local 191 App entry = i.next(); in remove() local 207 App entry = getById(id); in addConnection() local 236 App entry = i.next(); in getById() local 249 App entry = i.next(); in getByUuid() local 262 App entry = i.next(); in getByName() local 318 App entry = getById(id); in connIdByAddress() local 360 App entry = i.next(); in clear() local 391 Map.Entry<String, AppScanStats> entry = it.next(); in dump() local
|
| /packages/apps/Messaging/src/com/android/messaging/util/ |
| D | ContactRecipientEntryUtils.java | 80 public static String getDisplayNameForContactList(final RecipientEntry entry) { in getDisplayNameForContactList() 91 public static String formatDestination(final RecipientEntry entry) { in formatDestination() 98 public static boolean isAvatarAndNumberOnlyContact(final RecipientEntry entry) { in isAvatarAndNumberOnlyContact() 105 public static boolean isSendToDestinationContact(final RecipientEntry entry) { in isSendToDestinationContact()
|
| /packages/apps/Email/provider_src/com/android/email/mail/internet/ |
| D | AuthenticationCache.java | 67 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/ |
| D | PhotoAppWidgetProvider.java | 40 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/ |
| D | IdentityCache.java | 44 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
|
| D | Profile.java | 125 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/ |
| D | PhotoFallbackEffect.java | 74 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
|
| D | AlbumSetSlidingWindow.java | 231 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
|
| D | AlbumSlidingWindow.java | 81 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/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
| D | AppInfo.java | 34 public AppInfo(Context context, ApplicationsState.AppEntry entry) { in AppInfo() 39 public void setEntry(ApplicationsState.AppEntry entry) { in setEntry()
|
| D | UninstallPreference.java | 33 ApplicationsState.AppEntry entry) { in UninstallPreference() 55 public static boolean canUninstall(ApplicationsState.AppEntry entry) { in canUninstall()
|
| /packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
| D | PduCache.java | 95 public synchronized boolean put(Uri uri, PduCacheEntry entry) { in put() 165 PduCacheEntry entry = super.purge(key); in purgeSingleEntry() local 223 PduCacheEntry entry = super.purge(key); in purgeByMessageBox() local 232 private void removeFromThreads(Uri key, PduCacheEntry entry) { in removeFromThreads() 248 PduCacheEntry entry = super.purge(key); in purgeByThreadId() local 256 private void removeFromMessageBoxes(Uri key, PduCacheEntry entry) { in removeFromMessageBoxes()
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| D | RecentFolderList.java | 181 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/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
| D | ContactFragment.java | 234 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/Dialer/InCallUI/src/com/android/incallui/ |
| D | ContactInfoCache.java | 105 final ContactCacheEntry entry = new ContactCacheEntry(); in buildCacheEntryFromCall() local 281 ContactCacheEntry entry = new ContactCacheEntry(); in onPhoneNumberInfoComplete() local 339 final ContactCacheEntry entry = mInfoMap.get(mCallId); in onContactInteractionsFound() local 371 final ContactCacheEntry entry = mInfoMap.get(callId); in onImageLoadComplete() local 578 private void sendInfoNotifications(String callId, ContactCacheEntry entry) { in sendInfoNotifications() 587 private void sendImageNotifications(String callId, ContactCacheEntry entry) { in sendImageNotifications() 596 private void sendContactInteractionsNotifications(String callId, ContactCacheEntry entry) { in sendContactInteractionsNotifications() 650 public void onContactInfoComplete(String callId, ContactCacheEntry entry); in onContactInfoComplete() 651 public void onImageLoadComplete(String callId, ContactCacheEntry entry); in onImageLoadComplete() 652 public void onContactInteractionsInfoComplete(String callId, ContactCacheEntry entry); in onContactInteractionsInfoComplete()
|
| D | ConferenceParticipantListAdapter.java | 85 public void setContactCacheEntry(ContactCacheEntry entry) { in setContactCacheEntry() 131 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() 142 public void onImageLoadComplete(String callId, ContactCacheEntry entry) { in onImageLoadComplete() 147 public void onContactInteractionsInfoComplete(String callId, ContactCacheEntry entry) {} in onContactInteractionsInfoComplete() 155 private void update(String callId, ContactCacheEntry entry) { in update() 384 /* package */ void updateContactInfo(String callId, ContactCacheEntry entry) { in updateContactInfo() 490 Map.Entry<String, ParticipantInfo> entry = it.next(); in updateParticipantInfo() local
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | PhotoStore.java | 125 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/dictionary/structure/v4/content/ |
| D | probability_entry_test.cpp | 30 const ProbabilityEntry entry(flag, probability); in TEST() local 45 const ProbabilityEntry entry(flag, &historicalInfo); in TEST() local
|
| D | language_model_dict_content_test.cpp | 37 const ProbabilityEntry entry = in TEST() local 60 const ProbabilityEntry entry = languageModelDictContent.getProbabilityEntry(wordId); in TEST() local 83 for (const auto entry : languageModelDictContent.getProbabilityEntries(WordIdArrayView())) { in TEST() local
|
| /packages/apps/TV/src/com/android/tv/dvr/ui/ |
| D | DvrRecordScheduleFragment.java | 24 public DvrRecordScheduleFragment(TableEntry entry) { in DvrRecordScheduleFragment() 49 TableEntry entry = getEntry(); in onGuidedActionClicked() local
|
| /packages/apps/Gallery/src/com/android/camera/gallery/ |
| D | LruCache.java | 53 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/ |
| D | LruCache.java | 57 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/ |
| D | PhoneticNameEditorView.java | 105 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/Settings/src/com/android/settings/notification/ |
| D | RestrictedDropDownPreference.java | 80 private boolean isRestrictedForEntry(CharSequence entry) { in isRestrictedForEntry() 206 CharSequence entry = getItem(position); in getDropDownView() local 251 public final CharSequence entry; field in RestrictedDropDownPreference.RestrictedItem 255 public RestrictedItem(CharSequence entry, CharSequence entryValue, in RestrictedItem()
|