Searched refs:list (Results 226 - 250 of 303) sorted by relevance

1234567891011>>

/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java150 * A list adapter that populates the list of contact's phone numbers.
155 public PhoneItemAdapter(Context context, List<PhoneItem> list, argument
157 super(context, R.layout.phone_disambig_item, android.R.id.text2, list);
176 * {@link DialogFragment} used for displaying a dialog with a list of phone numbers of which
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java67 // list (we also need a ContentResolver).
74 // This is only used if we are creating a single image list.
77 // This is only used if we are creating an empty image list.
279 // This is the factory function to create an image list.
300 // use this code to merge videos and stills into the same list
319 // If there is only one remaining list, return it directly.
330 BaseImageList list = l.get(0);
331 return list;
339 // This is a convenience function to create an image list from a Uri.
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java10 * this list of conditions and the following disclaimer.
13 * this list of conditions and the following disclaimer in the documentation
88 mListView = (ListView)findViewById(R.id.list);
131 // Create a list "controller" for the data
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectVisibleCalendarsFragment.java116 mList = (ListView)mView.findViewById(R.id.list);
119 // Long terms stick it in the list of calendars
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsIntentResolver.java17 package com.android.contacts.list;
H A DContactsUnavailableFragment.java16 package com.android.contacts.list;
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
H A DPeopleActivityTest.java43 import com.android.contacts.list.ContactBrowseListFragment;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilter.java17 package com.android.contacts.common.list;
28 * Contact list filter parameters.
H A DContactTileView.java16 package com.android.contacts.common.list;
92 * fields in {@link com.android.contacts.common.list.ContactEntry}
H A DDefaultContactListAdapter.java16 package com.android.contacts.common.list;
H A DViewPagerTabs.java16 package com.android.contacts.common.list;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogActivity.java35 import com.android.contacts.common.list.ViewPagerTabs;
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java63 * {@link android.R.id#grid android.R.id.list} and can optionally have a
289 View rawGridView = root.findViewById(android.R.id.list);
292 "Content has view with id attribute 'android.R.id.list' "
299 "'android.R.id.list'");
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMSession.java232 String[] files = dirs.list(filter);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Dmgrutil.h59 SML_API void smlFreePcdataList(SmlPcdataListPtr_t list);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/hdr/
H A Dmgrutil.h59 SML_API void smlFreePcdataList(SmlPcdataListPtr_t list);
/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DCertInstallerHelper.java96 ArrayList<String> aliasesList = Collections.list(aliases);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockUiProvider.java162 // Add the account to the list of accounts
329 ArrayList<ReplyFromAccount> list = new ArrayList<ReplyFromAccount>();
330 list.add(new ReplyFromAccount(null, Uri.parse(accountUri), "customAddress1@custom.com",
332 list.add(new ReplyFromAccount(null, Uri.parse(accountUri), "customAddress2@custom.com",
334 for (ReplyFromAccount a : list) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListFragment.java75 * The conversation list UI component.
81 private static final String CONVERSATION_LIST_KEY = "conversation-list";
82 /** Key used to keep track of the scroll state of the list. */
83 private static final String LIST_STATE_KEY = "list-state";
154 // State variable to keep track if we just loaded a new list, used for analytics only
216 * If <code>true</code>, we have restored (or attempted to restore) the list's scroll position
217 * from when we were last on this conversation list.
249 * to display conversation list context.
260 * Show the header if the current conversation list is showing search
384 // Show list an
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarInstancesHelper.java444 // exceptions. We do this by iterating over the list and for each
445 // recurrence exception, we search the list for an instance with a
447 // we remove it from the list. If we don't find such an instance
451 CalendarInstancesHelper.InstancesList list = instancesMap.get(syncIdKey);
452 for (ContentValues values : list) {
502 CalendarInstancesHelper.InstancesList list = instancesMap.get(syncIdKey);
503 for (ContentValues values : list) {
573 // list, so we
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
H A Dmgrutil.c199 SML_API void smlFreePcdataList(SmlPcdataListPtr_t list) { argument
200 if (!list) return;
201 smlFreePcdataList(list->next);
202 smlFreePcdata(list->data);
203 smlLibFree(list);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
H A Dmgrutil.c199 SML_API void smlFreePcdataList(SmlPcdataListPtr_t list) { argument
200 if (!list) return;
201 smlFreePcdataList(list->next);
202 smlFreePcdata(list->data);
203 smlLibFree(list);
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java234 // When the conversation has a lot of messages and a new message is sent, the list is scrolled
235 // so the user sees the just sent message. If we have to scroll the list more than 20 items,
236 // then a scroll shortcut is invoked to move the list near the end before scrolling.
239 // Any change in height in the message list view greater than this threshold will not
240 // cause a smooth scroll. Instead, we jump the list directly to the desired position.
291 // message is sent is a MMS w/ attachment, the list blanks
293 // think the message list is empty, thus show the recipients
314 private boolean mScrollOnSend; // Flag that we need to scroll the list to the end.
919 // get correct view since the list doesn't create one child for each item.
1292 * Context menu handlers for the message list vie
1736 updateTitle(ContactList list) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java563 * Returns a list joined together by the provided delimiter, for example,
896 * Converts a list of events to a list of segments to draw. Assumes list is
900 * ordered by start time. This list of segments is then converted into a
917 * @param events A list of events sorted by start time
1029 // segment in the list
1041 // If we start before the last segment in the list ends we need to
1042 // start going through the list as this may conflict with other
1164 // list o
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DImapStoreUnitTests.java1977 ArrayList<String> list = new ArrayList<String>();
1979 list.add(m.getUid());
1981 MoreAsserts.assertEquals(expectedUids, list.toArray(new String[0]) );
2154 ArrayList<String> list = new ArrayList<String>();
2156 list.add(f.getName());
2160 list.toArray(new String[0])

Completed in 728 milliseconds

1234567891011>>