Searched defs:selectBackupTransport (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java463 public String selectBackupTransport(String transport) { method in class:BackupManager
467 return sService.selectBackupTransport(transport);
469 Log.e(TAG, "selectBackupTransport() couldn't connect");
488 public void selectBackupTransport(ComponentName transport, method in class:BackupManager
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerServiceInterface.java132 String selectBackupTransport(String transport); method in interface:BackupManagerServiceInterface
H A DTrampoline.java357 public String selectBackupTransport(String transport) throws RemoteException { method in class:Trampoline
359 return (svc != null) ? svc.selectBackupTransport(transport) : null;
H A DRefactoredBackupManagerService.java2876 public String selectBackupTransport(String transport) { method in class:RefactoredBackupManagerService
2878 "selectBackupTransport");
2885 Slog.v(TAG, "selectBackupTransport() set " + mTransportManager.getCurrentTransportName()
H A DBackupManagerService.java10499 public String selectBackupTransport(String transport) { method in class:BackupManagerService
10501 "selectBackupTransport");
10507 Slog.v(TAG, "selectBackupTransport() set " + mTransportManager.getCurrentTransportName()

Completed in 573 milliseconds