/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/ui/util/ |
H A D | MediaDiffUtilTest.kt | 43 val newList = listOf(mediaControl) in <lambda>() constant 62 val newList = listOf(mediaRecs) in <lambda>() constant 81 val newList = listOf(mediaControl.copy(immediatelyUpdateUi = false)) in <lambda>() constant 100 val newList = listOf(mediaRecs.copy(key = KEY_MEDIA_SMARTSPACE_2)) in <lambda>() constant 120 val newList = listOf(mediaControl2, mediaControl1) in <lambda>() constant 141 val newList = listOf(mediaControl1, mediaControl2, mediaRecs) in <lambda>() constant 160 val newList = listOf<MediaCommonViewModel>() in <lambda>() constant 179 val newList = listOf<MediaCommonViewModel>() in <lambda>() constant
|
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/ |
H A D | GetElementsByTagNameNS.java | 73 NodeList newList; in testGetElementsByTagNameNS1() local 82 NodeList newList; in testGetElementsByTagNameNS2() local 178 NodeList newList; in testGetElementsByTagNameNS8() local 186 NodeList newList; in testGetElementsByTagNameNS9() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/jca/ |
H A D | Providers.java | 183 public static void setProviderList(ProviderList newList) { in setProviderList() 201 ProviderList newList = list.removeInvalid(); in getFullProviderList() local 210 ProviderList newList = list.removeInvalid(); in getFullProviderList() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/panels/ui/viewmodel/ |
D | DiffCallback.java | 33 private final java.util.List<com.android.systemui.qs.pipeline.shared.TileSpec> newList = null; field in DiffCallback 37 java.util.List<? extends com.android.systemui.qs.pipeline.shared.TileSpec> newList) { in DiffCallback()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | PowerStatsUidResolver.java | 76 List<Listener> newList = new ArrayList<>(mListeners); in addListener() local 87 List<Listener> newList = new ArrayList<>(mListeners); in removeListener() local
|
H A D | PowerStatsCollector.java | 106 List<Consumer<PowerStats>> newList = new ArrayList<>(mConsumerList); in addConsumer() local 118 List<Consumer<PowerStats>> newList = new ArrayList<>(mConsumerList); in removeConsumer() local
|
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationDiff.java | 51 @NonNull List<NotificationGroup> newList) { in CarNotificationDiff() 56 @NonNull List<NotificationGroup> newList, int maxItems) { in CarNotificationDiff()
|
/aosp_15_r20/external/javassist/src/main/javassist/expr/ |
H A D | ExprEditor.java | 162 NewOp newList; field in ExprEditor.LoopContext 211 NewOp newList = context.newList; in loopBody() local
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ListFieldSchema.java | 107 ArrayList<L> newList = new ArrayList<L>(list.size() + additionalCapacity); in mutableListAt() local 112 LazyStringArrayList newList = new LazyStringArrayList(list.size() + additionalCapacity); in mutableListAt() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ListFieldSchema.java | 107 ArrayList<L> newList = new ArrayList<L>(list.size() + additionalCapacity); in mutableListAt() local 112 LazyStringArrayList newList = new LazyStringArrayList(list.size() + additionalCapacity); in mutableListAt() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationUtil.java | 347 List<File> newList = new LinkedList<>(); in dedupFiles() local 349 newMap.put(f.getName(), newList); in dedupFiles() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | ULocaleCollationTest.java | 319 List<UiListItem> newList = names.getUiList(list, false, collator); in TestNameList() local 330 assertEquals(list.toString(), expected, newList); in TestNameList() local
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | ULocaleCollationTest.java | 316 List<UiListItem> newList = names.getUiList(list, false, collator); in TestNameList() local 327 assertEquals(list.toString(), expected, newList); in TestNameList() local
|
/aosp_15_r20/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
D | JobSchedulerWrapper.java | 262 private synchronized List<JobInfo> newJobsSince(List<JobInfo> oldList, List<JobInfo> newList) { in newJobsSince() 267 List<JobInfo> oldList, List<JobInfo> newList) { in completedJobsSince()
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
D | WirelessDebuggingFragment.java | 221 FingerprintAndPairDevice[] newList = mAdbManager.getPairedDevices(); in updatePreferenceState() local 307 private void updatePairedDevicePreferences(Map<String, PairDevice> newList) { in updatePairedDevicePreferences()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/ |
D | WirelessDebuggingFragment.java | 320 FingerprintAndPairDevice[] newList = mAdbManager.getPairedDevices(); in onEnabled() local 355 private void updatePairedDevicePreferences(Map<String, PairDevice> newList) { in updatePairedDevicePreferences()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 289 ProviderList newList = ProviderList.insertAt(list, provider, position - 1); in insertProviderAt() local 372 ProviderList newList = ProviderList.remove(list, name); in removeProvider() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 289 ProviderList newList = ProviderList.insertAt(list, provider, position - 1); in insertProviderAt() local 372 ProviderList newList = ProviderList.remove(list, name); in removeProvider() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | Security.java | 289 ProviderList newList = ProviderList.insertAt(list, provider, position - 1); in insertProviderAt() local 372 ProviderList newList = ProviderList.remove(list, name); in removeProvider() local
|
/aosp_15_r20/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | PreprocessingManagerTest.java | 1110 List<NotificationGroup> newList = in onUpdateNotifications_notificationRemoved_removesNotification() local 1133 List<NotificationGroup> newList = in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local 1160 List<NotificationGroup> newList = in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification() local
|
/aosp_15_r20/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
D | QCListTest.java | 50 QCList newList = writeAndLoadFromBundle(list); in createFromParcel_accurateData() local
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
H A D | getElementsByTagNameNS08.java | 67 NodeList newList; in runTest() local
|
H A D | getElementsByTagNameNS01.java | 70 NodeList newList; in runTest() local
|
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | SearchResultDiffCallback.java | 33 List<? extends SearchResult> newList) { in SearchResultDiffCallback()
|
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/ |
D | LauncherItemDiffCallback.java | 31 public LauncherItemDiffCallback(List<LauncherItem> oldList, List<LauncherItem> newList) { in LauncherItemDiffCallback()
|