Searched refs:list (Results 126 - 150 of 303) sorted by relevance

1234567891011>>

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DAccountWithDataSetTest.java66 // Empty list
91 List<AccountWithDataSet> list = Lists.newArrayList(accounts);
92 return AccountWithDataSet.unstringifyList(AccountWithDataSet.stringifyList(list));
/packages/apps/Dialer/src/com/android/dialer/util/
H A DDialerUtils.java113 * Sets the image asset and text for an empty list view (see empty_list_view.xml).
115 * @param emptyListView The empty list view.
151 * Joins a list of {@link CharSequence} into a single {@link CharSequence} seperated by a
154 * @param resources Resources used to get list delimiter.
155 * @param list List of char sequences to join.
158 public static CharSequence join(Resources resources, Iterable<CharSequence> list) { argument
160 return TextUtils.join(separator, list);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DUserPresetsManager.java119 ArrayList<FilterUserPresetRepresentation> list = mUserPresets.getAllUserPresets();
121 msg.obj = list;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DInstallWidgetReceiver.java85 List<WidgetMimeTypeHandlerData> list, CellLayout target,
90 mActivities = list;
84 WidgetListAdapter(Launcher l, String mimeType, ClipData data, List<WidgetMimeTypeHandlerData> list, CellLayout target, int targetScreen, int[] targetPos) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallWidgetReceiver.java82 List<WidgetMimeTypeHandlerData> list, int targetScreen, int[] targetPos) {
86 mActivities = list;
81 WidgetListAdapter(Launcher l, String mimeType, ClipData data, List<WidgetMimeTypeHandlerData> list, int targetScreen, int[] targetPos) argument
H A DFolder.java334 // When the folder gets focus, we don't want to announce the list of items.
400 // If our folder has too many items we prune them from the list. This is an issue
918 ArrayList<View> list = getItemsInReadingOrder();
919 for (int i = 0; i < list.size(); i++) {
920 View v = list.get(i);
928 ArrayList<View> list = getItemsInReadingOrder();
930 for (int i = 0; i < list.size(); i++) {
931 View v = list.get(i);
940 ArrayList<View> list = getItemsInReadingOrder();
941 for (int i = 0; i < list
1114 arrangeChildren(ArrayList<View> list) argument
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java17 package com.android.contacts.common.list;
34 * A custom view for the pinned section header shown at the top of the contact list.
H A DContactsSectionIndexer.java17 package com.android.contacts.common.list;
H A DProfileAndContactsLoader.java16 package com.android.contacts.common.list;
31 * A loader for use in the default contact list, which will also query for the user's profile
H A DViewPagerTabStrip.java17 package com.android.contacts.common.list;
/packages/apps/Dialer/src/com/android/dialer/list/
H A DDragDropController.java1 package com.android.dialer.list;
H A DRemoveView.java1 package com.android.dialer.list;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalAlbum.java119 ArrayList<MediaItem> list = new ArrayList<MediaItem>();
127 return list;
136 list.add(item);
141 return list;
200 // Match id with the one on the ids list.
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DMoreKeysResources.java68 // Initialize name histogram and names list.
88 // Sort names list.
106 final ArrayList<String> list = JarUtils.getEntryNameListing(mJar, JAVA_TEMPLATE);
107 if (list.isEmpty()) {
110 if (list.size() > 1) {
113 final String template = list.get(0);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaUpgradeReceiver.java61 String[] files = dbDir.list();
/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressListAdapter.java16 package com.android.contacts.list;
32 import com.android.contacts.common.list.ContactEntryListAdapter;
33 import com.android.contacts.common.list.ContactListItemView;
H A DPostalAddressListAdapter.java16 package com.android.contacts.list;
31 import com.android.contacts.common.list.ContactEntryListAdapter;
32 import com.android.contacts.common.list.ContactListItemView;
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DLauncherAppsCompatV16.java63 List<LauncherActivityInfoCompat> list =
66 list.add(new LauncherActivityInfoCompatV16(mContext, info));
68 return list;
/packages/apps/Settings/src/com/android/settings/
H A DEncryptionInterstitial.java166 List<AccessibilityServiceInfo> list =
171 if (list.isEmpty()) {
175 exampleAccessibility = list.get(0).getResolveInfo()
/packages/apps/SpareParts/src/com/android/spare_parts/
H A DSpareParts.java86 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0);
87 int listSize = list.size();
89 ResolveInfo resolveInfo = list.get(i);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTileGrid.java73 ConversationMessage message, List<Attachment> list, boolean loaderResult) {
78 mAttachments = list;
81 for (Attachment attachment : list) {
72 configureGrid(FragmentManager fragmentManager, Account account, ConversationMessage message, List<Attachment> list, boolean loaderResult) argument
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
H A DBuilder.java58 ArrayList<Address> list = new ArrayList<Address>();
62 list.add(address);
64 return new AddressList(list, true);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLookupKeyTest.java227 ArrayList<LookupKeySegment> list = key.parse(lookupKey);
228 assertEquals(types.length, list.size());
231 LookupKeySegment segment = list.get(i);
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java69 * the new list of files right away, next or once all the currently
421 // The current playlist is saved as a list of "reverse hexadecimal"
790 * the last file in the list has been played,
845 // insert the list of songs at the specified position in the playlist
846 private void addToPlayList(long [] list, int position) { argument
847 int addlen = list.length;
857 // move part of list after insertion point
863 // copy list into playlist
865 mPlayList[position + i] = list[i];
876 * Appends a list o
884 enqueue(long [] list, int action) argument
917 open(long [] list, int position) argument
2093 open(long [] list, int position) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DEmlAttachmentProvider.java86 * Map that contains a mapping from an attachment list uri to a list of uris.
187 // only add uri to list if the list
188 // get list of attachment uris, creating if necessary
189 List<Uri> list = mUriListMap.get(listUri);
190 if (list == null) {
191 list = Lists.newArrayList();
192 mUriListMap.put(listUri, list);
195 list
[all...]

Completed in 570 milliseconds

1234567891011>>