Searched refs:list (Results 151 - 175 of 447) sorted by relevance

1234567891011>>

/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DPhoneFavoriteSquareTileView.java17 package com.android.dialer.app.list;
26 import com.android.contacts.common.list.ContactEntry;
H A DSmartDialNumberListAdapter.java16 package com.android.dialer.app.list;
24 import com.android.contacts.common.list.ContactListItemView;
H A DListsFragment.java17 package com.android.dialer.app.list;
19 import static com.android.dialer.app.list.DialtactsPagerAdapter.TAB_COUNT_WITH_VOICEMAIL;
20 import static com.android.dialer.app.list.DialtactsPagerAdapter.TAB_INDEX_ALL_CONTACTS;
21 import static com.android.dialer.app.list.DialtactsPagerAdapter.TAB_INDEX_HISTORY;
22 import static com.android.dialer.app.list.DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL;
23 import static com.android.dialer.app.list.DialtactsPagerAdapter.TAB_INDEX_VOICEMAIL;
38 import com.android.contacts.common.list.ViewPagerTabs;
61 * <p>Contains a ViewPager that contains various contact lists like the Speed Dial list and the All
62 * Contacts list. This will also eventually contain the logic that allows sliding the ViewPager
H A DRegularSearchListAdapter.java16 package com.android.dialer.app.list;
24 import com.android.contacts.common.list.DirectoryPartition;
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
H A DSearchAdapter.java17 package com.android.dialer.searchfragment.list;
27 import com.android.dialer.searchfragment.list.SearchCursorManager.RowType;
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
H A DSetupGuidedStepFragment.java58 // Guided actions list
59 View list = view.findViewById(R.id.guidedactions_list);
60 MarginLayoutParams marginLayoutParams = (MarginLayoutParams) list.getLayoutParams();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DViewMode.java51 * Mode when showing a list of conversations
90 "Conversation list",
91 "Search results list",
124 ArrayList<ModeChangeListener> list = new ArrayList<ModeChangeListener>(mListeners);
125 for (ModeChangeListener listener : list) {
132 * Requests a transition of the mode to show the conversation list as the prominent view.
148 * Requests a transition of the mode to show a list of search results as the
188 * Return whether the current mode is considered a list mode.
/packages/apps/UnifiedEmail/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/apps/Contacts/src/com/android/contacts/list/
H A DContactListPinnedHeaderView.java17 package com.android.contacts.list;
31 * A custom view for the pinned section header shown at the top of the contact list.
H A DDirectoryPartition.java16 package com.android.contacts.list;
120 * {@link com.android.contacts.list.ContactListAdapter#getDirectoryResultLimit()}
H A DEmailAddressPickerFragment.java16 package com.android.contacts.list;
26 * Fragment containing an email list for picking.
H A DEnableGlobalSyncDialogFragment.java17 package com.android.contacts.list;
43 * @param filter the filter of current contacts list.
H A DJoinContactLoader.java16 package com.android.contacts.list;
26 * join suggestions and (optionally) the full contact list.
83 // to load the entire list
H A DPostalAddressPickerFragment.java16 package com.android.contacts.list;
26 * Fragment containing a postal address list for picking.
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryPartition.java16 package com.android.contacts.common.list;
109 * com.android.contacts.common.list.ContactListAdapter#getDirectoryResultLimit()}
/packages/apps/Dialer/java/com/android/dialer/app/legacybindings/
H A DDialerLegacyBindingsStub.java25 import com.android.dialer.app.list.RegularSearchFragment;
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DShared.java119 * Animation duration of checkbox in directory list/grid in millis.
160 * A convenient way to transform any list into a (parcelable) ArrayList.
161 * Uses cast if possible, else creates a new list with entries from {@code list}.
163 public static <T> ArrayList<T> asArrayList(List<T> list) { argument
164 return list instanceof ArrayList
165 ? (ArrayList<T>) list
166 : new ArrayList<>(list);
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DEncodedStringValue.java248 ArrayList<EncodedStringValue> list = new ArrayList<EncodedStringValue>();
251 list.add(new EncodedStringValue(values[i]));
255 int len = list.size();
257 return list.toArray(new EncodedStringValue[len]);
/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationFeatureProviderImpl.java181 protected void onAppListBuilt(List<UserAppInfo> list) { argument
182 mCallback.onListOfAppsResult(list);
200 protected void onAppListBuilt(List<UserAppInfo> list) { argument
201 mCallback.onListOfAppsResult(list);
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DEpisodicProgramRow.java17 package com.android.tv.dvr.ui.list;
H A DSchedulesHeaderRow.java17 package com.android.tv.dvr.ui.list;
92 * Returns the latest time of the list which belongs to the header row.
114 * Returns the list of programs which belong to the series.
121 * Returns the series recording, it is for series schedules list.
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DStateManager.java269 Parcelable list[] = inState.getParcelableArray(KEY_MAIN);
271 for (Parcelable parcelable : list) {
300 Parcelable list[] = new Parcelable[mStack.size()];
310 list[i++] = bundle;
312 outState.putParcelableArray(KEY_MAIN, list);
/packages/apps/Music/src/com/android/music/
H A DPlaylistBrowserActivity.java108 long[] list = MusicUtils.getAllSongs(PlaylistBrowserActivity.this);
109 if (list != null) {
110 MusicUtils.playAll(PlaylistBrowserActivity.this, list, 0);
418 long[] list = new long[len];
421 list[i] = cursor.getLong(0);
423 MusicUtils.playAll(this, list, 0);
443 long[] list = new long[len];
446 list[i] = cursor.getLong(0);
448 MusicUtils.playAll(this, list, 0);
H A DArtistAlbumBrowserActivity.java384 long[] list = mCurrentArtistId != null
388 MusicUtils.playAll(this, list, 0);
393 long[] list = mCurrentArtistId != null
396 MusicUtils.addToCurrentPlaylist(this, list);
408 long[] list = mCurrentArtistId != null
412 MusicUtils.addToPlaylist(this, list, playlist);
417 long[] list;
420 list = MusicUtils.getSongListForArtist(this, Long.parseLong(mCurrentArtistId));
429 list = MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId));
441 b.putLongArray("items", list);
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DAccountWithDataSetTest.java75 // Empty list
100 List<AccountWithDataSet> list = Lists.newArrayList(accounts);
101 return AccountWithDataSet.unstringifyList(AccountWithDataSet.stringifyList(list));

Completed in 462 milliseconds

1234567891011>>