Home
last modified time | relevance | path

Searched refs:getConfigurationIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl240 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
/frameworks/base/services/backup/java/com/android/server/backup/
DTrampoline.java281 public Intent getConfigurationIntent(String transport) throws RemoteException { in getConfigurationIntent() method in Trampoline
283 return (svc != null) ? svc.getConfigurationIntent(transport) : null; in getConfigurationIntent()
DBackupManagerService.java8995 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManagerService