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

/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java157 public static boolean renameSdDir(String oldId, String newId) { argument
159 int rc = getMountService().renameSecureContainer(oldId, newId);
161 Log.e(TAG, "Failed to rename " + oldId + " to " +
167 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
/frameworks/base/include/storage/
H A DIMountService.h58 virtual int32_t renameSecureContainer(const String16& oldId,
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java3790 oldIds[nextPending] = r.oldId;
3794 Slog.i(TAG, " " + r.oldId + " => " + r.newId);
3824 oldIds[nextPending] = r.oldId;
3828 Slog.i(TAG, " " + r.oldId + " => " + r.newId);
3902 private void stashProviderRestoreUpdateLocked(Provider provider, int oldId, int newId) { argument
3909 if (alreadyStashed(r, oldId, newId)) {
3911 Slog.i(TAG, "ID remap " + oldId + " -> " + newId
3917 r.add(new RestoreUpdateRecord(oldId, newId));
3921 final int oldId, final int newId) {
3925 if (r.oldId
3920 alreadyStashed(ArrayList<RestoreUpdateRecord> stash, final int oldId, final int newId) argument
3932 stashHostRestoreUpdateLocked(Host host, int oldId, int newId) argument
4051 public int oldId; field in class:AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java391 public int renameSecureContainer(String oldId, String newId) throws RemoteException { argument
397 _data.writeString(oldId);
1174 String oldId;
1175 oldId = data.readString();
1178 int resultCode = renameSecureContainer(oldId, newId);
1514 public int renameSecureContainer(String oldId, String newId) throws RemoteException; argument
/frameworks/base/libs/storage/
H A DIMountService.cpp347 int32_t renameSecureContainer(const String16& oldId, const String16& newId) argument
351 data.writeString16(oldId);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java291 final long oldId = Binder.clearCallingIdentity();
295 Binder.restoreCallingIdentity(oldId);
616 long oldId = Binder.clearCallingIdentity();
630 Binder.restoreCallingIdentity(oldId);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java8215 long oldId = Binder.clearCallingIdentity();
8220 Binder.restoreCallingIdentity(oldId);
8279 long oldId = Binder.clearCallingIdentity();
8322 Binder.restoreCallingIdentity(oldId);
8364 long oldId = Binder.clearCallingIdentity();
8405 Binder.restoreCallingIdentity(oldId);
8460 long oldId = Binder.clearCallingIdentity();
8494 Binder.restoreCallingIdentity(oldId);
8505 long oldId = Binder.clearCallingIdentity();
8545 Binder.restoreCallingIdentity(oldId);
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2017 public int renameSecureContainer(String oldId, String newId) { argument
2027 if (mAsecMountSet.contains(oldId) || mAsecMountSet.contains(newId)) {
2034 mConnector.execute("asec", "rename", oldId, newId);
H A DAlarmManagerService.java834 final long oldId = Binder.clearCallingIdentity();
838 Binder.restoreCallingIdentity(oldId);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17896 long oldId = Binder.clearCallingIdentity();
17904 Binder.restoreCallingIdentity(oldId);

Completed in 6958 milliseconds