Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java301 ZipEntry newEntry; in copyZipEntry() local
304 newEntry = new ZipEntry(zipEntry); in copyZipEntry()
307 newEntry = new ZipEntry(zipEntry.getName()); in copyZipEntry()
309 outZipStream.putNextEntry(newEntry); in copyZipEntry()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp658 KeyEntry* newEntry = new KeyEntry(currentTime, in synthesizeKeyRepeatLocked() local
663 mKeyRepeatState.lastKeyEntry = newEntry; in synthesizeKeyRepeatLocked()
666 entry = newEntry; in synthesizeKeyRepeatLocked()
2328 ConfigurationChangedEntry* newEntry = new ConfigurationChangedEntry(args->eventTime); in notifyConfigurationChanged() local
2329 needWake = enqueueInboundEventLocked(newEntry); in notifyConfigurationChanged()
2414 KeyEntry* newEntry = new KeyEntry(args->eventTime, in notifyKey() local
2419 needWake = enqueueInboundEventLocked(newEntry); in notifyKey()
2489 MotionEntry* newEntry = new MotionEntry(args->eventTime, in notifyMotion() local
2496 needWake = enqueueInboundEventLocked(newEntry); in notifyMotion()
2533 DeviceResetEntry* newEntry = new DeviceResetEntry(args->eventTime, args->deviceId); in notifyDeviceReset() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1964 Entry newEntry = new Entry(notification, null);
1966 if (inflateViewsForHeadsUp(newEntry, holder)) {
1967 mHeadsUpNotificationView.showNotification(newEntry);
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2763 final RecipientEntry newEntry = replacement.getEntry(); in processReplacements()
2766 oldEntry, newEntry) == newEntry; in processReplacements()
/frameworks/base/tools/aapt/
DResourceTable.cpp4522 sp<Entry> newEntry = new Entry(*e); in modifyForCompat() local
4534 newEntry->removeFromBag(attributesToRemove[j][k]); in modifyForCompat()
4540 newConfig, newEntry)); in modifyForCompat()
4571 sp<Entry> newEntry = t->getEntry(c->getName(), in modifyForCompat() local
4575 *newEntry = *entriesToAdd[i].value; in modifyForCompat()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java4117 FullBackupEntry newEntry = new FullBackupEntry(packageName, lastBackedUp); in enqueueFullBackup() local
4140 mFullBackupQueue.add(which + 1, newEntry); in enqueueFullBackup()
4146 mFullBackupQueue.add(0, newEntry); in enqueueFullBackup()