| /frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
| 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()
|
| D | TransportTestUtils.java | 189 when(transportBinder.currentDestinationString()) in mockTransportBinder() 190 .thenReturn(transport.currentDestinationString); in mockTransportBinder()
|
| /frameworks/base/services/backup/java/com/android/server/backup/ |
| D | TransportManager.java | 341 .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()
|
| D | BackupManagerService.java | 1073 String currentDestinationString, in updateTransportAttributesForUser() argument 1082 currentDestinationString, in updateTransportAttributesForUser() 1116 String currentDestinationString, in updateTransportAttributes() argument 1127 currentDestinationString, in updateTransportAttributes()
|
| D | UserBackupManagerService.java | 3447 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/ |
| D | BackupTransport.java | 152 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()
|
| D | BackupManager.java | 611 @NonNull String currentDestinationString, in updateTransportAttributes() argument 618 currentDestinationString, in updateTransportAttributes() 653 @NonNull String currentDestinationString, in updateTransportAttributes() argument 664 currentDestinationString, in updateTransportAttributes() local
|
| D | IBackupManager.aidl | 381 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
|
| /frameworks/base/core/java/com/android/internal/backup/ |
| D | IBackupTransport.aidl | 65 void currentDestinationString(in AndroidFuture<String> resultFuture); in currentDestinationString() method
|
| /frameworks/base/services/backup/java/com/android/server/backup/transport/ |
| D | BackupTransportClient.java | 83 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/ |
| D | BackupTransportClientTest.java | 219 @Override public void currentDestinationString(AndroidFuture<String> f) in currentDestinationString() method in BackupTransportClientTest.FakeTransportBinderBase
|
| /frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
| D | LocalTransport.java | 142 public String currentDestinationString() { in currentDestinationString() method in LocalTransport
|
| /frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
| D | TransportManagerTest.java | 680 assertThat(destinationString).isEqualTo(mTransportA1.currentDestinationString); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
|
| /frameworks/base/core/api/ |
| D | system-current.txt | 1824 method public String currentDestinationString();
|
| /frameworks/base/boot/hiddenapi/ |
| D | hiddenapi-max-target-o.txt | 4212 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;
|