Home
last modified time | relevance | path

Searched refs:newMap (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp226 FileMap* newMap = new FileMap(); in createEntryFileMap() local
227 if (!newMap->create(mFileName, fd, ze.offset, actualLen, true)) { in createEntryFileMap()
228 delete newMap; in createEntryFileMap()
232 return newMap; in createEntryFileMap()
251 incfs::IncFsFileMap newMap; in createEntryIncFsFileMap() local
252 if (!newMap.Create(fd, ze.offset, actualLen, mFileName)) { in createEntryIncFsFileMap()
255 return std::move(newMap); in createEntryIncFsFileMap()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt114 val newMap = mutableMapOf<String, TrackedSmartspaceTarget>() regex
123 newMap[key] = trackedTarget
131 if (!newMap.containsKey(prevKey)) {
142 trackedSmartspaceTargets = newMap
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProviderMap.java174 … HashMap<String, ContentProviderRecord> newMap = new HashMap<String, ContentProviderRecord>(); in getProvidersByName() local
175 mProvidersByNamePerUser.put(userId, newMap); in getProvidersByName()
176 return newMap; in getProvidersByName()
187 HashMap<ComponentName, ContentProviderRecord> newMap in getProvidersByClass() local
189 mProvidersByClassPerUser.put(userId, newMap); in getProvidersByClass()
190 return newMap; in getProvidersByClass()
/aosp12/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java424 ArrayMap newMap = new ArrayMap<Integer, String>(); in run()
426 newMap.put(i, String.valueOf(i)); in run()
428 ArrayMap mapCopy = new ArrayMap(newMap); in run()
429 if (!compare(mapCopy, newMap)) { in run()
431 newMap + ", got " + mapCopy); in run()
432 dump(newMap, mapCopy); in run()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java690 Bitmap newMap = temp.copy(temp.getConfig(), true); in makeMiniThumbBitmap()
691 Canvas overlayCanvas = new Canvas(newMap); in makeMiniThumbBitmap()
694 int left = (newMap.getWidth() - overlayWidth) / 2; in makeMiniThumbBitmap()
695 int top = (newMap.getHeight() - overlayHeight) / 2; in makeMiniThumbBitmap()
701 temp = newMap; in makeMiniThumbBitmap()
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java430 int[] newMap = ArrayUtils.newUnpaddedIntArray(newOrder); in resizeMatrix() local
431 System.arraycopy(mMap, 0, newMap, 0, minOrder); in resizeMatrix()
443 mMap = newMap; in resizeMatrix()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
H A DDeviceCapabilityInfo.java136 public synchronized boolean updateCapabilityRegistrationTrackerMap(String[] newMap) { in updateCapabilityRegistrationTrackerMap() argument
138 mServiceCapRegTracker = PublishServiceDescTracker.fromCarrierConfig(newMap); in updateCapabilityRegistrationTrackerMap()
H A DPublishControllerImpl.java862 String[] newMap = getCarrierServiceDescriptionFeatureTagMap(); in handleCarrierConfigChangedMessage() local
863 if (mDeviceCapabilityInfo.updateCapabilityRegistrationTrackerMap(newMap)) { in handleCarrierConfigChangedMessage()
/aosp12/build/soong/android/
H A Dtesting.go699 newMap := map[string]string{}
701 newMap[k] = normalizeStringRelativeToTop(config, v)
703 return newMap
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt560 Landroid/icu/impl/locale/XLocaleDistance;->newMap()Ljava/util/Map;