Home
last modified time | relevance | path

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

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