Searched refs:oldId (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DActiveRestoreSession.java95 long oldId = Binder.clearCallingIdentity();
128 Binder.restoreCallingIdentity(oldId);
170 long oldId = Binder.clearCallingIdentity();
182 Binder.restoreCallingIdentity(oldId);
257 long oldId = Binder.clearCallingIdentity();
271 Binder.restoreCallingIdentity(oldId);
331 long oldId = Binder.clearCallingIdentity();
362 Binder.restoreCallingIdentity(oldId);
/frameworks/base/libs/storage/include/storage/
H A DIMountService.h58 virtual int32_t renameSecureContainer(const String16& oldId,
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java2341 final long oldId = Binder.clearCallingIdentity();
2348 Binder.restoreCallingIdentity(oldId);
2393 long oldId = Binder.clearCallingIdentity();
2402 Binder.restoreCallingIdentity(oldId);
2471 long oldId = Binder.clearCallingIdentity();
2519 Binder.restoreCallingIdentity(oldId);
2543 final long oldId = Binder.clearCallingIdentity();
2575 Binder.restoreCallingIdentity(oldId);
2594 long oldId = Binder.clearCallingIdentity();
2637 Binder.restoreCallingIdentity(oldId);
[all...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2377 final long oldId = Binder.clearCallingIdentity();
2382 Binder.restoreCallingIdentity(oldId);
4511 oldIds[nextPending] = r.oldId;
4515 Slog.i(TAG, " " + r.oldId + " => " + r.newId);
4545 oldIds[nextPending] = r.oldId;
4549 Slog.i(TAG, " " + r.oldId + " => " + r.newId);
4623 private void stashProviderRestoreUpdateLocked(Provider provider, int oldId, int newId) { argument
4630 if (alreadyStashed(r, oldId, newId)) {
4632 Slog.i(TAG, "ID remap " + oldId + " -> " + newId
4638 r.add(new RestoreUpdateRecord(oldId, newI
4641 alreadyStashed(ArrayList<RestoreUpdateRecord> stash, final int oldId, final int newId) argument
4653 stashHostRestoreUpdateLocked(Host host, int oldId, int newId) argument
4774 public int oldId; field in class:AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
[all...]
/frameworks/base/libs/storage/
H A DIMountService.cpp354 int32_t renameSecureContainer(const String16& oldId, const String16& newId) argument
358 data.writeString16(oldId);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2780 PrinterId oldId = null;
2782 oldId = mCurrentPrinter.getId();
2786 if (oldId != null) {
2787 boolean printerRemoved = mDestinationSpinnerAdapter.pruneRemovedPrinter(oldId);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java599 final long oldId = Binder.clearCallingIdentity();
616 Binder.restoreCallingIdentity(oldId);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp3363 uint64_t oldId, newId; local
3366 && mSurface->getUniqueId(&oldId) == NO_ERROR
3367 && newId == oldId) {
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java1803 final long oldId = Binder.clearCallingIdentity();
1807 Binder.restoreCallingIdentity(oldId);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java[all...]

Completed in 303 milliseconds