Searched defs:list (Results 1 - 25 of 138) sorted by path

123456

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListing.java32 private List<BluetoothMapMessageListingElement> list; field in class:BluetoothMapMessageListing
35 list = new ArrayList<BluetoothMapMessageListingElement>();
38 list.add(element);
39 /* update info regarding whether the list contains unread messages */
47 * Used to fetch the number of BluetoothMapMessageListingElement elements in the list.
48 * @return the number of elements in the list.
51 if(list != null)
53 return list.size();
59 * does the list contain any unread messages
60 * @return true if unread messages have been added to the list, els
[all...]
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java573 public static LinkedHashSet<Rfc822Token> getAddressesFromList(String list, argument
576 Rfc822Tokenizer.tokenize(list, addresses);
693 * @param ops The list of operations to add the update to
719 * one just before endTimeMillis. The list should never be empty, because this method
1196 // the list of attendees and the status back to the server
H A DEditEventView.java192 * Contents of the "methods" spinner. The "values" list specifies the method constant
200 * Contents of the "availability" spinner. The "values" list specifies the
561 * This triggers a parse of the attendees list and checks if the event is
942 * Loads an integer array asset into a list.
947 ArrayList<Integer> list = new ArrayList<Integer>(size);
950 list.add(vals[i]);
953 return list;
957 * Loads a String array asset into a list.
961 ArrayList<String> list = new ArrayList<String>(Arrays.asList(labels));
962 return list;
1567 initMultiAutoCompleteTextView(RecipientEditTextView list) argument
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DPreferenceGroup.java29 private ArrayList<CameraPreference> list = field in class:PreferenceGroup
37 list.add(child);
41 list.remove(index);
45 return list.get(index);
49 return list.size();
54 for (CameraPreference pref : list) {
67 for (CameraPreference pref : list) {
/packages/apps/Camera2/src/com/android/camera/
H A DPreferenceGroup.java29 private ArrayList<CameraPreference> list = field in class:PreferenceGroup
37 list.add(child);
41 list.remove(index);
45 return list.get(index);
49 return list.size();
54 for (CameraPreference pref : list) {
67 for (CameraPreference pref : list) {
/packages/apps/Camera2/src/com/android/camera/data/
H A DCameraDataAdapter.java180 // most often call this to find an element at the beginning of the list.
256 private void replaceData(LocalDataList list) { argument
257 if (list.size() == 0 && mImages.size() == 0) {
260 mImages = list;
270 * and combine them into one single list.
285 // build up the list.
314 // build up the list.
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java83 // TODO: Make this a Map for better performance when we check if a new contact is in the list
110 public void updateExistingMembersList(List<GroupEditorFragment.Member> list) { argument
112 for (GroupEditorFragment.Member member : list) {
176 // Create a list to store the suggested contacts (which will be alphabetically ordered),
225 // Store the member in the list of suggestions and add it to the hash map too.
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactBrowseListFragment.java16 package com.android.contacts.list;
38 import com.android.contacts.common.list.AutoScrollListView;
39 import com.android.contacts.common.list.ContactEntryListFragment;
40 import com.android.contacts.common.list.ContactListAdapter;
41 import com.android.contacts.common.list.ContactListFilter;
42 import com.android.contacts.common.list.DirectoryPartition;
48 * Fragment containing a contact list used for browsing (as compared to
148 // before continuing. Null URIs should still be allowed so that the list can be
284 * Sets the new selection for the list.
299 * the list an
[all...]
H A DContactNameHighlightingAnimation.java16 package com.android.contacts.list;
21 import com.android.contacts.common.list.ContactListItemView;
26 * list item.
38 * Redraws all visible items of the list corresponding to contacts
H A DContactPickerFragment.java16 package com.android.contacts.list;
27 import com.android.contacts.common.list.ContactEntryListAdapter;
28 import com.android.contacts.common.list.ContactEntryListFragment;
29 import com.android.contacts.common.list.ContactListAdapter;
30 import com.android.contacts.common.list.ContactListFilter;
31 import com.android.contacts.common.list.DefaultContactListAdapter;
32 import com.android.contacts.common.list.DirectoryListLoader;
33 import com.android.contacts.common.list.ShortcutIntentBuilder;
34 import com.android.contacts.common.list.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
37 * Fragment for the contact list use
[all...]
H A DContactTileFrequentFragment.java16 package com.android.contacts.list;
27 * Fragment containing a list of frequently contacted people.
H A DContactTileListFragment.java16 package com.android.contacts.list;
38 import com.android.contacts.common.list.ContactTileAdapter;
39 import com.android.contacts.common.list.ContactTileView;
40 import com.android.contacts.common.list.ContactTileAdapter.DisplayType;
43 * Fragment containing a list of starred contacts followed by a list of frequently contacted.
45 * TODO: Make this an abstract class so that the favorites, frequent, and group list functionality
H A DContactsIntentResolver.java17 package com.android.contacts.list;
H A DContactsRequest.java17 package com.android.contacts.list;
H A DContactsUnavailableFragment.java16 package com.android.contacts.list;
H A DDefaultContactBrowseListFragment.java16 package com.android.contacts.list;
36 import com.android.contacts.common.list.ContactListAdapter;
37 import com.android.contacts.common.list.ContactListFilter;
38 import com.android.contacts.common.list.ContactListFilterController;
39 import com.android.contacts.common.list.ContactListItemView;
40 import com.android.contacts.common.list.DefaultContactListAdapter;
41 import com.android.contacts.common.list.ProfileAndContactsLoader;
46 * Fragment containing a contact list used for browsing (as compared to
119 // contacts list will have no user profile).
280 ListView list
[all...]
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 DEmailAddressPickerFragment.java16 package com.android.contacts.list;
24 import com.android.contacts.common.list.ContactEntryListAdapter;
25 import com.android.contacts.common.list.ContactEntryListFragment;
26 import com.android.contacts.common.list.DirectoryListLoader;
29 * Fragment containing an email list for picking.
H A DGroupMemberTileAdapter.java17 package com.android.contacts.list;
23 import com.android.contacts.common.list.ContactEntry;
24 import com.android.contacts.common.list.ContactTileAdapter;
25 import com.android.contacts.common.list.ContactTileView;
H A DJoinContactListAdapter.java16 package com.android.contacts.list;
34 import com.android.contacts.common.list.ContactListAdapter;
35 import com.android.contacts.common.list.ContactListItemView;
36 import com.android.contacts.common.list.DirectoryListLoader;
H A DJoinContactListFragment.java16 package com.android.contacts.list;
35 import com.android.contacts.common.list.ContactEntryListFragment;
36 import com.android.contacts.common.list.ContactListItemView;
37 import com.android.contacts.list.JoinContactLoader.JoinContactLoaderResult;
40 * Fragment for the Join Contact list.
H A DJoinContactLoader.java16 package com.android.contacts.list;
26 * join suggestions and (optionally) the full contact list.
79 // to load the entire list
H A DLegacyContactListAdapter.java16 package com.android.contacts.list;
27 import com.android.contacts.common.list.ContactEntryListAdapter;
28 import com.android.contacts.common.list.ContactListItemView;
H A DLegacyPhoneNumberListAdapter.java16 package com.android.contacts.list;
29 import com.android.contacts.common.list.ContactEntryListAdapter;
30 import com.android.contacts.common.list.ContactListItemView;
H A DLegacyPhoneNumberPickerFragment.java17 package com.android.contacts.list;
22 import com.android.contacts.common.list.ContactEntryListAdapter;
23 import com.android.contacts.common.list.ContactListItemView;
24 import com.android.contacts.common.list.PhoneNumberPickerFragment;

Completed in 170 milliseconds

123456