Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 162) sorted by relevance

1234567

/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapListTest.java37 ImapList list = new ImapList(); in testBasics() local
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY); in testIs() local
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); in testGetElementOrNone() local
109 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); in testGetListOrEmpty() local
122 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); in testGetStringOrEmpty() local
139 ImapList list = buildList( in testGetKeyedElementOrNull() local
166 ImapList list = buildList(K1, LIST_1); in getKeyedListOrEmpty() local
179 ImapList list = buildList(K1, STRING_1); in getKeyedStringOrEmpty() local
195 ImapList list = buildList(K1, K2, K3); in testContains() local
/packages/apps/Mms/src/com/android/mms/data/
DContactList.java18 ContactList list = new ContactList(); in getByNumbers() local
30 ContactList list = new ContactList(); in getByNumbers() local
51 ContactList list = new ContactList(); in blockingGetByUris() local
73 ContactList list = new ContactList(); in getByIds() local
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapUtility.java68 ArrayList<String> list = new ArrayList<String>(); in getImapSequenceValues() local
102 ArrayList<String> list = new ArrayList<String>(); in getImapRangeValues() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DJsonUtils.java40 final ArrayList<Object> list = new ArrayList<>(); in jsonStrToList() local
68 public static String listToJsonStr(final List<Object> list) { in listToJsonStr()
DCollectionUtils.java37 final ArrayList<E> list = new ArrayList<>(end - start); in arrayAsList() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java190 protected void assertContains(List<?> list, Object object) { in assertContains()
197 protected void assertNotContains(List<?> list, Object object) { in assertNotContains()
797 List<ValuesDelta> list = newState.getMimeEntries(StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange1() local
841 List<ValuesDelta> list = newState.getMimeEntries(StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange2() local
888 List<ValuesDelta> list = newState.getMimeEntries(StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithStructuredNameFromExchangeToGoogle() local
910 List<ValuesDelta> list = newState.getMimeEntries(StructuredPostal.CONTENT_ITEM_TYPE); in testMigratePostalFromGoogleToExchange() local
937 List<ValuesDelta> list = newState.getMimeEntries(StructuredPostal.CONTENT_ITEM_TYPE); in testMigratePostalFromExchangeToGoogle() local
976 List<ValuesDelta> list = newState.getMimeEntries(Event.CONTENT_ITEM_TYPE); in testMigrateEventCommon() local
1007 List<ValuesDelta> list = newState.getMimeEntries(Event.CONTENT_ITEM_TYPE); in testMigrateEventFromGoogleToExchange2() local
1049 List<ValuesDelta> list = newState.getMimeEntries(Email.CONTENT_ITEM_TYPE); in testMigrateEmailFromGoogleToExchange() local
[all …]
/packages/apps/Settings/tests/src/com/android/settings/
DSettingsHookTests.java85 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0); in testOperatorIntentFilter() local
103 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0); in testManufacturerIntentFilter() local
/packages/apps/Gallery/src/com/android/camera/gallery/
DImageListUber.java65 IImageList list = mSubList[i]; in ImageListUber() local
189 IImageList list = image.getContainer(); in removeImage() local
208 IImageList list = image.getContainer(); in getImageIndex() local
277 public MergeSlot(IImageList list, int index) { in MergeSlot()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperListAdapter.java65 List<ResolveInfo> list = mPackageManager.queryIntentServices( in LiveWallpaperListAdapter() local
75 ArrayList<LiveWallpaperInfo> list = new ArrayList<LiveWallpaperInfo>(amount); in generatePlaceholderViews() local
153 List<ResolveInfo> list = params[0]; in doInBackground() local
DLiveWallpaperChange.java60 List<ResolveInfo> list = getPackageManager().queryIntentServices( in onCreate() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DSuggestedWordsTests.java66 final ArrayList<SuggestedWordInfo> list = new ArrayList<>(); in testGetSuggestedWordsExcludingTypedWord() local
127 final ArrayList<SuggestedWordInfo> list = new ArrayList<>(); in testGetTypedWordInfoOrNull() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DRecycleBitmapPool.java94 ArrayList<SoftReference<Bitmap>> list = mRecycled8888.get(key); in addRecycledBitmap() local
137 private static Bitmap getRecycledBitmap(ArrayList<SoftReference<Bitmap>> list) { in getRecycledBitmap()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSettingsForSetupWizard.java62 final ListView list = (ListView) view.findViewById(android.R.id.list); in onCreateView() local
166 final ListView list = getListView(); in updateFooter() local
/packages/apps/Settings/src/com/android/settings/quicklaunch/
DBookmarkPicker.java194 private void fillResolveList(List<ResolveInfo> list) { in fillResolveList()
206 private SimpleAdapter createResolveAdapter(List<Map<String, ?>> list) { in createResolveAdapter()
213 private void fillAdapterList(List<Map<String, ?>> list, in fillAdapterList()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DKanaConverter.java518 List<WnnWord> list = mAddCandidateList; in createPseudoCandidateList() local
584 List<WnnWord> list = mAddCandidateList; in createPseudoCandidateListForQwerty() local
/packages/apps/Music/src/com/android/music/
DIMediaPlaybackService.aidl25 void open(in long [] list, int position); in open()
41 void enqueue(in long [] list, int action); in enqueue()
DAlbumBrowserActivity.java303 … long [] list = MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId)); in onContextItemSelected() local
309 … long [] list = MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId)); in onContextItemSelected() local
322 … long [] list = MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId)); in onContextItemSelected() local
328 … long [] list = MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId)); in onContextItemSelected() local
396 … long [] list = MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId)); in onActivityResult() local
DMusicUtils.java314 long [] list = new long[len]; in getSongListForCursor() local
338 long [] list = getSongListForCursor(cursor); in getSongListForArtist() local
353 long [] list = getSongListForCursor(cursor); in getSongListForAlbum() local
366 long [] list = getSongListForCursor(cursor); in getSongListForPlaylist() local
374 long [] list = getSongListForPlaylist(context, plid); in playPlaylist() local
389 long [] list = new long[len]; in getAllSongs() local
456 public static void deleteTracks(Context context, long [] list) { in deleteTracks()
523 public static void addToCurrentPlaylist(Context context, long [] list) { in addToCurrentPlaylist()
782 public static void playAll(Context context, long [] list, int position) { in playAll()
788 long [] list = getSongListForCursor(cursor); in playAll() local
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailAppObserver.java253 … ArrayList<BluetoothMapEmailSettingsItem> list = new ArrayList<BluetoothMapEmailSettingsItem>(); in getEnabledAccountItems() local
271 … ArrayList<BluetoothMapEmailSettingsItem> list = new ArrayList<BluetoothMapEmailSettingsItem>(); in getAllAccountItems() local
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DLiveWallpaperListAdapter.java60 List<ResolveInfo> list = mPackageManager.queryIntentServices( in LiveWallpaperListAdapter() local
145 List<ResolveInfo> list = params[0]; in doInBackground() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DCollapser.java51 public static <T extends Collapsible<T>> void collapseList(ArrayList<T> list) { in collapseList()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DRecurrenceSetTest.java113 List<ICalendar.Property> list = component.getProperties("DTSTART"); in testRRULEfolding() local
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DSmartDialMatchPosition.java64 public static void print(ArrayList<SmartDialMatchPosition> list) { in print()
/packages/apps/Gallery/src/com/android/camera/
DMenuHelper.java731 ArrayList<MenuItem> list; in addImageMenuItems() field in MenuHelper
733 list = image.isReadonly() ? disableList : enableList; in addImageMenuItems() field in MenuHelper
736 list = image.isDrm() ? disableList : enableList; in addImageMenuItems() field in MenuHelper
739 list = ImageManager.isImage(image) ? enableList : disableList; in addImageMenuItems() field in MenuHelper
742 list = ImageManager.isVideo(image) ? enableList : disableList; in addImageMenuItems() field in MenuHelper
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DCollapser.java60 public static <T extends Collapsible<T>> void collapseList(List<T> list, Context context) { in collapseList()

1234567