Home
last modified time | relevance | path

Searched defs:oldId (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/restore/
DActiveRestoreSession.java97 long oldId = Binder.clearCallingIdentity(); in getAvailableRestoreSets() local
172 long oldId = Binder.clearCallingIdentity(); in restoreAll() local
263 long oldId = Binder.clearCallingIdentity(); in restorePackages() local
338 long oldId = Binder.clearCallingIdentity(); in restorePackage() local
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java2418 final long oldId = Binder.clearCallingIdentity(); in initializeTransports() local
2514 long oldId = Binder.clearCallingIdentity(); in clearBackupData() local
2535 long oldId = Binder.clearCallingIdentity(); in backupNow() local
2593 long oldId = Binder.clearCallingIdentity(); in adbBackup() local
2664 final long oldId = Binder.clearCallingIdentity(); in fullTransportBackup() local
2718 long oldId = Binder.clearCallingIdentity(); in adbRestore() local
2822 long oldId = Binder.clearCallingIdentity(); in acknowledgeAdbBackupOrRestore() local
2867 long oldId = Binder.clearCallingIdentity(); in setBackupEnabled() local
2934 final long oldId = Binder.clearCallingIdentity(); in setAutoRestore() local
2970 long oldId = Binder.clearCallingIdentity(); in getCurrentTransportComponent() local
[all …]
DBackupManagerService.java505 long oldId = Binder.clearCallingIdentity(); in getUserForAncestralSerialNumber() local
DTrampoline.java368 long oldId = Binder.clearCallingIdentity(); in setBackupServiceActive() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java471 final long oldId = Binder.clearCallingIdentity(); in isAlwaysOnPackageSupported() local
575 final long oldId = Binder.clearCallingIdentity(); in setAlwaysOnPackageInternal() local
698 final long oldId = Binder.clearCallingIdentity(); in startAlwaysOnVpn() local
/frameworks/av/media/codec2/hidl/1.0/utils/
DClientBlockHelper.cpp231 uint64_t oldId; in registerBuffer() local
/frameworks/base/libs/storage/
DIMountService.cpp354 int32_t renameSecureContainer(const String16& oldId, const String16& newId) in renameSecureContainer()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java4623 private void stashProviderRestoreUpdateLocked(Provider provider, int oldId, int newId) { in stashProviderRestoreUpdateLocked()
4642 final int oldId, final int newId) { in alreadyStashed()
4653 private void stashHostRestoreUpdateLocked(Host host, int oldId, int newId) { in stashHostRestoreUpdateLocked()
4774 public int oldId; field in AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java2780 PrinterId oldId = null; in onItemSelected() local
/frameworks/av/media/libstagefright/
DMediaCodec.cpp3529 uint64_t oldId, newId; in connectToSurface() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp1346 uid_t oldId; member in android::UIDFaker