Home
last modified time | relevance | path

Searched defs:newList (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DPackageTagsListTest.java154 PackageTagsList newList = PackageTagsList.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java102 List<LockTarget> newList = new ArrayList<>(state1.getTargets()); in merge() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java267 List<CachedBluetoothDevice> newList = new ArrayList<>(); in updateConnectedOld() local
289 List<CachedBluetoothDevice> newList = status.getConnectedDevices(); in onConnectionStatusFetched() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
H A DDataServiceUtils.java30 public static <T> boolean shouldUpdateEntityList(List<T> oldList, List<T> newList) { in shouldUpdateEntityList()
/aosp14/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java269 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents() local
/aosp14/frameworks/base/services/core/java/com/android/server/media/metrics/
H A DMediaMetricsManagerService.java113 List<String> newList = getListLocked(PLAYER_METRICS_APP_ALLOWLIST); in updateConfigs() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java386 protected void onPostExecute(List<DisplayResolveInfo> newList) { in updateAlphabeticalList()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java306 List<T> newList = new ArrayList<>(); in mergeToUnmodifiableList() local
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java11582 List<String> newList = updateTelephonyProperty( in setSimOperatorNumericForPhone() local
11606 List<String> newList = updateTelephonyProperty( in setSimOperatorNameForPhone() local
11630 List<String> newList = updateTelephonyProperty( in setSimCountryIsoForPhone() local
11654 List<String> newList = updateTelephonyProperty( in setSimStateForPhone() local
11871 List<String> newList = updateTelephonyProperty( in setBasebandVersionForPhone() local
11921 List<Integer> newList = updateTelephonyProperty( in setPhoneType() local
12083 List<String> newList = updateTelephonyProperty( in setNetworkOperatorNameForPhone() local
12126 List<String> newList = updateTelephonyProperty( in setNetworkOperatorNumericForPhone() local
12151 List<Boolean> newList = updateTelephonyProperty( in setNetworkRoamingForPhone() local
12180 List<String> newList = updateTelephonyProperty( in setDataNetworkTypeForPhone() local
H A DServiceState.java2003 List<NetworkRegistrationInfo> newList = new ArrayList<>(); in getNetworkRegistrationInfoList() local
/aosp14/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java625 List<Sensor> oldList, List<Sensor> newList, List<Sensor> updated, in diffSortedSensorList()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DInternalResourceService.java1025 ArraySet<String> newList = mInstallers.get(userId, newIpo.installerPackageName); in maybeUpdateInstallerStatusLocked() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java1499 public void enforceShortcutCountsBeforeOperation(List<ShortcutInfo> newList, in enforceShortcutCountsBeforeOperation()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7009 int[] newList = new int[num + 1]; in backgroundAllowlistUid() local