Home
last modified time | relevance | path

Searched refs:getTransportCurrentDestinationString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DUserBackupManagerServiceTest.java175 when(mTransportManager.getTransportCurrentDestinationString(eq(mTransportName))) in testDestinationString()
191 when(mTransportManager.getTransportCurrentDestinationString(eq(mTransportName))) in testDestinationString_whenTransportNotRegistered()
207 when(mTransportManager.getTransportCurrentDestinationString(eq(mTransportName))) in testDestinationString_withoutPermission()
DTransportManagerTest.java670 transportManager.getTransportCurrentDestinationString(mTransportA1.transportName); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
698 transportManager.getTransportCurrentDestinationString( in testGetTransportAttributes_forUnregisteredTransport_throws()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java337 public String getTransportCurrentDestinationString(String transportName) in getTransportCurrentDestinationString() method in TransportManager
DUserBackupManagerService.java3724 String string = mTransportManager.getTransportCurrentDestinationString(transportName); in getDestinationString()
4295 + mTransportManager.getTransportCurrentDestinationString(t)); in dumpInternal()