/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
H A D | TransportData.java | 76 @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 D | TransportTestUtils.java | 188 when(transportBinder.currentDestinationString()) in mockTransportBinder() 189 .thenReturn(transport.currentDestinationString); in mockTransportBinder()
|
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/ |
H A D | TransportManager.java | 264 .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 D | BackupTransport.java | 147 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 D | BackupManager.java | 595 @NonNull String currentDestinationString, in updateTransportAttributes() argument 602 currentDestinationString, in updateTransportAttributes() 637 @NonNull String currentDestinationString, in updateTransportAttributes() argument 648 currentDestinationString, in updateTransportAttributes() local
|
H A D | IBackupManager.aidl | 364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
|
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/ |
H A D | DelegatingTransport.java | 73 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 D | DelegatingTransportTest.java | 97 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 D | IBackupTransport.aidl | 57 String currentDestinationString(); in currentDestinationString() method
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | BackupManagerService.java | 1022 String currentDestinationString, in updateTransportAttributesForUser() argument 1031 currentDestinationString, in updateTransportAttributesForUser() 1065 String currentDestinationString, in updateTransportAttributes() argument 1076 currentDestinationString, in updateTransportAttributes()
|
H A D | UserBackupManagerService.java | 3533 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 D | LocalTransport.java | 137 public String currentDestinationString() { in currentDestinationString() method in LocalTransport
|
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
H A D | TransportManagerTest.java | 564 assertThat(destinationString).isEqualTo(mTransportA1.currentDestinationString); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 1158 method public String currentDestinationString();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 4212 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;
|