Home
last modified time | relevance | path

Searched refs:newEntry (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCachingIconLoader.java60 Entry newEntry = null; in getIcon() local
65 newEntry = new Entry(); in getIcon()
66 storeInIconCache(drawableId, newEntry); in getIcon()
77 newEntry.set(drawable); in getIcon()
78 storeInIconCache(drawableId, newEntry); in getIcon() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java205 NotificationEntry newEntry = null; in updateTopEntry() local
207 newEntry = mHeadsUpManager.getTopEntry(); in updateTopEntry()
210 mView.setEntry(newEntry); in updateTopEntry()
211 if (newEntry != previousEntry) { in updateTopEntry()
213 if (newEntry == null) { in updateTopEntry()
225 mNotificationIconAreaController.showIconIsolated(newEntry == null ? null in updateTopEntry()
226 : newEntry.getIcons().getStatusBarIcon(), animateIsolation); in updateTopEntry()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DBypassHeadsUpNotifier.kt80 var newEntry = entryManager regex
83 newEntry = null
85 currentMediaEntry = newEntry
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java141 TableEntry newEntry =
149 updateEntry(oldEntry, newEntry);
159 TableEntry newEntry =
167 updateEntry(oldEntry, newEntry);
178 TableEntry newEntry =
186 updateEntry(oldEntry, newEntry);
582 private void updateEntry(TableEntry old, TableEntry newEntry) { in updateEntry() argument
585 entries.set(index, newEntry); in updateEntry()
586 notifyTableEntryUpdated(newEntry); in updateEntry()
/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DMain.java77 ZipEntry newEntry = new ZipEntry(entry.getName()); in main() local
78 newEntry.setTime(entry.getTime()); in main()
79 zos.putNextEntry(newEntry); in main()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsActivityCommon.java176 CallDetailsEntry.Builder newEntry = CallDetailsEntry.newBuilder().mergeFrom(entry); in updateCallDetailsEntriesWithRttTranscriptAvailability() local
177 newEntry.setHasRttTranscript(availableTranscripIds.contains(entry.getCallMappingId())); in updateCallDetailsEntriesWithRttTranscriptAvailability()
178 mutableCallDetailsEntries.addEntries(newEntry.build()); in updateCallDetailsEntriesWithRttTranscriptAvailability()
509 CallDetailsEntry.Builder newEntry = CallDetailsEntry.newBuilder().mergeFrom(entry); in generateAndMapNewCallDetailsEntriesHistoryResults() local
512 newEntry.addAllHistoryResults(mappedResults.get(entry)); in generateAndMapNewCallDetailsEntriesHistoryResults()
516 newEntry.getHistoryResultsList().size()); in generateAndMapNewCallDetailsEntriesHistoryResults()
518 mutableCallDetailsEntries.addEntries(newEntry.build()); in generateAndMapNewCallDetailsEntriesHistoryResults()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
H A DAppStateAppOpsBridge.java111 PermissionState newEntry = new PermissionState(); in getPackageToStateMapsByProfileId() local
112 newEntry.mRequestedPermissions = packageInfo.requestedPermissions; in getPackageToStateMapsByProfileId()
113 entriesForProfile.put(packageInfo.packageName, newEntry); in getPackageToStateMapsByProfileId()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryHistEntryTest.java186 final BatteryHistEntry newEntry = in testInterpolate_returnExpectedResult() local
195 newEntry, 3, upperHistEntry.mPercentOfTotal, in testInterpolate_returnExpectedResult()
220 final BatteryHistEntry newEntry = in testInterpolate_withoutLowerEntryData_returnExpectedResult() local
229 newEntry, 3, upperHistEntry.mPercentOfTotal, in testInterpolate_withoutLowerEntryData_returnExpectedResult()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DWifiPickerTracker.java502 final StandardWifiEntry newEntry = new StandardWifiEntry(mInjector, mContext, in updateStandardWifiEntryScans() local
506 mStandardWifiEntryCache.add(newEntry); in updateStandardWifiEntryScans()
554 final StandardWifiEntry newEntry = new StandardWifiEntry(mInjector, mContext, in updateSuggestedWifiEntryScans() local
558 newEntry.setUserShareable(userSharedEntryKeys.contains(entryKey)); in updateSuggestedWifiEntryScans()
559 mSuggestedWifiEntryCache.add(newEntry); in updateSuggestedWifiEntryScans()
626 OsuWifiEntry newEntry = new OsuWifiEntry(mContext, mMainHandler, provider, mWifiManager, in updateOsuWifiEntryScans() local
628 newEntry.updateScanResultInfo(osuProviderToScans.get(provider)); in updateOsuWifiEntryScans()
629 mOsuWifiEntryCache.put(osuProviderToOsuWifiEntryKey(provider), newEntry); in updateOsuWifiEntryScans() local
/aosp12/system/core/libutils/include/utils/
H A DLruCache.h213 Entry* newEntry = new Entry(key, value); in put() local
214 mSet->insert(newEntry); in put()
215 attachToCache(*newEntry); in put()
/aosp12/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp376 void ConsumerFrameEventHistory::addQueue(const NewFrameEventsEntry& newEntry) { in addQueue() argument
380 newTimestamps.frameNumber = newEntry.frameNumber; in addQueue()
381 newTimestamps.postedTime = newEntry.postedTime; in addQueue()
382 newTimestamps.requestedPresentTime = newEntry.requestedPresentTime; in addQueue()
383 newTimestamps.acquireFence = newEntry.acquireFence; in addQueue()
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioFocus.java318 FocusEntry newEntry = new FocusEntry(afi, requestedContext, mPackageManager); in evaluateFocusRequestLocked() local
358 entry.addBlocker(newEntry); in evaluateFocusRequestLocked()
387 entry.addBlocker(newEntry); in evaluateFocusRequestLocked()
406 mFocusHolders.put(afi.getClientId(), newEntry); in evaluateFocusRequestLocked() local
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java765 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local
774 newEntry, generateRankingMap(mAlertEntries), /* isUpdate= */ false) in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()
805 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local
806 mAlertEntries.add(newEntry); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
808 List<NotificationGroup> result = mPreprocessingManager.additionalGroupAndRank(newEntry, in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
810 assertThat(result.get(0).getSingleNotification()).isEqualTo(newEntry); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
827 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
829 List<NotificationGroup> result = mPreprocessingManager.additionalGroupAndRank(newEntry, in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateAppOpsBridge.java199 final PermissionState newEntry = new PermissionState(packageName, profile); in getEntries() local
200 entriesForProfile.put(packageName, newEntry); in getEntries()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp944 mInboundQueue.push_back(std::move(newEntry)); in enqueueInboundEventLocked()
1235 std::shared_ptr<KeyEntry> newEntry = in synthesizeKeyRepeatLocked() local
1241 newEntry->syntheticRepeat = true; in synthesizeKeyRepeatLocked()
1242 mKeyRepeatState.lastKeyEntry = newEntry; in synthesizeKeyRepeatLocked()
1244 return newEntry; in synthesizeKeyRepeatLocked()
2914 switch (newEntry.type) { in enqueueDispatchEntryLocked()
3025 incrementPendingForegroundDispatches(newEntry); in enqueueDispatchEntryLocked()
3844 std::unique_ptr<KeyEntry> newEntry = in notifyKey() local
3932 std::unique_ptr<MotionEntry> newEntry = in notifyMotion() local
3965 std::unique_ptr<SensorEntry> newEntry = in notifySensor() local
[all …]
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DWakeLockEntryList.cpp311 WakeLockInfo newEntry = createNativeEntry(name, pid, timeNow); in updateOnAcquire() local
312 insertEntry(newEntry); in updateOnAcquire()
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DLog.h120 LogEntry newEntry() const { return LogEntry(); } in newEntry() function
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go69 newEntry := ZipEntryFromZip{inputZip: inputZip,
76 return &newEntry
/aosp12/frameworks/native/libs/gui/include/gui/
H A DFrameTimestamps.h216 void addQueue(const NewFrameEventsEntry& newEntry);
/aosp12/packages/modules/DnsResolver/
H A DDnsResolverService.cpp206 gDnsResolverLog.newEntry() in setResolverConfiguration()
/aosp12/system/netd/server/
H A DNetlinkHandler.cpp58 auto entry = gUnsolicitedLog.newEntry().function(#func).args(__VA_ARGS__); \
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java1412 (newEntry, oldEntry) -> { in sliceNetworkStatsByFgbg()
1413 newEntry.set = oldEntry.set; in sliceNetworkStatsByFgbg()
1419 (newEntry, oldEntry) -> { in sliceNetworkStatsByUidAndFgbg()
1420 newEntry.uid = oldEntry.uid; in sliceNetworkStatsByUidAndFgbg()
1421 newEntry.set = oldEntry.set; in sliceNetworkStatsByUidAndFgbg()
1427 (newEntry, oldEntry) -> {
1428 newEntry.uid = oldEntry.uid;
1429 newEntry.tag = oldEntry.tag;
1430 newEntry.metered = oldEntry.metered;
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12