Searched defs:getConfigurationIntent (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java736 public Intent getConfigurationIntent(String transportName) { method in class:BackupManager
739 return sService.getConfigurationIntent(transportName);
741 Log.e(TAG, "getConfigurationIntent() couldn't connect");
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerServiceInterface.java151 Intent getConfigurationIntent(String transportName); method in interface:BackupManagerServiceInterface
H A DTrampoline.java406 public Intent getConfigurationIntent(String transport) throws RemoteException { method in class:Trampoline
408 return (svc != null) ? svc.getConfigurationIntent(transport) : null;
H A DBackupManagerService.java3163 public Intent getConfigurationIntent(String transportName) { method in class:BackupManagerService
3165 "getConfigurationIntent");
3169 Slog.d(TAG, "getConfigurationIntent() returning intent " + intent);

Completed in 59 milliseconds