/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockTargetStateAnalysis.java | 100 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/ |
D | MediaExtractorFactory.cpp | 281 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/ |
D | SystemSensorManager.java | 487 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/ |
D | ProcessErrorsTest.java | 269 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/ |
D | HdmiUtils.java | 269 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/ |
D | TelephonyManager.java | 9925 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 …]
|
D | ServiceState.java | 1890 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/ |
D | ChooserListAdapter.java | 342 protected void onPostExecute(List<DisplayResolveInfo> newList) { in updateAlphabeticalList() argument 343 mSortedList = newList; in updateAlphabeticalList()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 608 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/ |
D | ShortcutPackage.java | 1278 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()
|
D | ShortcutService.java | 4987 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/ |
D | ActivityManagerService.java | 8210 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/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |