Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIBackupAgent.aidl58 long quotaBytes, int token, IBackupManager 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
161 int token, IBackupManager callbackBinder); in doRestoreFile() argument
176 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.java975 long quotaBytes, int token, IBackupManager callbackBinder, int transportFlags) in doBackup() argument
1000 callbackBinder.opComplete(token, 0); in doBackup()
1017 int token, IBackupManager callbackBinder) throws RemoteException { in doRestore() argument
1042 callbackBinder.opComplete(token, 0); in doRestore()
1056 long quotaBytes, int token, IBackupManager callbackBinder, int transportFlags) { in doFullBackup() argument
1091 callbackBinder.opComplete(token, 0); in doFullBackup()
1102 public void doMeasureFullBackup(long quotaBytes, int token, IBackupManager callbackBinder, in doMeasureFullBackup() argument
1121 callbackBinder.opComplete(token, measureOutput.getSize()); in doMeasureFullBackup()
1131 int token, IBackupManager callbackBinder) throws RemoteException { in doRestoreFile() argument
1146 callbackBinder.opComplete(token, 0); in doRestoreFile()
[all …]
/frameworks/support/browser/src/main/java/androidx/browser/customtabs/
DCustomTabsSessionToken.java87 CustomTabsSessionToken(ICustomTabsCallback callbackBinder) { in CustomTabsSessionToken() argument
88 mCallbackBinder = callbackBinder; in CustomTabsSessionToken()
/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));