Searched refs:oldId (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
D | ActiveRestoreSession.java | 95 long oldId = Binder.clearCallingIdentity(); in getAvailableRestoreSets() local 128 Binder.restoreCallingIdentity(oldId); in getAvailableRestoreSets() 170 long oldId = Binder.clearCallingIdentity(); in restoreAll() local 182 Binder.restoreCallingIdentity(oldId); in restoreAll() 257 long oldId = Binder.clearCallingIdentity(); in restoreSome() local 271 Binder.restoreCallingIdentity(oldId); in restoreSome() 331 long oldId = Binder.clearCallingIdentity(); in restorePackage() local 362 Binder.restoreCallingIdentity(oldId); in restorePackage()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 2341 final long oldId = Binder.clearCallingIdentity(); in initializeTransports() local 2348 Binder.restoreCallingIdentity(oldId); in initializeTransports() 2393 long oldId = Binder.clearCallingIdentity(); in clearBackupData() local 2402 Binder.restoreCallingIdentity(oldId); in clearBackupData() 2471 long oldId = Binder.clearCallingIdentity(); in adbBackup() local 2519 Binder.restoreCallingIdentity(oldId); in adbBackup() 2543 final long oldId = Binder.clearCallingIdentity(); in fullTransportBackup() local 2575 Binder.restoreCallingIdentity(oldId); in fullTransportBackup() 2594 long oldId = Binder.clearCallingIdentity(); in adbRestore() local 2637 Binder.restoreCallingIdentity(oldId); in adbRestore() [all …]
|
/frameworks/base/libs/storage/include/storage/ |
D | IMountService.h | 58 virtual int32_t renameSecureContainer(const String16& oldId,
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 2377 final long oldId = Binder.clearCallingIdentity(); in registerForBroadcastsLocked() local 2382 Binder.restoreCallingIdentity(oldId); in registerForBroadcastsLocked() 4511 oldIds[nextPending] = r.oldId; in restoreFinished() 4515 Slog.i(TAG, " " + r.oldId + " => " + r.newId); in restoreFinished() 4545 oldIds[nextPending] = r.oldId; in restoreFinished() 4549 Slog.i(TAG, " " + r.oldId + " => " + r.newId); in restoreFinished() 4623 private void stashProviderRestoreUpdateLocked(Provider provider, int oldId, int newId) { in stashProviderRestoreUpdateLocked() argument 4630 if (alreadyStashed(r, oldId, newId)) { in stashProviderRestoreUpdateLocked() 4632 Slog.i(TAG, "ID remap " + oldId + " -> " + newId in stashProviderRestoreUpdateLocked() 4638 r.add(new RestoreUpdateRecord(oldId, newId)); in stashProviderRestoreUpdateLocked() [all …]
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 354 int32_t renameSecureContainer(const String16& oldId, const String16& newId) in renameSecureContainer() argument 358 data.writeString16(oldId); in renameSecureContainer()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 2780 PrinterId oldId = null; in onItemSelected() local 2782 oldId = mCurrentPrinter.getId(); in onItemSelected() 2786 if (oldId != null) { in onItemSelected() 2787 boolean printerRemoved = mDestinationSpinnerAdapter.pruneRemovedPrinter(oldId); in onItemSelected()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 599 final long oldId = Binder.clearCallingIdentity(); in startAlwaysOnVpn() local 616 Binder.restoreCallingIdentity(oldId); in startAlwaysOnVpn()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 3363 uint64_t oldId, newId; in connectToSurface() local 3366 && mSurface->getUniqueId(&oldId) == NO_ERROR in connectToSurface() 3367 && newId == oldId) { in connectToSurface()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 1803 final long oldId = Binder.clearCallingIdentity(); 1807 Binder.restoreCallingIdentity(oldId);
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 24427 long oldId = Binder.clearCallingIdentity(); in applyOomAdjLocked() local 24498 Binder.restoreCallingIdentity(oldId); in applyOomAdjLocked()
|