Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A 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()
H A DTransportManagerTest.java670 transportManager.getTransportCurrentDestinationString(mTransportA1.transportName); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
698 transportManager.getTransportCurrentDestinationString( in testGetTransportAttributes_forUnregisteredTransport_throws()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DTransportManager.java337 public String getTransportCurrentDestinationString(String transportName) in getTransportCurrentDestinationString() method in TransportManager
H A DUserBackupManagerService.java3720 String string = mTransportManager.getTransportCurrentDestinationString(transportName); in getDestinationString()
4253 + mTransportManager.getTransportCurrentDestinationString(t)); in dumpInternal()