Searched refs:listAllTransports (Results 1 – 6 of 6) sorted by relevance
359 public String[] listAllTransports() { in listAllTransports() method in BackupManager363 return sService.listAllTransports(); in listAllTransports()
218 String[] listAllTransports(); in listAllTransports() method
272 public String[] listAllTransports() throws RemoteException { in listAllTransports() method in Trampoline274 return (svc != null) ? svc.listAllTransports() : null; in listAllTransports()
9746 public String[] listAllTransports() { in listAllTransports() method in BackupManagerService10488 final String[] transports = listAllTransports(); in dumpInternal()10490 for (String t : listAllTransports()) { in dumpInternal()
420 String[] transports = mBmgr.listAllTransports(); in doListTransports()
6489 method public java.lang.String[] listAllTransports();