Home
last modified time | relevance | path

Searched refs:currentDestinationString (Results 1 – 15 of 15) 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() argument
94 this.currentDestinationString = currentDestinationString; in TransportData()
104 String currentDestinationString, in TransportData() argument
113 currentDestinationString, in TransportData()
133 currentDestinationString, in unavailable()
145 currentDestinationString, in unregistered()
DTransportTestUtils.java189 when(transportBinder.currentDestinationString()) in mockTransportBinder()
190 .thenReturn(transport.currentDestinationString); in mockTransportBinder()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java341 .currentDestinationString; in getTransportCurrentDestinationString()
406 String currentDestinationString, in updateTransportAttributes() argument
419 description.currentDestinationString = currentDestinationString; in updateTransportAttributes()
770 transport.currentDestinationString(), in registerTransport()
799 private String currentDestinationString; field in TransportManager.TransportDescription
807 String currentDestinationString, in TransportDescription() argument
813 this.currentDestinationString = currentDestinationString; in TransportDescription()
DBackupManagerService.java1073 String currentDestinationString, in updateTransportAttributesForUser() argument
1082 currentDestinationString, in updateTransportAttributesForUser()
1116 String currentDestinationString, in updateTransportAttributes() argument
1127 currentDestinationString, in updateTransportAttributes()
DUserBackupManagerService.java3447 String currentDestinationString, in updateTransportAttributes() argument
3455 currentDestinationString, in updateTransportAttributes() local
3466 String currentDestinationString, in updateTransportAttributes() argument
3475 currentDestinationString, "currentDestinationString can't be null"); in updateTransportAttributes()
3497 currentDestinationString, in updateTransportAttributes()
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java152 public String currentDestinationString() { in currentDestinationString() method in BackupTransport
703 public void currentDestinationString(AndroidFuture<String> resultFuture) in currentDestinationString() method in BackupTransport.TransportImpl
706 String result = BackupTransport.this.currentDestinationString(); in currentDestinationString()
DBackupManager.java611 @NonNull String currentDestinationString, in updateTransportAttributes() argument
618 currentDestinationString, in updateTransportAttributes()
653 @NonNull String currentDestinationString, in updateTransportAttributes() argument
664 currentDestinationString, in updateTransportAttributes() local
DIBackupManager.aidl381 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
/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
85 mTransportBinder.currentDestinationString(resultFuture); in currentDestinationString()
/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.java142 public String currentDestinationString() { in currentDestinationString() method in LocalTransport
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DTransportManagerTest.java680 assertThat(destinationString).isEqualTo(mTransportA1.currentDestinationString); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
/frameworks/base/core/api/
Dsystem-current.txt1824 method public String currentDestinationString();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4212 Landroid/app/backup/BackupTransport$TransportImpl;->currentDestinationString()Ljava/lang/String;
72931 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->currentDestinationString()Ljava/lang/Str…
72987 Lcom/android/internal/backup/IBackupTransport;->currentDestinationString()Ljava/lang/String;