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

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java97 public String currentDestinationString() { method in class:BackupTransport
99 "Transport currentDestinationString() not implemented");
505 public String currentDestinationString() throws RemoteException { method in class:BackupTransport.TransportImpl
506 return BackupTransport.this.currentDestinationString();
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java127 public String currentDestinationString() { method in class:LocalTransport

Completed in 268 milliseconds