Searched refs:tempList (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 124 ListItem tempList; in GetFolderItems() local 125 tempList.type = mFdp->ConsumeBool() ? ListItem::FOLDER : ListItem::SONG; in GetFolderItems() 126 tempList.folder.media_id = mFdp->ConsumeRandomLengthString(kMaxLen); in GetFolderItems() 127 tempList.folder.name = mFdp->ConsumeRandomLengthString(kMaxLen); in GetFolderItems() 128 tempList.folder.is_playable = mFdp->ConsumeBool(); in GetFolderItems() 129 tempList.song.media_id = mFdp->ConsumeRandomLengthString(kMaxLen); in GetFolderItems() 130 tempList.song.attributes.insert(AttributeEntry( in GetFolderItems() 134 list.push_back(tempList); in GetFolderItems()
|
/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/ |
D | DialogFragmentTest.java | 91 List<Topic> tempList = new ArrayList<>(); in setup() local 92 tempList.add(Topic.create(10001, 1, 1)); in setup() 93 tempList.add(Topic.create(10002, 1, 1)); in setup() 94 tempList.add(Topic.create(10003, 1, 1)); in setup() 95 ImmutableList<Topic> topicsList = ImmutableList.copyOf(tempList); in setup() 98 tempList = new ArrayList<>(); in setup() 99 tempList.add(Topic.create(10004, 1, 1)); in setup() 100 tempList.add(Topic.create(10005, 1, 1)); in setup() 101 ImmutableList<Topic> blockedTopicsList = ImmutableList.copyOf(tempList); in setup()
|
/packages/modules/AdServices/adservices/framework/java/com/android/adservices/ |
D | AdServicesParcelableUtil.java | 141 ArrayList<T> tempList = new ArrayList<>(sourceSet); 142 targetParcel.writeTypedList(tempList); 169 ArrayList<String> tempList = new ArrayList<>(sourceSet); 170 targetParcel.writeStringList(tempList);
|
/packages/services/Telephony/src/com/android/phone/ |
D | ShortcutViewUtils.java | 388 List<EmergencyNumber> tempList = new ArrayList<>(); in getPromotedEmergencyNumberLists() local 409 tempList.add(emergencyNumber); in getPromotedEmergencyNumberLists() 414 promotedList.addAll(tempList); in getPromotedEmergencyNumberLists()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ |
D | E2EAbstractTest.java | 806 List<String> tempList = new ArrayList<>(); in getComparableHistograms() local 809 tempList.add( in getComparableHistograms() 816 Collections.sort(tempList); in getComparableHistograms() 817 return String.join(";", tempList); in getComparableHistograms()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | WifiScanningServiceTest.java | 2656 ArrayList<Intent> tempList = mSwPnoIntentsQueue; in testSwPnoScanIterations() local 2658 Collections.shuffle(tempList); in testSwPnoScanIterations() 2659 for (int intentIdx = 0; intentIdx < tempList.size(); intentIdx++) { in testSwPnoScanIterations() 2660 mockBroadcastReceived(tempList.get(intentIdx)); in testSwPnoScanIterations()
|