/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 | 188 when(transportBinder.currentDestinationString()) in mockTransportBinder() 189 .thenReturn(transport.currentDestinationString); in mockTransportBinder()
|
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/ |
D | TransportManager.java | 263 .currentDestinationString; in getTransportCurrentDestinationString() 328 String currentDestinationString, in updateTransportAttributes() argument 340 description.currentDestinationString = currentDestinationString; in updateTransportAttributes() 679 transport.currentDestinationString(), in registerTransport() 708 private String currentDestinationString; field in TransportManager.TransportDescription 716 String currentDestinationString, in TransportDescription() argument 722 this.currentDestinationString = currentDestinationString; in TransportDescription()
|
/frameworks/base/core/java/android/app/backup/ |
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()
|
D | BackupManager.java | 533 @NonNull String currentDestinationString, in updateTransportAttributes() argument 540 currentDestinationString, in updateTransportAttributes() 575 @NonNull String currentDestinationString, in updateTransportAttributes() argument 586 currentDestinationString, in updateTransportAttributes() local
|
D | IBackupManager.aidl | 364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
|
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/ |
D | DelegatingTransport.java | 73 public String currentDestinationString() throws RemoteException { in currentDestinationString() method in DelegatingTransport 74 return getDelegate().currentDestinationString(); in currentDestinationString()
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | IBackupTransport.aidl | 57 String currentDestinationString(); in currentDestinationString() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/transport/ |
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()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 1013 String currentDestinationString, in updateTransportAttributesForUser() argument 1022 currentDestinationString, in updateTransportAttributesForUser() 1056 String currentDestinationString, in updateTransportAttributes() argument 1067 currentDestinationString, in updateTransportAttributes()
|
D | UserBackupManagerService.java | 3415 String currentDestinationString, in updateTransportAttributes() argument 3423 currentDestinationString, in updateTransportAttributes() local 3434 String currentDestinationString, in updateTransportAttributes() argument 3443 currentDestinationString, "currentDestinationString can't be null"); in updateTransportAttributes() 3465 currentDestinationString, in updateTransportAttributes()
|
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
D | LocalTransport.java | 135 public String currentDestinationString() { in currentDestinationString() method in LocalTransport
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | TransportManagerTest.java | 564 assertThat(destinationString).isEqualTo(mTransportA1.currentDestinationString); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1018 method public String currentDestinationString();
|
/frameworks/base/api/ |
D | system-current.txt | 1070 method public String currentDestinationString();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 27769 PLcom/android/internal/backup/IBackupTransport$Stub$Proxy;->currentDestinationString()Ljava/lang/St…
|