Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DUserBackupManagerServiceTest.java158 when(mTransportManager.getTransportCurrentDestinationString(eq(mTransportName))) in testDestinationString()
174 when(mTransportManager.getTransportCurrentDestinationString(eq(mTransportName))) in testDestinationString_whenTransportNotRegistered()
190 when(mTransportManager.getTransportCurrentDestinationString(eq(mTransportName))) in testDestinationString_withoutPermission()
DTransportManagerTest.java554 transportManager.getTransportCurrentDestinationString(mTransportA1.transportName); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
582 transportManager.getTransportCurrentDestinationString( in testGetTransportAttributes_forUnregisteredTransport_throws()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java259 public String getTransportCurrentDestinationString(String transportName) in getTransportCurrentDestinationString() method in TransportManager
DUserBackupManagerService.java3211 String string = mTransportManager.getTransportCurrentDestinationString(transportName); in getDestinationString()
3610 + mTransportManager.getTransportCurrentDestinationString(t)); in dumpInternal()
/frameworks/base/services/
Dart-profile4848 PLcom/android/server/backup/TransportManager;->getTransportCurrentDestinationString(Ljava/lang/Stri…