Home
last modified time | relevance | path

Searched refs:currentDestinationString (Results 1 – 15 of 15) sorted by relevance

/aosp12/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() 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()
H A DTransportTestUtils.java188 when(transportBinder.currentDestinationString()) in mockTransportBinder()
189 .thenReturn(transport.currentDestinationString); in mockTransportBinder()
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/
H A DTransportManager.java264 .currentDestinationString; in getTransportCurrentDestinationString()
329 String currentDestinationString, in updateTransportAttributes() argument
341 description.currentDestinationString = currentDestinationString; in updateTransportAttributes()
684 transport.currentDestinationString(), in registerTransport()
713 private String currentDestinationString; field in TransportManager.TransportDescription
721 String currentDestinationString, in TransportDescription() argument
727 this.currentDestinationString = currentDestinationString; in TransportDescription()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java147 public String currentDestinationString() { in currentDestinationString() method in BackupTransport
672 public String currentDestinationString() throws RemoteException { in currentDestinationString() method in BackupTransport.TransportImpl
673 return BackupTransport.this.currentDestinationString(); in currentDestinationString()
H A DBackupManager.java595 @NonNull String currentDestinationString, in updateTransportAttributes() argument
602 currentDestinationString, in updateTransportAttributes()
637 @NonNull String currentDestinationString, in updateTransportAttributes() argument
648 currentDestinationString, in updateTransportAttributes() local
H A DIBackupManager.aidl364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/
H A DDelegatingTransport.java73 public String currentDestinationString() throws RemoteException { in currentDestinationString() method in DelegatingTransport
74 return getDelegate().currentDestinationString(); in currentDestinationString()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/transport/
H A DDelegatingTransportTest.java97 when(mBackupTransport.currentDestinationString()).thenReturn(exp); in testCurrentDestinationString()
99 String ret = mDelegatingTransport.currentDestinationString(); in testCurrentDestinationString()
102 verify(mBackupTransport, times(1)).currentDestinationString(); in testCurrentDestinationString()
/aosp12/frameworks/base/core/java/com/android/internal/backup/
H A DIBackupTransport.aidl57 String currentDestinationString(); in currentDestinationString() method
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1022 String currentDestinationString, in updateTransportAttributesForUser() argument
1031 currentDestinationString, in updateTransportAttributesForUser()
1065 String currentDestinationString, in updateTransportAttributes() argument
1076 currentDestinationString, in updateTransportAttributes()
H A DUserBackupManagerService.java3533 String currentDestinationString, in updateTransportAttributes() argument
3541 currentDestinationString, in updateTransportAttributes() local
3552 String currentDestinationString, in updateTransportAttributes() argument
3561 currentDestinationString, "currentDestinationString can't be null"); in updateTransportAttributes()
3583 currentDestinationString, in updateTransportAttributes()
/aosp12/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
H A DLocalTransport.java137 public String currentDestinationString() { in currentDestinationString() method in LocalTransport
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DTransportManagerTest.java564 assertThat(destinationString).isEqualTo(mTransportA1.currentDestinationString); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1158 method public String currentDestinationString();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt4212 Landroid/app/backup/BackupTransport$TransportImpl;->currentDestinationString()Ljava/lang/String;
76254 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->currentDestinationString()Ljava/lang/Str…
76310 Lcom/android/internal/backup/IBackupTransport;->currentDestinationString()Ljava/lang/String;