Searched refs:list (Results 251 - 275 of 447) sorted by relevance

<<1112131415161718

/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiStatusTest.java265 List<ScanResult> list = mWifiManager.getScanResults();
268 if (list != null) {
269 for (int i = list.size() - 1; i >= 0; i--) {
270 final ScanResult scanResult = list.get(i);
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DApplicationFeatureProviderImplTest.java121 mProvider.listPolicyInstalledApps((list) -> mAppList = list);
193 (list) -> mAppList = list);
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/codeinspection/
H A DClassScanner.java74 final String[] files = directory.list();
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DDvrSchedulesActivity.java17 package com.android.tv.dvr.ui.list;
38 * Activity to show the list of recording schedules.
42 * The key for the type of the schedules which will be listed in the list. The type of the value
55 * A type which means the activity will display a scheduled recording list of a series
H A DScheduleRow.java17 package com.android.tv.dvr.ui.list;
H A DSeriesScheduleRowPresenter.java17 package com.android.tv.dvr.ui.list;
H A DSeriesScheduleRowAdapter.java17 package com.android.tv.dvr.ui.list;
36 import com.android.tv.dvr.ui.list.SchedulesHeaderRow.SeriesRecordingHeaderRow;
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java52 mTagContent = (LinearLayout) findViewById(R.id.list);
89 // Parse the first message in the list
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
H A DLensPickerActivity.java38 * An Activity to present the user with a list of applications that can be started for a given
86 // Directly launch the package rather than showing a list of 1.
150 // De-dupe the list based on package names
165 // If presenting a category, alphabetize the list based on name.
196 private void printResolveInfo(String title, List<ResolveInfo> list) { argument
198 for (ResolveInfo info : list) {
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
H A DSoundSettingsFragment.java98 // if list is already initiated, update it's content.
120 bundle.putInt(EXTRA_LAYOUT, R.layout.list);
135 mListView = (PagedListView) getView().findViewById(R.id.list);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java31 import com.android.contacts.list.ContactListItemView;
32 import com.android.contacts.list.MultiSelectEntryContactListAdapter;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DAccountFilterActivity.java17 package com.android.contacts.list;
39 * Shows a list of all available accounts, letting the user select under which account to view
50 // The default contact list type, it should be either FILTER_TYPE_ALL_ACCOUNTS or
63 mListView = (ListView) findViewById(android.R.id.list);
H A DJoinContactListFragment.java16 package com.android.contacts.list;
35 import com.android.contacts.list.JoinContactLoader.JoinContactLoaderResult;
39 * Fragment for the Join Contact list.
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DBlockedListSearchFragment.java16 package com.android.dialer.app.list;
31 import com.android.contacts.common.list.ContactEntryListAdapter;
H A DPhoneFavoriteListView.java17 package com.android.dialer.app.list;
33 import com.android.dialer.app.list.DragDropController.DragItemContainer;
H A DPhoneFavoritesTileAdapter.java16 package com.android.dialer.app.list;
39 import com.android.contacts.common.list.ContactEntry;
40 import com.android.contacts.common.list.ContactTileView;
367 /** Returns the number of frequents that will be displayed in the list. */
458 * Temporarily removes a contact from the list for UI refresh. Stores data for this contact in the
500 /** Drops the temporarily removed contact to the desired location in the list. */
506 // When we receive a new cursor the list of contact entries will automatically be
540 * the contact to PinnedPosition.DEMOTED so that it doesn't show up anymore in the favorites list.
550 * Given a list of contacts that each have pinned positions, rearrange the list (destructiv
620 getReflowedPinningOperations( ArrayList<ContactEntry> list, int oldPos, int newPinPos) argument
[all...]
/packages/apps/Dialer/java/com/android/dialer/util/
H A DDialerUtils.java170 * Joins a list of {@link CharSequence} into a single {@link CharSequence} seperated by ", ".
172 * @param list List of char sequences to join.
175 public static CharSequence join(Iterable<CharSequence> list) { argument
180 Iterator<CharSequence> itr = list.iterator();
188 // Unicode wrap the elements of the list to respect RTL for individual strings.
193 // Unicode wrap the joined value, to respect locale's RTL ordering for the whole list.
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A DClipStorage.java114 if (mSlots[curSlot].list().length <= 1) {
161 String linkFileName = Integer.toString(mSlots[slot].list().length);
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugSmsMmsFromDumpFileDialogFragment.java79 final ListView list = (ListView) layout.findViewById(R.id.dump_file_list);
80 list.setAdapter(new DumpFileListAdapter(getActivity(), mDumpFiles));
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordContents.java224 final ArrayList<LocaleRenderer> list, final String locale) {
226 list.add(new LocaleRenderer(context, locale));
230 // Helper method to get the list of locales to display for this word
240 // Add the passed locale, then the system locale at the top of the list. Add an
241 // "all languages" entry at the bottom of the list.
223 addLocaleDisplayNameToList(final Context context, final ArrayList<LocaleRenderer> list, final String locale) argument
/packages/apps/Settings/src/com/android/settings/widget/
H A DLabeledSeekBar.java140 protected void getVisibleVirtualViews(List<Integer> list) { argument
142 list.add(i);
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrSeriesScheduledFragment.java32 import com.android.tv.dvr.ui.list.DvrSchedulesActivity;
33 import com.android.tv.dvr.ui.list.DvrSeriesSchedulesFragment;
39 * The key for program list which will be passed to {@link DvrSeriesSchedulesFragment}.
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseDatabaseHelperUpgradeTest.java189 protected void assertDatabaseStructureSameAsList(TableListEntry[] list, boolean isNewDatabase) { argument
190 for (TableListEntry entry : list) {
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMessage.java260 * Returns a list of the given recipient type from this message. If no addresses are found the
334 String list = MimeUtility.unfold(getFirstHeader("From"));
335 if (list == null || list.length() == 0) {
336 list = MimeUtility.unfold(getFirstHeader("Sender"));
338 mFrom = Address.parse(list);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java186 * @return list of items that could not be bound, probably because we hit the max size limit.
313 * @param list the ordered list of children.
318 public void arrangeChildren(ArrayList<View> list, int itemCount) { argument
319 arrangeChildren(list, itemCount, true);
323 private void arrangeChildren(ArrayList<View> list, int itemCount, boolean saveChanges) { argument
342 View v = list.size() > i ? list.get(i) : null;

Completed in 420 milliseconds

<<1112131415161718