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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DTrampoline.java281 public Intent getConfigurationIntent(String transport) throws RemoteException { method in class:Trampoline
283 return (svc != null) ? svc.getConfigurationIntent(transport) : null;
H A DBackupManagerService.java8995 public Intent getConfigurationIntent(String transportName) { method in class:BackupManagerService
8997 "getConfigurationIntent");
9004 if (MORE_DEBUG) Slog.d(TAG, "getConfigurationIntent() returning config intent "

Completed in 52 milliseconds