Home
last modified time | relevance | path

Searched defs:currentDestinationString (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DTransportData.java76 @Nullable public String currentDestinationString; field in TransportData
86 String currentDestinationString, in TransportData()
104 String currentDestinationString, in TransportData()
/frameworks/base/core/java/android/app/backup/
DBackupManager.java620 @NonNull String currentDestinationString, in updateTransportAttributes()
662 @NonNull String currentDestinationString, in updateTransportAttributes()
673 currentDestinationString, in updateTransportAttributes() local
DBackupTransport.java152 public String currentDestinationString() { in currentDestinationString() method in BackupTransport
703 public void currentDestinationString(AndroidFuture<String> resultFuture) in currentDestinationString() method in BackupTransport.TransportImpl
DIBackupManager.aidl381 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java406 String currentDestinationString, in updateTransportAttributes()
799 private String currentDestinationString; field in TransportManager.TransportDescription
807 String currentDestinationString, in TransportDescription()
DUserBackupManagerService.java3451 String currentDestinationString, in updateTransportAttributes()
3459 currentDestinationString, in updateTransportAttributes() local
3470 String currentDestinationString, in updateTransportAttributes()
DBackupManagerService.java1073 String currentDestinationString, in updateTransportAttributesForUser()
1116 String currentDestinationString, in updateTransportAttributes()
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl65 void currentDestinationString(in AndroidFuture<String> resultFuture); in currentDestinationString() method
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DBackupTransportClient.java83 public String currentDestinationString() throws RemoteException { in currentDestinationString() method in BackupTransportClient
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java219 @Override public void currentDestinationString(AndroidFuture<String> f) in currentDestinationString() method in BackupTransportClientTest.FakeTransportBinderBase
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java151 public String currentDestinationString() { in currentDestinationString() method in LocalTransport