Searched refs:transportID (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl265 * Begin a restore session. Either or both of packageName and transportID
267 * considered for restore. If transportID is null, then the restore will use
271 * when transportID is null and packageName is the name of the caller's own
279 * @param transportID The name of the transport to use for the restore operation.
283 IRestoreSession beginRestoreSession(String packageName, String transportID);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DTrampoline.java305 public IRestoreSession beginRestoreSession(String packageName, String transportID) argument
308 return (svc != null) ? svc.beginRestoreSession(packageName, transportID) : null;

Completed in 82 milliseconds