Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/
DTextRtpPayloadEncoderNode.cpp302 DataEntry newEntry = DataEntry(); in EncodeT140() local
303 newEntry.subtype = MEDIASUBTYPE_RTPPAYLOAD; in EncodeT140()
304 newEntry.pbBuffer = data; in EncodeT140()
305 newEntry.nBufferSize = size; in EncodeT140()
306 newEntry.nTimestamp = timestamp; in EncodeT140()
307 newEntry.arrivalTime = static_cast<uint32_t>(std::make_unsigned_t<int8_t>( in EncodeT140()
309 mBufferQueue.Add(&newEntry); in EncodeT140()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DCachingIconLoader.kt33 var newEntry: Entry? = null in getIcon() variable
38 newEntry = Entry() in getIcon()
39 storeInIconCache(drawableId, newEntry) in getIcon()
51 newEntry?.set(drawable) in getIcon()
52 storeInIconCache(drawableId, newEntry) in getIcon()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java768 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local
777 newEntry, generateRankingMap(mAlertEntries), /* isUpdate= */ false) in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()
808 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local
809 mAlertEntries.add(newEntry); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
811 List<NotificationGroup> result = mPreprocessingManager.additionalGroupAndRank(newEntry, in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
813 assertThat(result.get(0).getSingleNotification()).isEqualTo(newEntry); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
830 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
832 List<NotificationGroup> result = mPreprocessingManager.additionalGroupAndRank(newEntry, in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated()
874 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated() local
876 List<NotificationGroup> result = mPreprocessingManager.additionalGroupAndRank(newEntry, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DExternalApproverManager.java69 ApproverEntry newEntry = new ApproverEntry( in put() local
71 mApprovers.put(new Pair(key, deviceAddress), newEntry); in put()
72 mApproverByAddress.put(deviceAddress, newEntry); in put()
73 logd("Add an approver: " + newEntry); in put()
/packages/apps/TV/src/com/android/tv/guide/
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()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
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()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPacketReader.java192 LabelEntry newEntry = new LabelEntry(val); in readLabels() local
193 labelDictionary.put(currentOffset, newEntry); in readLabels()
198 previousEntry = newEntry; in readLabels()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryHistEntryTest.java234 final BatteryHistEntry newEntry = in testInterpolate_returnExpectedResult() local
239 newEntry, in testInterpolate_returnExpectedResult()
276 final BatteryHistEntry newEntry = in testInterpolate_withoutLowerEntryData_returnExpectedResult() local
285 newEntry, in testInterpolate_withoutLowerEntryData_returnExpectedResult()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridge.java113 PermissionState newEntry = getPermissionState(packageInfo); in getPackageToStateMapsByProfileId() local
114 newEntry.mRequestedPermissions = packageInfo.requestedPermissions; in getPackageToStateMapsByProfileId()
115 entriesForProfile.put(packageInfo.packageName, newEntry); in getPackageToStateMapsByProfileId()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioFocus.java388 FocusEntry newEntry = new FocusEntry(focusEntry.getAudioFocusInfo(), in evaluateFocusRequestLocked() local
390 AudioFocusInfo newEntryAfi = newEntry.getAudioFocusInfo(); in evaluateFocusRequestLocked()
439 entry.addBlocker(newEntry); in evaluateFocusRequestLocked()
471 entry.addBlocker(newEntry); in evaluateFocusRequestLocked()
481 mFocusHolders.put(afi.getClientId(), newEntry); in evaluateFocusRequestLocked() local
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java198 final PermissionState newEntry = new PermissionState(packageName, profile); in getEntries() local
199 entriesForProfile.put(packageName, newEntry); in getEntries()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DLog.h121 LogEntry newEntry() const { return LogEntry(); } in newEntry() function
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/TV/libs/m2/
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessor.java1220 final BatteryHistEntry newEntry = in interpolateHistoryForSlot() local
1227 newHistEntryMap.put(entryKey, newEntry); in interpolateHistoryForSlot()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...