Home
last modified time | relevance | path

Searched refs:newList (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java100 List<LockTarget> newList = new ArrayList<>(state1.getTargets()); in merge() local
102 if (!newList.contains(otherTarget)) { in merge()
103 newList.add(otherTarget); in merge()
107 return new LockTargetState(base.getType(), newList); in merge()
/frameworks/av/media/libstagefright/
DMediaExtractorFactory.cpp281 std::shared_ptr<std::list<sp<ExtractorPlugin>>> newList(new std::list<sp<ExtractorPlugin>>()); in LoadExtractors() local
293 "/extractors", &dlextinfo, *newList); in LoadExtractors()
303 "/extractors", NULL, *newList); in LoadExtractors()
309 "/extractors", NULL, *newList); in LoadExtractors()
311 newList->sort(compareFunc); in LoadExtractors()
312 gPlugins = newList; in LoadExtractors()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java487 List<Sensor> oldList, List<Sensor> newList, List<Sensor> updated, in diffSortedSensorList() argument
494 if (j < oldList.size() && (i >= newList.size() in diffSortedSensorList()
495 || newList.get(i).getHandle() > oldList.get(j).getHandle())) { in diffSortedSensorList()
501 } else if (i < newList.size() && (j >= oldList.size() in diffSortedSensorList()
502 || newList.get(i).getHandle() < oldList.get(j).getHandle())) { in diffSortedSensorList()
505 added.add(newList.get(i)); in diffSortedSensorList()
508 updated.add(newList.get(i)); in diffSortedSensorList()
511 } else if (i < newList.size() && j < oldList.size() in diffSortedSensorList()
512 && newList.get(i).getHandle() == oldList.get(j).getHandle()) { in diffSortedSensorList()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java269 List<ProcessErrorStateInfo> newList = new ArrayList<ProcessErrorStateInfo>(errList.size()); in reportWrappedListContents() local
271 newList.add(err.info); in reportWrappedListContents()
273 return reportListContents(newList); in reportWrappedListContents()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java269 List<T> newList = new ArrayList<>(); in mergeToUnmodifiableList() local
270 newList.addAll(a); in mergeToUnmodifiableList()
271 newList.addAll(b); in mergeToUnmodifiableList()
272 return Collections.unmodifiableList(newList); in mergeToUnmodifiableList()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java9925 List<String> newList = updateTelephonyProperty( in setSimOperatorNumericForPhone() local
9927 TelephonyProperties.icc_operator_numeric(newList); in setSimOperatorNumericForPhone()
9949 List<String> newList = updateTelephonyProperty( in setSimOperatorNameForPhone() local
9951 TelephonyProperties.icc_operator_alpha(newList); in setSimOperatorNameForPhone()
9973 List<String> newList = updateTelephonyProperty( in setSimCountryIsoForPhone() local
9975 TelephonyProperties.icc_operator_iso_country(newList); in setSimCountryIsoForPhone()
9997 List<String> newList = updateTelephonyProperty( in setSimStateForPhone() local
9999 TelephonyProperties.sim_state(newList); in setSimStateForPhone()
10105 List<String> newList = updateTelephonyProperty( in setBasebandVersionForPhone() local
10107 TelephonyProperties.baseband_version(newList); in setBasebandVersionForPhone()
[all …]
DServiceState.java1890 List<NetworkRegistrationInfo> newList = new ArrayList<>(); in getNetworkRegistrationInfoList() local
1892 newList.add(new NetworkRegistrationInfo(nri)); in getNetworkRegistrationInfoList()
1894 return newList; in getNetworkRegistrationInfoList()
/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java342 protected void onPostExecute(List<DisplayResolveInfo> newList) { in updateAlphabeticalList() argument
343 mSortedList = newList; in updateAlphabeticalList()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp608 void convertAttribs(const EGLAttrib* attribList, std::vector<EGLint>& newList) { in convertAttribs() argument
610 newList.push_back(static_cast<EGLint>(attr[0])); in convertAttribs()
611 newList.push_back(static_cast<EGLint>(attr[1])); in convertAttribs()
613 newList.push_back(EGL_NONE); in convertAttribs()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1278 public void enforceShortcutCountsBeforeOperation(List<ShortcutInfo> newList, in enforceShortcutCountsBeforeOperation() argument
1296 for (int i = newList.size() - 1; i >= 0; i--) { in enforceShortcutCountsBeforeOperation()
1297 final ShortcutInfo newShortcut = newList.get(i); in enforceShortcutCountsBeforeOperation()
DShortcutService.java4987 List<ShortcutInfo> newList, List<ShortcutInfo> deletedList, final ShortcutPackage ps) { in prepareChangedShortcuts() argument
4992 addShortcutIdsToSet(newIds, newList); in prepareChangedShortcuts()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java8210 int[] newList = new int[N+1]; in backgroundWhitelistUid() local
8211 System.arraycopy(mBackgroundAppIdWhitelist, 0, newList, 0, N); in backgroundWhitelistUid()
8212 newList[N] = UserHandle.getAppId(uid); in backgroundWhitelistUid()
8213 mBackgroundAppIdWhitelist = newList; in backgroundWhitelistUid()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...