Searched refs:entry (Results 176 - 188 of 188) sorted by relevance

12345678

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java234 // Get the parts of the string that make the notification entry
442 // to later cancel the notification, and remove the entry from the map
818 for (Map.Entry<Integer, NotificationBuilders> entry : msgNotifications.entrySet()) {
819 NotificationBuilders builders = entry.getValue();
821 nm.notify(entry.getKey(), builders.notifBuilder.build());
822 LogUtils.d(LOG_TAG, "notifying conversation notification %s", entry.getKey());
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncParser.java679 for (Entry<String, Object> entry: cv.valueSet()) {
680 sb.append(entry.getKey());
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java319 // We could remove only the deleted entry from the cache, but that
323 // entry from the cache
956 // Cleans up album_art table entry when an album is deleted
1685 // the images_cleanup trigger would delete the image file and the entry
2231 // get the first matching entry and return a Uri for it
2426 // the row id of the entry in the map, and we preserve this
2955 if (LOCAL_LOGV) Log.v(TAG, "Returning cached entry for " + parentPath);
3365 // add entry to audio_genre_map
4596 throw new FileNotFoundException("No entry for " + uri);
4601 throw new FileNotFoundException("Unable to read entry fo
[all...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java239 * Used to stop the ExpandingEntry cards from adjusting between an entry click and the intent
1015 // Phonetic name is not a data item, so the entry needs to be created separately
1039 // Phonetic name comes after nickname. Check to see if the first entry type is nickname
1283 // If the protocol is custom, display the "IM" entry header as well to distinguish
1284 // this entry from other ones
1571 final Entry entry = dataItemToEntry(dataItem, this, mContactData, aboutCardTitleOut);
1572 if (entry != null) {
1573 entries.add(entry);
1904 // Wrap each interaction in its own list so that an icon is displayed for each entry
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
H A DGen.java94 Map.Entry entry = (Map.Entry) it.next();
95 String rootpath = (String) entry.getKey();
96 PrintWriter writer = (PrintWriter) entry.getValue();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1005 for (Map.Entry<String, Object> entry : entries) {
1006 String column = entry.getKey();
1007 Object value = entry.getValue();
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java1522 long entry = mHistory.get(maxidx - i);
1523 if (entry == idx) {
/packages/apps/ContactsCommon/libs/
H A Dlibphonenumber-6.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/i18n/ com/google/i18n/phonenumbers/ ...
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java2934 for (Entry<UserHandleCompat, HashSet<String>> entry : sPendingPackages.entrySet()) {
2935 UserHandleCompat user = entry.getKey();
2937 for (String pkg : entry.getValue()) {
H A DWorkspace.java4816 for (Map.Entry<UserHandleCompat, ArrayList<AppInfo>> entry : appsPerUser.entrySet()) {
4817 updateShortcutsAndWidgetsPerUser(entry.getValue(), entry.getKey());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1309 * An entry in group id cache.
2412 for (Map.Entry<Long, Object> entry : mTransactionContext.get().getUpdatedSyncStates()) {
2413 long id = entry.getKey();
2414 if (mDbHelper.get().getSyncState().update(db, id, entry.getValue()) <= 0) {
2687 * Inserts a new entry into the raw-contacts table.
2702 // Populate the relevant values before inserting the new entry into the database.
2715 // Insert the new entry.
2795 * Inserts a new entry into the (contact) data table.
2818 // Populate the relevant values before inserting the new entry into the database.
2825 // Insert the new entry
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c363 que->entry = que_id;
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 2437 milliseconds

12345678