Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIBackupAgent.aidl58 long quotaBytes, IBackupCallback callbackBinder, int transportFlags); in doBackup() argument
85 int token, IBackupManager callbackBinder); in doRestore() argument
109 IBackupManager callbackBinder, int transportFlags); in doFullBackup() argument
114 void doMeasureFullBackup(long quotaBytes, int token, IBackupManager callbackBinder, in doMeasureFullBackup() argument
137 void doQuotaExceeded(long backupDataBytes, long quotaBytes, IBackupCallback callbackBinder); in doQuotaExceeded() argument
162 int token, IBackupManager callbackBinder); in doRestoreFile() argument
177 void doRestoreFinished(int token, IBackupManager callbackBinder); in doRestoreFinished() argument
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
DObbBackupService.java57 int token, IBackupManager callbackBinder) {
95 callbackBinder.opComplete(token, 0);
107 int token, IBackupManager callbackBinder) {
122 callbackBinder.opComplete(token, 0);
/frameworks/base/core/java/com/android/internal/backup/
DIObbBackupService.aidl37 int token, in IBackupManager callbackBinder); in backupObbs() argument
44 int token, in IBackupManager callbackBinder); in restoreObbFile() argument
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java976 IBackupCallback callbackBinder, in doBackup() argument
1003 callbackBinder.operationComplete(result); in doBackup()
1020 int token, IBackupManager callbackBinder) throws RemoteException { in doRestore() argument
1045 callbackBinder.opCompleteForUser(getBackupUserId(), token, 0); in doRestore()
1059 long quotaBytes, int token, IBackupManager callbackBinder, int transportFlags) { in doFullBackup() argument
1094 callbackBinder.opCompleteForUser(getBackupUserId(), token, 0); in doFullBackup()
1105 public void doMeasureFullBackup(long quotaBytes, int token, IBackupManager callbackBinder, in doMeasureFullBackup() argument
1124 callbackBinder.opCompleteForUser(getBackupUserId(), token, in doMeasureFullBackup()
1135 int token, IBackupManager callbackBinder) throws RemoteException { in doRestoreFile() argument
1150 callbackBinder.opCompleteForUser(getBackupUserId(), token, 0); in doRestoreFile()
[all …]
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DFullBackupObbConnection.java113 int token, IBackupManager callbackBinder) { in restoreObbFile() argument
118 token, callbackBinder); in restoreObbFile()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java602 IBinder callbackBinder = callback.asBinder();
609 if (mGeofences.valueAt(i).asBinder() == callbackBinder) {
622 reaper.mCallback.asBinder() == callbackBinder) {
627 reaper, callbackBinder));