Searched refs:list (Results 51 - 75 of 196) sorted by relevance

12345678

/packages/apps/Phone/src/com/android/phone/
H A DCallLogAsync.java66 * android.provider.CallLog for the list of values.
197 protected String doInBackground(GetLastOutgoingCallArgs... list) { argument
198 int count = list.length;
200 for (GetLastOutgoingCallArgs args : list) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DUtil.java38 public static <A> Set<A> setOfFirstN(List<A> list, int n) { argument
39 int end = Math.min(list.size(), n);
42 set.add(list.get(i));
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactNameHighlightingAnimation.java16 package com.android.contacts.list;
25 * list item.
37 * Redraws all visible items of the list corresponding to contacts
H A DContactTileSecondaryTargetView.java16 package com.android.contacts.list;
H A DDirectoryPartition.java16 package com.android.contacts.list;
H A DEmailAddressPickerFragment.java16 package com.android.contacts.list;
26 * Fragment containing an email list for picking.
H A DJoinContactLoader.java16 package com.android.contacts.list;
26 * join suggestions and (optionally) the full contact list.
55 // to load the entire list
H A DPostalAddressPickerFragment.java16 package com.android.contacts.list;
26 * Fragment containing a postal address list for picking.
H A DProfileAndContactsLoader.java16 package com.android.contacts.list;
31 * A loader for use in the default contact list, which will also query for the user's profile
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DHomeNormal.java37 mFragment = (ContactsListFragment) findFragmentById(R.id.list);
42 // The user clicked on an item in the the list, start an activity to view it
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DFilenameUtils.java1235 ArrayList<String> list = new ArrayList<String>();
1240 list.add(buffer.toString());
1244 list.add("?");
1245 } else if (list.size() == 0 ||
1246 (i > 0 && list.get(list.size() - 1).equals("*") == false)) {
1247 list.add("*");
1254 list.add(buffer.toString());
1257 return list.toArray( new String[ list
[all...]
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java314 long [] list = new long[len];
323 list[i] = cursor.getLong(colidx);
326 return list;
338 long [] list = getSongListForCursor(cursor);
340 return list;
353 long [] list = getSongListForCursor(cursor);
355 return list;
366 long [] list = getSongListForCursor(cursor);
368 return list;
374 long [] list
456 deleteTracks(Context context, long [] list) argument
523 addToCurrentPlaylist(Context context, long [] list) argument
782 playAll(Context context, long [] list, int position) argument
792 playAll(Context context, long [] list, int position, boolean force_shuffle) argument
[all...]
H A DMediaPlaybackService.java68 * the new list of files right away, next or once all the currently
401 // The current playlist is saved as a list of "reverse hexadecimal"
770 * the last file in the list has been played,
825 // insert the list of songs at the specified position in the playlist
826 private void addToPlayList(long [] list, int position) { argument
827 int addlen = list.length;
837 // move part of list after insertion point
843 // copy list into playlist
845 mPlayList[position + i] = list[i];
856 * Appends a list o
864 enqueue(long [] list, int action) argument
897 open(long [] list, int position) argument
1926 open(long [] list, int position) argument
[all...]
H A DPlaylistBrowserActivity.java112 long[] list = MusicUtils.getAllSongs(PlaylistBrowserActivity.this);
113 if (list != null) {
114 MusicUtils.playAll(PlaylistBrowserActivity.this, list, 0);
425 long [] list = new long[len];
428 list[i] = cursor.getLong(0);
430 MusicUtils.playAll(this, list, 0);
450 long [] list = new long[len];
453 list[i] = cursor.getLong(0);
455 MusicUtils.playAll(this, list, 0);
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapResponseParser.java402 private void parseElements(ImapList list, char end) argument
420 list.add(el);
427 final ImapList list = new ImapList();
428 parseElements(list, closing);
430 return list;
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountFilterUtil.java20 import com.android.contacts.list.AccountFilterActivity;
21 import com.android.contacts.list.ContactListFilter;
22 import com.android.contacts.list.ContactListFilterController;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutInfo.java152 ArrayList<ShortcutInfo> list) {
153 Log.d(tag, label + " size=" + list.size());
154 for (ShortcutInfo info: list) {
151 dumpShortcutInfoList(String tag, String label, ArrayList<ShortcutInfo> list) argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DSymbolList.java29 * The generator class of symbol list.
49 /** Key string to get normal symbol list for Japanese */
52 /** Key string to get normal symbol list for English */
55 /** Key string to get normal symbol list for Chinese */
58 /** Key string to get face mark list for Japanese */
73 /** current list of symbols */
76 /** Iterator for getting symbols from the list */
136 * Load a symbols list from XML resource.
139 * @return The symbols list
142 ArrayList<String> list
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DSplitAggregateView.java50 * A list view for constituent contacts of an aggregate. Shows the contact name, source icon
97 final List<RawContactInfo> list = loadData();
99 setAdapter(new SplitAggregateAdapter(context, list));
103 mListener.onContactSelected(list.get(position).rawContactId);
156 * and returns a sorted list of {@link RawContactInfo}'s.
189 List<RawContactInfo> list = new ArrayList<RawContactInfo>(rawContactInfos.values());
190 Collections.sort(list);
191 return list;
223 * List adapter for the list of {@link RawContactInfo} objects.
H A DContactsSearchManager.java19 import com.android.contacts.list.ContactsRequest;
39 * Starts the contact list activity in the search mode.
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
H A DAddressList.java29 * An immutable, random-access list of Address objects.
49 * The number of elements in this list.
65 * Returns a flat list of all mailboxes represented
66 * in this address list. Use this if you don't care
94 * Dumps a representation of this address list to
105 * Parse the address list string, such as the value
129 AddressList list = parse(line);
130 list.print();
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSettingsActivity.java109 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0);
110 int listSize = list.size();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalAlbum.java94 ArrayList<MediaItem> list = new ArrayList<MediaItem>();
102 return list;
111 list.add(item);
116 return list;
173 // Match id with the one on the ids list.
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionManager.java159 ArrayList<MediaItem> list = set.getMediaItem(index, count);
160 for (MediaItem item : list) {
199 ArrayList<MediaItem> list = mSourceMediaSet.getMediaItem(index, count);
200 for (MediaItem item : list) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DStateManager.java239 Parcelable list[] = inState.getParcelableArray(KEY_MAIN);
240 for (Parcelable parcelable : list) {
265 Parcelable list[] = new Parcelable[mStack.size()];
275 list[i++] = bundle;
277 outState.putParcelableArray(KEY_MAIN, list);

Completed in 473 milliseconds

12345678