Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/pm/
DReconciledPackage.java69 final ArrayMap<String, AndroidPackage> combined = in getCombinedAvailablePackages() local
72 combined.putAll(mAllPackages); in getCombinedAvailablePackages()
75 combined.put(installRequest.getScannedPackageSetting().getPackageName(), in getCombinedAvailablePackages()
79 return combined; in getCombinedAvailablePackages()
/frameworks/base/errorprone/refaster/
Drefaster.sh3 …OP/out/soong/.intermediates/frameworks/base/framework/android_common/turbine-combined/framework.jar
4 …$ANDROID_BUILD_TOP/out/soong/.intermediates/libcore/core-all/android_common/turbine-combined/core-…
/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsProcessor.java161 CombinedDeviceStateEstimate combined = in addUidStateEstimations() local
163 if (combined == null) { in addUidStateEstimations()
169 UidStateEstimate uidStateEstimate = getUidStateEstimate(combined); in addUidStateEstimations()
171 uidStateEstimate = new UidStateEstimate(combined, uidStatesNotTrackedForDevice); in addUidStateEstimations()
248 public UidStateEstimate getUidStateEstimate(CombinedDeviceStateEstimate combined) { in getUidStateEstimate() argument
251 if (uidStateEstimate.combinedDeviceStateEstimate == combined) { in getUidStateEstimate()
305 public UidStateEstimate(CombinedDeviceStateEstimate combined, in UidStateEstimate() argument
307 combinedDeviceStateEstimate = combined; in UidStateEstimate()
/frameworks/layoutlib/create/tests/
Drun_tests.sh10 …c_common/combined/layoutlib_create.jar:${OUT_INTERMEDIATES}/frameworks/layoutlib/create/tests/layo…
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DAnnouncementAggregator.java92 List<Announcement> combined = new ArrayList<>(); in onListUpdated() local
94 combined.addAll(watcher.currentList); in onListUpdated()
97 mListener.onListUpdated(combined); in onListUpdated()
/frameworks/base/tools/hoststubgen/scripts/
Dbuild-framework-hostside-jars-without-genrules.sh38 …OP/out/soong/.intermediates/frameworks/base/framework-all/android_common/combined/framework-all.jar
76 …ct-stub-jar $SOONG_INT/frameworks/base/api/android_test_stubs_current/android_common/combined/*.jar
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
DRemoteTransitionTest.java72 TransitionInfo combined = new TransitionInfoBuilder(TRANSIT_CLOSE) in testLegacyTargetExtract() local
83 RemoteAnimationTarget[] wrapped = RemoteAnimationTargetCompat.wrapApps(combined, in testLegacyTargetExtract()
101 RemoteAnimationTarget[] wallps = RemoteAnimationTargetCompat.wrapNonApps(combined, in testLegacyTargetExtract()
108 RemoteAnimationTarget[] nonApps = RemoteAnimationTargetCompat.wrapNonApps(combined, in testLegacyTargetExtract()
/frameworks/base/core/java/android/os/
DCombinedVibration.java60 CombinedVibration combined = new Mono(effect); in createParallel() local
61 combined.validate(); in createParallel()
62 return combined; in createParallel()
227 CombinedVibration combined = new Stereo(mEffects); in combine() local
228 combined.validate(); in combine()
229 return combined; in combine()
346 CombinedVibration combined = new Sequential(mEffects, mDelays); in combine() local
347 combined.validate(); in combine()
348 return combined; in combine()
DSystemVibratorManager.java231 CombinedVibration combined = CombinedVibration.startParallel() in setAlwaysOnEffect() local
234 return SystemVibratorManager.this.setAlwaysOnEffect(uid, opPkg, alwaysOnId, combined, in setAlwaysOnEffect()
241 CombinedVibration combined = CombinedVibration.startParallel() in vibrate() local
244 SystemVibratorManager.this.vibrate(uid, opPkg, combined, reason, attributes); in vibrate()
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java565 int combined; in getDeadChar() local
567 combined = sDeadKeyCache.get(combination, -1); in getDeadChar()
568 if (combined == -1) { in getDeadChar()
573 combined = result.codePointCount(0, result.length()) == 1 in getDeadChar()
575 sDeadKeyCache.put(combination, combined); in getDeadChar()
578 return combined; in getDeadChar()
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DAnnouncementAggregator.java126 List<Announcement> combined = new ArrayList<>(mModuleWatchers.size()); in onListUpdated() local
128 combined.addAll(mModuleWatchers.get(i).mCurrentList); in onListUpdated()
131 mListener.onListUpdated(combined); in onListUpdated()
/frameworks/multidex/library/src/androidx/multidex/
DMultiDex.java449 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local
451 System.arraycopy(original, 0, combined, 0, original.length); in expandFieldArray()
452 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); in expandFieldArray()
453 jlrField.set(instance, combined); in expandFieldArray()
554 IOException[] combined = in install() local
557 suppressedExceptions.toArray(combined); in install()
558 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install()
560 dexElementsSuppressedExceptions = combined; in install()
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/
Drun-test-manually.sh57 $SOONG_INT/external/junit/junit/android_common/combined/junit.jar
58 $SOONG_INT/external/truth/truth/android_common/combined/truth.jar
/frameworks/base/services/people/java/com/android/server/people/data/
DEventHistoryImpl.java165 EventIndex combined = mInjector.createEventIndex(); in getEventIndex() local
169 combined = EventIndex.combine(combined, eventIndex); in getEventIndex()
172 return combined; in getEventIndex()
DEventIndex.java110 EventIndex combined = new EventIndex(older); in combine() local
111 combined.updateEventBitmaps(younger.mLastUpdatedTime); in combine()
114 combined.mEventBitmaps[slotType] |= younger.mEventBitmaps[slotType]; in combine()
116 return combined; in combine()
/frameworks/layoutlib/bridge/tests/
Drun_tests_mac.sh62combined/trove-prebuilt.jar:${OUT_INTERMEDIATES}/external/junit/junit/darwin_common/javac/junit.ja…
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DEventIndexTest.java144 EventIndex combined = EventIndex.combine(a, b); in combineEventIndexes() local
145 List<Range<Long>> slots = combined.getActiveTimeSlots(); in combineEventIndexes()
/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/
DNativeProcessesMemoryTest.java125 MemoryMetric combined = allMemsForProcess.stream().reduce(mZero, MemoryMetric::sum); in sampleAndLogAllProcesses() local
126 logMemoryMetric(processName, combined); in sampleAndLogAllProcesses()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationLayoutEngineTest.java124 final Margins combined = Margins.combine(margins1, margins2); in testCombineMargins() local
125 assertThat(margins1.start + margins2.start).isEqualTo(combined.start); in testCombineMargins()
126 assertThat(margins1.top + margins2.top).isEqualTo(combined.top); in testCombineMargins()
127 assertThat(margins1.end + margins2.end).isEqualTo(combined.end); in testCombineMargins()
128 assertThat(margins1.bottom + margins2.bottom).isEqualTo(combined.bottom); in testCombineMargins()
/frameworks/opt/telephony/tests/telephonytests/
DAndroid.bp64 out: ["jarjar-rules-telephony-tests-combined.txt"],
/frameworks/base/api/
DStubLibraries.bp47 api_file: ":android-non-updatable.api.combined.public.latest",
48 removed_api_file: ":android-non-updatable-removed.api.combined.public.latest",
53 new_since: ":android.api.combined.public.latest",
127 api_file: ":android-non-updatable.api.combined.system.latest",
128 removed_api_file: ":android-non-updatable-removed.api.combined.system.latest",
133 new_since: ":android.api.combined.system.latest",
188 new_since: ":android.api.combined.test.latest",
266 api_file: ":android-non-updatable.api.combined.module-lib.latest",
267 removed_api_file: ":android-non-updatable-removed.api.combined.module-lib.latest",
272 new_since: ":android.api.combined.module-lib.latest",
/frameworks/base/core/tests/vibrator/src/android/os/
DCombinedVibrationTest.java91 CombinedVibration.Sequential combined = in testNestedSequentialAccumulatesDelays() local
108 assertEquals(Arrays.asList(110, 100, 100, 10, 100), combined.getDelays()); in testNestedSequentialAccumulatesDelays()
/frameworks/rs/script_api/
Drs_matrix.spec34 …transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)…
294 …the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp…
525 To apply this combined transformation to a vector, multiply the vector by the created
543 To apply this combined transformation to a vector, multiply the vector by the created
576 To apply this combined transformation to a vector, multiply the vector by the
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDndTile.java130 public static void setCombinedIcon(Context context, boolean combined) { in setCombinedIcon() argument
131 Prefs.putBoolean(context, Prefs.Key.DND_TILE_COMBINED_ICON, combined); in setCombinedIcon()
/frameworks/rs/script_api/include/
Drs_matrix.rsh36 * transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
307 * the transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
520 * To apply this combined transformation to a vector, multiply the vector by the created
541 * To apply this combined transformation to a vector, multiply the vector by the created
583 * To apply this combined transformation to a vector, multiply the vector by the

12