Searched refs:listAllTransports (Results 1 – 6 of 6) sorted by relevance
282 public String[] listAllTransports() { in listAllTransports() method in BackupManager286 return sService.listAllTransports(); in listAllTransports()
217 String[] listAllTransports(); in listAllTransports() method
269 public String[] listAllTransports() throws RemoteException { in listAllTransports() method in Trampoline271 return (svc != null) ? svc.listAllTransports() : null; in listAllTransports()
8953 public String[] listAllTransports() { in listAllTransports() method in BackupManagerService9640 final String[] transports = listAllTransports(); in dumpInternal()9642 for (String t : listAllTransports()) { in dumpInternal()
266 String[] transports = mBmgr.listAllTransports(); in doListTransports()
6070 method public java.lang.String[] listAllTransports();