| /packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
| D | ImapListTest.java | 37 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
| D | JsonUtils.java | 40 final ArrayList<Object> list = new ArrayList<>(); in jsonStrToList() local 68 public static String listToJsonStr(final List<Object> list) { in listToJsonStr()
|
| /packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
| D | ImapUtility.java | 68 ArrayList<String> list = new ArrayList<String>(); in getImapSequenceValues() local 102 ArrayList<String> list = new ArrayList<String>(); in getImapRangeValues() local
|
| /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
| D | ImapUtility.java | 67 ArrayList<String> list = new ArrayList<String>(); in getImapSequenceValues() local 101 ArrayList<String> list = new ArrayList<String>(); in getImapRangeValues() local
|
| /packages/apps/Settings/tests/app/src/com/android/settings/ |
| D | SettingsHookTests.java | 85 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0); in testOperatorIntentFilter() local 103 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0); in testManufacturerIntentFilter() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
| D | RecycleBitmapPool.java | 94 ArrayList<SoftReference<Bitmap>> list = mRecycled8888.get(key); in addRecycledBitmap() local 137 private static Bitmap getRecycledBitmap(ArrayList<SoftReference<Bitmap>> list) { in getRecycledBitmap()
|
| /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
| D | LiveWallpaperListAdapter.java | 65 List<ResolveInfo> list = mPackageManager.queryIntentServices( in LiveWallpaperListAdapter() local 75 ArrayList<LiveWallpaperInfo> list = new ArrayList<LiveWallpaperInfo>(amount); in generatePlaceholderViews() local 152 List<ResolveInfo> list = params[0]; in doInBackground() local
|
| D | LiveWallpaperChange.java | 54 List<ResolveInfo> list = getPackageManager().queryIntentServices( in init() local
|
| /packages/apps/Gallery/src/com/android/camera/gallery/ |
| D | ImageListUber.java | 65 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/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/ |
| D | CellBroadcastOtherChannelsManagerTest.java | 62 ArrayList<CellBroadcastChannelRange> list = CellBroadcastOtherChannelsManager.getInstance(). in testGetCellBroadcastChannelRanges() local
|
| /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
| D | RawContactModifierTests.java | 191 protected void assertContains(List<?> list, Object object) { in assertContains() 198 protected void assertNotContains(List<?> list, Object object) { in assertNotContains() 855 List<ValuesDelta> list = newState.getMimeEntries(StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange1() local 899 List<ValuesDelta> list = newState.getMimeEntries(StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange2() local 946 List<ValuesDelta> list = newState.getMimeEntries(StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithStructuredNameFromExchangeToGoogle() local 968 List<ValuesDelta> list = newState.getMimeEntries(StructuredPostal.CONTENT_ITEM_TYPE); in testMigratePostalFromGoogleToExchange() local 995 List<ValuesDelta> list = newState.getMimeEntries(StructuredPostal.CONTENT_ITEM_TYPE); in testMigratePostalFromExchangeToGoogle() local 1034 List<ValuesDelta> list = newState.getMimeEntries(Event.CONTENT_ITEM_TYPE); in testMigrateEventCommon() local 1065 List<ValuesDelta> list = newState.getMimeEntries(Event.CONTENT_ITEM_TYPE); in testMigrateEventFromGoogleToExchange2() local 1107 List<ValuesDelta> list = newState.getMimeEntries(Email.CONTENT_ITEM_TYPE); in testMigrateEmailFromGoogleToExchange() local [all …]
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
| D | CameraDeviceProxy.java | 38 public void createCaptureSession(List<Surface> list, in createCaptureSession()
|
| /packages/services/Car/service/src/com/android/car/ |
| D | CarServiceUtils.java | 144 public static float[] toFloatArray(List<Float> list) { in toFloatArray() 153 public static int[] toIntArray(List<Integer> list) { in toIntArray()
|
| /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
| D | DataModelTest.java | 46 final ConversationListData list = dataModel.createConversationListData(getContext(), in testCreateConversationList() local
|
| /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
| D | CollectionUtils.java | 51 final ArrayList<E> list = new ArrayList<>(end - start); in arrayAsList() local
|
| /packages/apps/Settings/src/com/android/settings/applications/ |
| D | DefaultBrowserPreference.java | 119 List<ResolveInfo> list = mPm.queryIntentActivitiesAsUser(BROWSE_PROBE, in resolveBrowserApps() local 139 List<ResolveInfo> list = mPm.queryIntentActivitiesAsUser(BROWSE_PROBE, in getSoleAppLabel() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
| D | PreferenceUtils.java | 47 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0); in resolveSystemActivityOrRemove() local
|
| /packages/apps/EmergencyInfo/src/com/android/emergency/view/ |
| D | ViewEmergencyContactsFragment.java | 51 ListView list = (ListView) getView().findViewById(android.R.id.list); in onActivityCreated() local
|
| /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
| D | RecurrenceSetTest.java | 113 List<ICalendar.Property> list = component.getProperties("DTSTART"); in testRRULEfolding() local
|
| /packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
| D | Collapser.java | 51 public static <T extends Collapsible<T>> void collapseList(ArrayList<T> list) { in collapseList()
|
| /packages/apps/Music/src/com/android/music/ |
| D | IMediaPlaybackService.aidl | 25 void open(in long [] list, int position); in open() 41 void enqueue(in long [] list, int action); in enqueue()
|
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
| D | KanaConverter.java | 518 List<WnnWord> list = mAddCandidateList; in createPseudoCandidateList() local 584 List<WnnWord> list = mAddCandidateList; in createPseudoCandidateListForQwerty() local
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
| D | BluetoothMapAppObserver.java | 317 ArrayList<BluetoothMapAccountItem> list = new ArrayList<BluetoothMapAccountItem>(); in getEnabledAccountItems() local 343 ArrayList<BluetoothMapAccountItem> list = new ArrayList<BluetoothMapAccountItem>(); in getAllAccountItems() local
|
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
| D | LiveWallpaperListAdapter.java | 61 List<ResolveInfo> list = mPackageManager.queryIntentServices( in LiveWallpaperListAdapter() local 144 List<ResolveInfo> list = params[0]; in doInBackground() local
|
| /packages/apps/Dialer/src/com/android/dialer/dialpad/ |
| D | SmartDialMatchPosition.java | 64 public static void print(ArrayList<SmartDialMatchPosition> list) { in print()
|